The contents are of my own testing and deployments. Not guaranteed that these might work in your environment. Please test before usage.
Summary: In this session, I will teach you How to drop the oracle database.
Login to the server;
Check the services and confirm the DB name from the application owner.
Set the environment and confirm the DB:
Note: Before dropping the database please confirm the output
SELECT NAME FROM V$DATABASE
Down the database
Startup nomount restrict
Now drop the database
0 Comments