vrijdag 2 maart 2012

Drop the database:

With dbca:

Launch dbca: [oracle@ORAVM1 dbhome_1]$ dbca

image

Choose “Delete a Database” and click Next:

image

Select the database that you want to delete and click Next:
image 

Confirm that you want to delete the database:

image

Click No to stop DBCA:

image

Manually with the DROP DATABASE statement:

export ORACLE_SID=ocmdb1

sqlplus / as sysdba

SQL> shutdown immediate
SQL> startup mount exclusive restrict
SQL> drop database;
 

Geen opmerkingen:

Een reactie posten