Protected: Oracle RAC 12c Installation on Linux

There is no excerpt because this is a protected post.

Protected: Oracle Database Guard 12c Implementation with RAC (Step-by-Step)

There is no excerpt because this is a protected post.

Oracle Database 12c Password File

Introduction: I (and we) used to see the oracle database password file under $ORACLE_HOME/dbs for both single instance and RAC databases. Example for RAC database: On node1 /u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwPROD1 On node2 /u01/app/oracle/product/11.2.0/dbhome_1/dbs/orapwPROD2 If one password file was changed in one node, then you have to copy it to all other nodes in the cluster. What is … Continue reading Oracle Database 12c Password File

Advertisement

Oracle Database Fast Cloning Options for Databases on Supercluster

I had a question from one of my customers about the available fast cloning options for Oracle databases. This customer has a supercluster on the production site and another supercluster on the DR site. The client requirement is to be able to prepare a new Test/Dev database in minutes , not hours for their large … Continue reading Oracle Database Fast Cloning Options for Databases on Supercluster