Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Drop table in sql
If all the tables you want to drop belong to one user, use this statement:
DROP USER <user_name> CASCADE;
Do not try this with user SYS or SYSTEM !
Hope this helps.
Michael Serbanescu
![]() |
![]() |