Search notes:

ORACLE_HOME/rdbms/install/clonedb.pl

$ORACLE_HOME/perl/bin/perl $ORACLE_HOME/rdbms/install/clonedb.pl prod_db_pfile [sql_script1] [sql_script2]
clonedb.pl is a script that generates two sql scripts that can be used to create test clones.
The script also copies the init.ora file from a master db environment to a clonedb environment in CLONE_FILE_CREATE_DEST directory.

See also

The init parameter clonedb

Index