Srvctl Add Service The default service name of a database is the DB_UNIQUE_NAME, if we'd like to add some other entries to service different kinds… Read More »How Srvctl Add Service
In previous post, we have talked about how to change both DB_NAME and DB_UNIQUE_NAME of a single-instance database. In this post, we will talk about… Read More »How to Change DBID of a RAC Database
Add RAC DB Let me ask you a question, why would you like to add a RAC database to a cluster? In my experience, there're… Read More »Srvctl Add Database Example
Srvctl Modify Database SPFILE We have changed the location of password file by srvctl modify database in the previous post, here we plan to change… Read More »How Srvctl Modify Database SPFILE
Srvctl Modify Database Password Even though I chose NOT to use Oracle Managed Files (OMF) during Oracle RAC database creation, I still got OMF password… Read More »How Srvctl Modify Database Password File
Srvctl Disable Database The command srvctl disable database means that it detaches the database you specified from the cluster temporarily. Which means, you will no… Read More »How Srvctl Disable Database