Cloning Database Home Cloning an Oracle database home to another place by clone.pl might be more complicated than you thought, especially in a RAC environment.… Read More »How to Clone Oracle Home
Srvctl Remove Database Command srvctl remove database removes the database configuration from the cluster only, it won't remove the datafiles and dependencies in the storage.… Read More »Srvctl Remove Database Example
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
In this post, we'll talked about how to restart a database in a efficient way, which includes: Restart a Single-Instance DB Restart a RAC DB… Read More »How to Restart Oracle Database
There're 4 levels that can stop a RAC database, each level has different effect on the RAC system. As for stopping a single-instance database, it… Read More »How Srvctl Stop Database