Database Install/Upgrade/Opatch (MOSC)

MOSC Banner

Cloning of Oracle Home -duplication of DB but odd listener service

edited Jul 10, 2013 5:25AM in Database Install/Upgrade/Opatch (MOSC) 4 commentsAnswered
I cloned an Oracle home directory following the instructions from doc. B15660-02: tar original oracle home, copy to destination server, run installer:
 ./runInstaller -silent -clone ORACLE_BASE="/u01/app/oracle" ORACLE_HOME="/u01/app/oracle/product/11.2.0/dbhome_1"

Then duplicated a database from the weekly archive backup:
duplicate database to ptest
spfile
set control_files='/u02/app/oracle/controlfile/ptest/control02.ctl'
set db_file_name_convert='nprd' , 'ptest'
set log_file_name_convert='nprd', 'ptest'
BACKUP LOCATION '/recovery/ArchiveBckp/' ;

Used netca to create listener. It all seems to be working well but we are having some intermittent connectivity problems that I do not see where they are coming from.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center