############################################################# ########### Duplicate database on 11g from active database ########## #############################################################
############################## ## PREREQUISITES for Cloning ##############################
## Create the diag structure mkdir -p <diag_directory_DB_Name>
## Generate the PFILE from the Original DB and copy to the target host: alter system create pfile'/tmp/pfile.ora' from spfile; scp /tmp/pfile.ora lclus01:/tmp
## Adjust the following pfile parameters: DB_NAME LOG_FILE_NAME_CONVERT DB_FILE_NAME_CONVERT DB_CREATE_FILE_DEST
##Statup nomount and create the spfile: alter system create spfile='+DATA/TDUP10/spfile_TDUP10.ora' from pfile'/tmp/pfile.ora';
##Create the password file on each node using the utility orapwd. #cd $ORACLE_HOME/dbs #orapwd file=<password_file_name> password=<sys_password> entries=n