nobleit
asked on
drop table
I cannot drop a table from one of user..
drop bonus;
error at line one
ora-00950: invalid drop option
What could be the issue..
drop bonus;
error at line one
ora-00950: invalid drop option
What could be the issue..
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Try to purge recyclebin.
You have to say
drop table bonus PURGE;
drop table bonus PURGE;