Oracle 11g
Execute in Query Analyser
CREATE TABLE HR.tariq (
c1 VARCHAR2(25) NULL
)
GO
drop TABLE HR.TARIQ
GO
Describe Error: Failed to execute EXPLAIN plan: ORA-00905: missing keyword
0 record(s) affected
It seems that "Show Execution Plan" button was on.
Explain Plan is not valid for DROP statements
http://lbd.epfl.ch/f/teaching/courses/oracle8i/server.815/a67775/ch13_exp.htm#838
"The EXPLAIN PLAN statement displays execution plans chosen by the Oracle optimizer for SELECT, UPDATE, INSERT, and DELETE statements"
Issue #1486 |
Closed |
Invalid |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
It seems that "Show Execution Plan" button was on.
Explain Plan is not valid for DROP statements
http://lbd.epfl.ch/f/teaching/courses/oracle8i/server.815/a67775/ch13_exp.htm#838
"The EXPLAIN PLAN statement displays execution plans chosen by the Oracle optimizer for SELECT, UPDATE, INSERT, and DELETE statements"