Link to home
Create AccountLog in
Avatar of nobleit
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..
ASKER CERTIFIED SOLUTION
Avatar of slightwv (䄆 Netminder)
slightwv (䄆 Netminder)

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Try to purge recyclebin.
You have to say

drop table bonus PURGE;