Oracle tutorials

Dropping everything from an Oracle database

Contributed by u02sgb on October 19, 2004 under Oracle

If you don’t want to create your database from scratch it’s sometimes useful to just delete all the objects from it.

Comments
 

Login to Oracle as sysdba in one command

Contributed by jshcenck on November 13, 2003 under Oracle

Log into the database via sqlplus with sysdba priv’s with a single command. This can be setup with an alias, if you’d like

Comments