Friday, 8 July 2011

Oracle - Drop User/schema

To drop a user/schema and all associated tables etc, issue the following command:
SQL> drop user <username> cascade;
User dropped.

No comments:

Post a Comment

Please feel free to leave a comment