Is it possible to drop a column in a table which contains only one column? How?
Answer / eshwer
No, its not possible to drop all columns.
CREATE TABLE T2(A NUMBER(2));
table T2 created.
alter table
T2
drop column
A;
Error report:
SQL Error: ORA-12983: cannot drop all columns in a table
12983. 00000 - "cannot drop all columns in a table"
*Cause: An attempt was made to drop all columns in a table.
*Action: Make sure at least one column remains in the table after
the drop column operation.
SELECT * FROM T2;
| Is This Answer Correct ? | 1 Yes | 0 No |
How do you add a data file to a tablespace?
as a technical developer in oracle applications which type errors feced in your experience sofar
what are important reports in HRMS,GL,AP,AR in oracle apps?
3 Answers IBM, Pathway Technologies, Satyam, Techtimer, Wipro,
how can we add a field to the oracle standard forms through Form Persanlization or custom.pll
Explain the difference between a FUNCTION, PROCEDURE and PACKAGE.
Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable
Explain the process of recievables in oracle financials. : oracle accounts receivable
Differentiate between transaction type and transaction source? : oracle accounts receivable
Is there any link between pr form(purchse requisition)and po form(purchase order)
the user should know to which database he is connected currently in oracle
default triggers available for reports
What is the difference between recovery and restoring of the oracle database?