Deleting an oracle 11g database instance
Steps to delete a database instance
1.
We can delete a database using dbca command.
Open terminal and go to the following path
If the environment variables are not set then use the below command
cd
/u01/app/oracle/product/11.2.0/dbhome_1/bin
If the environment variables are set then use the below command
cd $ORACLE_HOME/bin
Now type ./dbca in the
terminal .
2.
Click Next to continue
3.
Select option Delete a database
4.
Select the database that needs to be deleted
5.
Provide confirmation for deleting the database
6.
Database deletion in progress
7.
Click Yes to delete another database instance or click no to exit
configuration assistant.
Comments
Post a Comment