Clone $ORACLE_HOME
Hello!
The business scenario is as follows: Can the content of the RAC database $ORACLE_HOME be used to clone a new single-instance database? Is there any difference between using the single-instance $ORACLE_HOME and needs to be configured separately? If there is an official document address trouble to provide:
$ORACLE_HOME/perl/bin/perl -slient $ORACLE_HOME/clone/bin/clone.pl ORACLE_BASE=$ORACLE_BASE ORACLE_HOME=$ORACLE_HOME OSDBA_GROUP=dba OSOPER_GROUP=dba ORACLE_HOME_NAME=${ORACLE_SID}_DB_HOME INVENTORY_LOCATION=$HOME/oraInventory
thank you very much!