Cloning R12

Hi All,
I am cloning EBS R12 using rapid clone, but I hit error on the database part.
                   ADX Database Utility                       
getConnection() -->
    sDbHost    : apps1
    sDbDomain  : abc.priv.us
    sDbPort    : 1533
    sDbSid     : CLONE
    sDbUser    : apps
    Trying to connect using SID...
getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@apps1.abc.priv.us:1533:CLONE
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=apps1.abc.priv.us)(PORT=1533))(CONNECT_DATA=(SERVICE_NAME=CLONE)))
    Exception occurred: java.sql.SQLRecoverableException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=apps1.abc.priv.us)(PORT=1533))(CONNECT_DATA=(SERVICE_NAME=CLONE.abc.priv.us)))
    Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
    Connection could not be obtained; returning null
-------------------ADX Database Utility Finished---------------Any idea what causes this please...
Thanks a lot,
zxy

Hi again hussein and all,
I can not execute anything command yet because nothing has been created. Not database and no listener.
What file against /etc/hosts server name should I compare it to? I understand cloning will get the /etc/hosts server name and update automatically the target clone files.
Theres no other error I can see here (complere logs):
Started ApplyDBTier at Thu Mar 14 12:06:16 PHT 2013
Version:
     ApplyDBTier.java     :      120.6.12010000.2
ApplyDBTier (prog) -1 true true true...
# Calling ApplyDBTechStack...
Executing runInstallDriver...
Started unzipping files...
Completed runInstallDriver.
Executing home registration for s_db_oh...
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adouidb.pl
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/ouicli.pl
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/ouicli.pl to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/ouicli4.pl
   setting permissions: 700
   setting ownership: oraclone:dba
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/config_ux.tmp
   dest   : /u01/oraclone/db/tech_st/11.1.0/rdbms/lib/config.c
   backup : /u01/oraclone/db/tech_st/11.1.0/rdbms/lib/config.c to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/config5.c
   setting permissions: 700
   setting ownership: oraclone:dba
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adlnkoh.sh
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/adlnkoh.sh
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/adlnkoh.sh to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/adlnkoh4.sh
   setting permissions: 700
   setting ownership: oraclone:dba
Executing script in InstantiateFile:
/u01/oraclone/db/tech_st/11.1.0/perl/bin/perl -I /u01/oraclone/db/tech_st/11.1.0/perl/lib/5.8.3 -I /u01/oraclone/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /u01/oraclone/db/tech_st/11.1.0/appsutil/perl /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/ouicli.pl
script returned:
Beginning OUI CLI cloning for s_db_ohThu Mar 14 12:06:18 2013
/u01/oraclone/db/tech_st/11.1.0/appsutil/jre/bin/java -classpath /u01/oraclone/db/tech_st/11.1.0/appsutil/java:/u01/oraclone/db/tech_st/11.1.0/oui/jlib/OraInstaller.jar:/u01/oraclone/db/tech_st/11.1.0/appsutil/java/xmlparserv2.jar  oracle.apps.ad.clone.util.OracleHomeCloner  -OUICLI -e /u01/oraclone/db/tech_st/11.1.0/appsutil/CLONE_apps1.xml -nolink -oaVar s_db_oh -homestub db -log /u01/oraclone/db/tech_st/11.1.0/appsutil/log/CLONE_apps1/ohclone.log
running OUI CLI home cloning:
  /u01/oraclone/db/tech_st/11.1.0/oui/bin/runInstaller  -clone -silent -force -nolink -waitForCompletion -invPtrLoc /u01/oraclone/db/tech_st/11.1.0/admin/oui/CLONE_apps1/oraInst.loc ORACLE_HOME=/u01/oraclone/db/tech_st/11.1.0 ORACLE_BASE=/u01/oraclone/db/tech_st/11.1.0 ORACLE_HOME_NAME=CLONE_DB__u01_oraclone_db_tech_st_11_1_0 -J-Doracle.installer.noLink=true
Finished OUI CLI cloning for s_db_oh with return code: 0Thu Mar 14 12:07:47 2013
.end std out.
.end err out.
Executing script in InstantiateFile:
/u01/oraclone/db/tech_st/11.1.0/appsutil/clone/adlnkoh.sh
script returned:
adlnkoh.sh started at Thu Mar 14 12:07:47 PHT 2013
Log file located at /u01/oraclone/db/tech_st/11.1.0/appsutil/log/CLONE_apps1/make_03141207.log
Using make file "ins_emagent.mk" for linking SYSMAN utilities...
adlnkoh.sh completed sucessfully
.end std out.
.end err out.
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adouidb.pl
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/ouicli.pl
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/ouicli.pl to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/ouicli5.pl
   setting permissions: 700
   setting ownership: oraclone:dba
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/config_ux.tmp
   dest   : /u01/oraclone/db/tech_st/11.1.0/rdbms/lib/config.c
   backup : /u01/oraclone/db/tech_st/11.1.0/rdbms/lib/config.c to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/config6.c
   setting permissions: 700
   setting ownership: oraclone:dba
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adlnkoh.sh
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/adlnkoh.sh
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/clone/adlnkoh.sh to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/adlnkoh5.sh
   setting permissions: 700
   setting ownership: oraclone:dba
Completed home registration for s_db_oh
Executing Technology Stack Configuration...
Executing runAutoConfig...
Deleting files of type INSTALL
Checking for file: /u01/oraclone/db/tech_st/11.1.0/network/admin/CLONE_apps1/sqlnet.ora
Processing driver file: /u01/oraclone/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv
Checking for file: /u01/oraclone/db/tech_st/11.1.0/appsutil/install/CLONE_apps1/txkConfigDbOcm.pl
Checking for file: /u01/oraclone/db/tech_st/11.1.0/dbs/initCLONE.ora
Checking for file: /u01/oraclone/db/tech_st/11.1.0/network/admin/CLONE_apps1/listener.ora
Checking for file: /u01/oraclone/db/tech_st/11.1.0/network/admin/CLONE_apps1/tnsnames.ora
Testing for RAC specific parameters before running autoconfig
No RAC specific parameters were found, running with CVM
Starting CVM in INSTE8_SETUP mode
     Using Context file          : /u01/oraclone/db/tech_st/11.1.0/appsutil/CLONE_apps1.xml
Attempting to create a back up of the Context file
Created back up file of name :
      /u01/oraclone/db/tech_st/11.1.0/appsutil/out/CLONE_apps1/03141209/CLONE_apps1.xml
===========================================================================
Starting synchronization of file system Context file and its templates with those in the database
   Database connection     : Failed
   OAM Context editing support feature: Unverified
   OAM Customization support feature  : Unverified
   File system template    : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp
   Checking for customizations to Context template
   Warning: Unable to connect to Database.
           If the system is OAM enabled, this may result in loss of customizations.
   Looking for custom template at : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/custom/adxdbctx.tmp
   Custom template         : Not available
   Customizations found    : None
   File system Context file :/u01/oraclone/db/tech_st/11.1.0/appsutil/CLONE_apps1.xml
   Checking the Context file for possible updates from the Database
   Warning: Unable to connect to Database.
           If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
===========================================================================
Starting Updates of Context file Thu Mar 14 12:09:22 PHT 2013
      found context version     : 120.34.12010000.2
      available update version  : 120.34.12010000.2
No updates to apply
Ending Updates of Context file
===========================================================================
===========================================================================
Starting Context Value Management System at Thu Mar 14 12:09:22 PHT 2013
Using version 120.13
Options:
   Force               : no
   Contextfile         : /u01/oraclone/db/tech_st/11.1.0/appsutil/CLONE_apps1.xml
   Templatefile        : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp
   ValueUpdateFile     : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adcvmdb.xml
Verifying value management system requirements:
   ContextFile         : VALID
   Template File       : VALID
   ValueUpdateFile     : VALID
Parsing the ValueUpdateFile
[ s_contextfile ]
   Action             : seed
   Change reason      : Setting the location to what has been specified by user
   New value          : /u01/oraclone/db/tech_st/11.1.0/appsutil/CLONE_apps1.xml
[ s_tools_oranls ]
   Action             : translate
   WARNING            : Variable missing - skipping
[ s_cmanport ]
   Action             : translate
   Change reason      : Removing hardcoded value of s_cmanport to use s_dbport instead
   Expected value     : [1521]
   Found value        : 1533
   New value          : 1533
   Check Condition    : Unconditional
   INFO               : Customer has the new value already in place - skipping
===========================================================================
[ Config tool : /u01/oraclone/db/tech_st/11.1.0/appsutil/bin/adgentns.pl ]
   Command            : /u01/oraclone/db/tech_st/11.1.0/perl/bin/perl -I /u01/oraclone/db/tech_st/11.1.0/perl/lib/5.8.3 -I /u01/oraclone/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /u01/oraclone/db/tech_st/11.1.0/appsutil/perl  /u01/oraclone/db/tech_st/11.1.0/appsutil/bin/adgentns.pl PASSWORD  contextfile=/u01/oraclone/db/tech_st/11.1.0/appsutil/CLONE_apps1.xml  logdir=/u01/oraclone/db/tech_st/11.1.0/appsutil/log/CLONE_apps1
   Action             : execute
SCRIPT RETURNED:
                   Generate Tns Names
     Classpath                   : :/u01/oraclone/db/tech_st/11.1.0/jdbc/lib/ojdbc6.jar:/u01/oraclone/db/tech_st/11.1.0/appsutil/java/xmlparserv2.jar:/u01/oraclone/db/tech_st/11.1.0/appsutil/java:/u01/oraclone/db/tech_st/11.1.0/jlib/netcfg.jar:/u01/oraclone/db/tech_st/11.1.0/jlib/ldapjclnt11.jar
Loading ORACLE_HOME environment from /u01/oraclone/db/tech_st/11.1.0
Logfile: /u01/oraclone/db/tech_st/11.1.0/appsutil/log/CLONE_apps1/NetServiceHandler.log
tnsnames.ora instantiated
listener.ora instantiated
adgentns.pl exiting with status 0
ERRORCODE = 0 ERRORCODE_END
.end std out.
.end err out.
   Result             : SUCCEEDED
===========================================================================
Ending Context Value Management System.
===========================================================================
===========================================================================
No uploading of Context file and its templates to database. Database conection failed
===========================================================================
Finished running CVM.....
Processing DriverFile = /u01/oraclone/db/tech_st/11.1.0/appsutil/template/addbtmpl.drv
AutoConfig Profile Phase
Running Instantiation Drivers for AppsUtil
Creation of Directory - /u01/oraclone/db/tech_st/11.1.0/appsutil/scripts/CLONE_apps1 Succeeded.
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adexecsql.pl
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/scripts/CLONE_apps1/adexecsql.pl
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/scripts/CLONE_apps1/adexecsql.pl to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/CLONE_apps1/03141209/adexecsql.pl
   setting permissions: 700
   setting ownership: oraclone:dba
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adstopdb.sql
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/scripts/CLONE_apps1/adstopdb.sql
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/scripts/CLONE_apps1/adstopdb.sql to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/CLONE_apps1/03141209/adstopdb.sql
   setting permissions: 600
   setting ownership: oraclone:dba
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/adstrtdb.sql
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/scripts/CLONE_apps1/adstrtdb.sql
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/scripts/CLONE_apps1/adstrtdb.sql to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/CLONE_apps1/03141209/adstrtdb.sql
   setting permissions: 600
   setting ownership: oraclone:dba
Creation of Directory - /u01/oraclone/db/tech_st/11.1.0/appsutil/install/CLONE_apps1 Succeeded.
instantiate file:
   source : /u01/oraclone/db/tech_st/11.1.0/appsutil/template/addbccnv.sql
   dest   : /u01/oraclone/db/tech_st/11.1.0/appsutil/install/CLONE_apps1/addbccnv.sql
   backup : /u01/oraclone/db/tech_st/11.1.0/appsutil/install/CLONE_apps1/addbccnv.sql to /u01/oraclone/db/tech_st/11.1.0/appsutil/out/CLONE_apps1/03141209/addbccnv.sql
   setting permissions: 600
   setting ownership: oraclone:dba
b.sh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Error in Cloning R12 appsTier in Sun Solaris 10

    Hi
    While cloning R12 Instance for apps tier I get the error like
    AutoConfig could not successfully execute the following scripts:
    Directory: /base/SID/apps/tech_st/10.1.3/perl/bin/perl -I /base/SID/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /base/SID/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /base/SID/apps/apps_st/appl/au/12.0.0/perl -I /base/SID/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/sun4-solaris-thread-multi /base/SID/apps/tech_st/10.1.2/appsutil/clone
    ouicli.pl INSTE8_APPLY -1
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    /base/SID/apps/tech_st/10.1.2/appsutil/driver/regclone.drv
    But the DB tier cloning has problems.
    Also when I checked for the /etc/hosts
    127.0.0.1 localhost
    100.2.1.12 orcl.ilo.org orcl loghost
    Akshaya
    Akshaya

    Hi
    thanks for the response.
    while doing appstie it does Executing home registration for s_weboh_oh... and
    Executing home registration for s_tools_oh... affter that it errored out like
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    Akshaya

  • Error while cloning R12 instance

    Hi,
    I am trying to clone R12 Production instance to R12 development instance.
    And i got the below error.
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/java:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/ewt3.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/share.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/oui/srvm.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDBTier -e /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml -stage /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone -showProgress
    APPS Password : Log file located at /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/ApplyDBTier_11291440.log
    / 50% completed
    RC-50004: Fatal: Error occurred in ApplyDBTier:
    StackTrace -
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NoSuchMethodError: oracle.apps.ad.autoconfig.InstantiateFile.writeReport(Ljava/util/Vector;Loracle/apps/ad/util/LogFile;I)V
    at oracle.apps.ad.clone.ApplyDatabase.checkAutoConfigErr(ApplyDatabase.java:3034)
    at oracle.apps.ad.clone.ApplyDatabase.runAutoConfig(ApplyDatabase.java:2839)
    at oracle.apps.ad.clone.ApplyDatabase.doConf(ApplyDatabase.java:489)
    at oracle.apps.ad.clone.ApplyDatabase.doApply(ApplyDatabase.java:443)
    at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:336)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:101)
    ... 6 more
    ERROR while running Apply...
    Tue Nov 29 14:42:27 2011
    ERROR: Failed to execute /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl
    Please check logfile.
    [oravis12@blink4 bin]$ ping blink3
    PING blink3.blink.com (192.168.100.178) 56(84) bytes of data.
    64 bytes from blink3.blink.com (192.168.100.178): icmp_seq=0 ttl=64 time=1.18 ms64 bytes from blink3.blink.com (192.168.100.178): icmp_seq=1 ttl=64 time=0.168 ms
    --- blink3.blink.com ping statistics ---
    2 packets transmitted, 2 received, 0% packet loss, time 1000ms
    rtt min/avg/max/mdev = 0.168/0.675/1.182/0.507 ms, pipe 2
    Can you please help me........
    Thanks in advance
    Regards,
    Nikunj

    Thanks Kashif,
    Below are the details from my log file. My log file size is very large so i m spiliting it's in 2 part.
    Started ApplyDBTier at Tue Nov 29 18:00:08 GMT+05:30 2011
    Version:
         ApplyDBTier.java     :      120.6
    ApplyDBTier (prog) -1 true true true...
    # Calling ApplyDBTechStack...
    Executing runInstallDriver...
    Started unzipping files...
    Completed runInstallDriver.
    Executing home registration for s_db_oh...
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adouidb.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/ouicli0.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/config_ux.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/config1.c
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlnkoh.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/adlnkoh0.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    Executing script in InstantiateFile:
    /d01/oracle/VIS4/db/tech_st/10.2.0/perl/bin/perl -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/perl /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_db_ohTue Nov 29 18:00:10 2011
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/jre/bin/java -classpath /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java:/d01/oracle/VIS4/db/tech_st/10.2.0/oui/jlib/OraInstaller.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java/xmlparserv2.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml -nolink -oaVar s_db_oh -homestub db -log /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/ohclone.log
    NON-COMPLIANT: /d01/oracle/VIS4/db/tech_st/10.2.0/oraInst.loc does not point to an inventory inside the current ORACLE_HOME
    Rapid Clone only supports oraInst.loc at that location if its content points to an inventory inside the same ORACLE_HOME
    Please make the necessary changes to the following file:
    /d01/oracle/VIS4/db/tech_st/10.2.0/oraInst.loc
    running OUI CLI home cloning:
    /d01/oracle/VIS4/db/tech_st/10.2.0/oui/bin/runInstaller -clone -silent -force -nolink -waitForCompletion -invPtrLoc /d01/oracle/VIS4/db/tech_st/10.2.0/admin/oui/VIS4_blink4/oraInst.loc ORACLE_HOME=/d01/oracle/VIS4/db/tech_st/10.2.0 ORACLE_HOME_NAME=VIS4_DB__d01_oracle_VIS4_db_tech_st_10_2_0 -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_db_oh with return code: 0Tue Nov 29 18:01:29 2011
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh
    script returned:
    adlnkoh.sh started at Tue Nov 29 18:01:29 IST 2011
    Log file located at /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/make_11291801.log
    Using make file "ins_sysman.mk" for linking SYSMAN utilities...
    Using make file "ins_emdb.mk" for linking COLLECTOR utility...
    adlnkoh.sh completed sucessfully
    .end std out.
    .end err out.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adouidb.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/ouicli.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/ouicli1.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/config_ux.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/config2.c
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlnkoh.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/clone/adlnkoh.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/adlnkoh1.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    Completed home registration for s_db_oh
    Executing Technology Stack Configuration...
    Executing runAutoConfig...
    Deleting files of type INSTALL
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/sqlnet.ora
    Processing driver file: /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbtmpl.drv
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/listener.ora
    Checking for file: /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/tnsnames.ora
    Starting CVM in INSTE8_SETUP mode
         Using Context file : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    Attempting to create a back up of the Context file
    Created back up file of name :
    /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/VIS4_blink4.xml
    ===========================================================================
    Starting synchronization of file system Context file and its templates with those in the database
    Database connection : Failed
    OAM Context editing support feature: Unverified
    OAM Customization support feature : Unverified
    File system template : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adxdbctx.tmp
    Checking for customizations to Context template
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations.
    Looking for custom template at : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/custom/adxdbctx.tmp
    Custom template : Not available
    Customizations found : None
    File system Context file :/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    Checking the Context file for possible updates from the Database
    Warning: Unable to connect to Database.
    If the system is OAM enabled, this may result in loss of customizations and the Context files in DataBase and in the file system may be unsynchronized
    ===========================================================================
    Starting Updates of Context file Tue Nov 29 18:02:30 GMT+05:30 2011
    found context version : 120.27.12000000.5
    available update version : 120.27.12000000.5
    No updates to apply
    Ending Updates of Context file
    ===========================================================================
    ===========================================================================
    Starting Context Value Management System at Tue Nov 29 18:02:30 GMT+05:30 2011
    Using version 120.8.12000000.4
    Options:
    Force : no
    Contextfile : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    Templatefile : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adxdbctx.tmp
    ValueUpdateFile : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcvmdb.xml
    Verifying value management system requirements:
    ContextFile : VALID
    Template File : VALID
    ValueUpdateFile : VALID
    Parsing the ValueUpdateFile
    [ s_contextfile ]
    Action : seed
    Change reason : Setting the location to what has been specified by user
    New value : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml
    [ s_tools_oranls ]
    Action : translate
    WARNING : Variable missing - skipping
    ===========================================================================
    [ Config tool : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/bin/adgentns.pl ]
    Command : /d01/oracle/VIS4/db/tech_st/10.2.0/perl/bin/perl -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/perl /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/bin/adgentns.pl PASSWORD contextfile=/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/VIS4_blink4.xml logdir=/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4
    Action : execute
    SCRIPT RETURNED:
    Generate Tns Names
         Classpath : :/d01/oracle/VIS4/db/tech_st/10.2.0/jdbc/lib/ojdbc14.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java/xmlparserv2.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/java:/d01/oracle/VIS4/db/tech_st/10.2.0/jlib/netcfg.jar:/d01/oracle/VIS4/db/tech_st/10.2.0/jlib/ldapjclnt10.jar
    Loading ORACLE_HOME environment from /d01/oracle/VIS4/db/tech_st/10.2.0
    Logfile: /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/log/VIS4_blink4/NetServiceHandler.log
    Error generating tnsnames.ora from the database, temperory tnsnames.ora will be generated using templates
    Instantiating templates
    tnsnames.ora instantiated
    listener.ora instantiated
    adgentns.pl exiting with status 25600
    ERRORCODE = 25600 ERRORCODE_END
    .end std out.
    .end err out.
    Result : FAILED
    ===========================================================================
    Ending Context Value Management System.
    ===========================================================================
    ===========================================================================
    No uploading of Context file and its templates to database. Database conection failed
    ===========================================================================
    Finished running CVM.....
    Processing DriverFile = /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AppsUtil
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/ons_config_db.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/opmn/conf/ons.config
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/opmn/conf/ons.config to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/ons.config
    setting permissions: 644
    setting ownership: oravis12:dba
    Creation of Directory - /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4 Succeeded.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adexecsql.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adexecsql.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adexecsql.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adexecsql.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adstopdb.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstopdb.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstopdb.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adstopdb.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adstrtdb.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstrtdb.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adstrtdb.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adstrtdb.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    Creation of Directory - /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4 Succeeded.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbccnv.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbccnv.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbccnv.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbccnv.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrobj.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrobj.sql
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adchknls.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adchknls.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adchknls.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adchknls.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/ad8idbux.env
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/VIS4_blink4.env
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/VIS4_blink4.env to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/VIS4_blink4.env
    setting permissions: 644
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adupdlib_ux.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adupdlib.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adupdlib.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adupdlib.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adsvdb.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdb.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdb.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adsvdb.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adsvdlsn.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdlsn.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdlsn.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adsvdlsn.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adsvdcnv.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdcnv.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adsvdcnv.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adsvdcnv.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbprf.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbprf.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbprf.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbprf.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbprf.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afdbprf.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/afdbprf.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afdbprf.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afdbprf.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/afdbprf.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbctl.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addbctl.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addbctl.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbctl.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addlnctl.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addlnctl.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/addlnctl.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addlnctl.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adlsnodes.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adlsnodes.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adlsnodes.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrobj.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrobj.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrobj.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/txkConfigDbOcm.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/txkConfigDbOcm.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/txkConfigDbOcm.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/txkConfigDbOcm.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    File /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora of type INSTALL does not exist, will be instantiated in the current pass
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afinit_db102.ora
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/dbs/initVIS4.ora to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/initVIS4.ora
    setting ownership: oravis12:dba
    File /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/listener.ora of type INSTALL already exists, this file will not be instantiated.
    File /d01/oracle/VIS4/db/tech_st/10.2.0/network/admin/VIS4_blink4/tnsnames.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/config_ux.tmp
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/rdbms/lib/config.c to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/config.c
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adautocfg_ux.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adautocfg.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adautocfg.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adautocfg.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlicnse.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adlicnse.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adlicnse.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adlicnse.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adclobconv.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobconv.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobconv.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adclobconv.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adclobtmp.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobtmp.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adclobtmp.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adclobtmp.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adpreclone.pl
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adpreclone.pl
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adpreclone.pl to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adpreclone.pl
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrdb.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdb.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdb.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrdb.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/addbupdgsm.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbupdgsm.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/addbupdgsm.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/addbupdgsm.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adlnkoh.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/adlnkoh.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/adlnkoh.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adlnkoh.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdbrdlg.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcrdbrdlg.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcrdbrdlg.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/afmkinit.sh
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afmkinit.sh
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/afmkinit.sh to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/afmkinit.sh
    setting permissions: 700
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcmclean.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcmclean.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcmclean.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcmclean.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    instantiate file:
    source : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/template/adcctclean.sql
    dest : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcctclean.sql
    backup : /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/install/VIS4_blink4/adcctclean.sql to /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/out/VIS4_blink4/11291802/adcctclean.sql
    setting permissions: 600
    setting ownership: oravis12:dba
    AutoConfig Setup Phase
    Running Setup Process 1 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /d01/oracle/VIS4/db/tech_st/10.2.0/perl/bin/perl -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/perl /d01/oracle/VIS4/db/tech_st/10.2.0/appsutil/scripts/VIS4_blink4/adchknls.pl

  • Cloning R12 Linux

    Hi,
    After cloning my EBS R12 (successfully), I am issuing this command:
    select profile_option_value from fnd_profile_option_values
    where profile_option_value like 'http%';
    http://orafin.abc.com.ph:8000/pls/DEV
    http://orafin.abc.com.ph:8000/forms/frmservlet
    http://orafin.abc.com.ph:8000/OA_HTML/configurator/UiServlet
    http://orafin.abc.com.ph:8000/OA_HTML
    http://orafin.abc.com.ph:8000/OA_HTML
    http://orafin.abc.com.ph:8000
    http://orafin.abc.com.ph:8000/OA_MEDIA
    http://orafin.abc.com.ph:8000/mapviewer/omserver
    http://orafin.abc.com.ph:8000/OA_HTML/ibyecapp
    http://orafin.abc.com.ph:8000
    http://myserver.mycompany.com:15010/gatekeeper.ior
    http://maps.yahoo.com/py/maps.py?BFCat=&Pyt=Tmap&newFL=Use+Address+Below&addr=$ADDRESS$&csz=$CITY$%20$STATE$%20$ZIPCODE$&country=$COUNTRY$&Get%20Map=Get+Map
    http://www.oracle.com
    http://orafin.abc.com.ph:8000
    http://ap804sun.us.oracle.com:778/OA_HTML
    https://globalaccess.dnb.com/access/scripts
    http://chalk.us.oracle.com:8090
    http://elocation.oracle.com/elocation/lbs
    http://www.uccnet.org/schemas/2.2/uccnet
    http://www.uccnet.org/schemas/2.2/uccnet http://www.testregistry.net/xmlschema/uccnet/2.2/Envelope.xsd
    http://elocation.oracle.com/servlets/lbs
    http://qapache.us.oracle.com:11550/OA_MEDIA
    http://orafin.abc.com.ph:8000/OA_HTML/ibyecapp
    http://:
    http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=
    http://download.oracle.com/docs/virtual/
    https://conference.oracle.com/imtapp/OracleRTCService
    http://orafin.abc.com.ph:8000/OA_HTML/pricing
    http://orafin.abc.com.ph:8000/OA_HTML/
    29 rows selected.
    SQL>
    I noticed the the port pool was not changed ....because I used 20 as the port pool :(
    Do I have to change each of the value from 8000 to 8020?
    Thanks

    ok i got it solved ...i just rerun the cloning and its ok now :)

  • Cloning R12 on Same system win2003

    Hello,
    I am new to apps DBA, I have some basic doubts about cloning. I have installed apps12 on windows2003. I would like to clone this R12 on the same machine (different physical hard disk).
    1. Executed preclone on dbTier & appsTier.
    2. shutdown services & copied
    d:\oracle\VIS\apps to E:\clone\oracle\VIS\apps
    d:\oracle\VIS\db to E:\clone\oracle\VIS\db
    3. on dbTier of Target directory , I executed perl adcfgclone.pl dbTier
    Then answered various prompts.
    But during 6% only it is exiting with error. When checked services, listener is created & started. When i see log,
    it says cannot connect to database, and after several steps protocol error also
    please guide me....
    And also
    (i) should I change SID of target as in above step (2)
    E:\clone\oracle\VIS to E:\clone\oracle\XYZ
    (ii) before running adcfgclone in above step(3), which context file I have execute.
    (ii) During post clone process, I mean when executing adcfgclone.pl dbTier/appsTier some errors might be thrown. Inthat case how can I restart failed clone? Do I have to start all over again? When I run adcfgclone.pl again, Do i need to give different instane name, port pool during prompts?
    Thanks for stopping by & replying.

    Hi,
    But during 6% only it is exiting with error. When checked services, listener is created & started. When i see log,
    it says cannot connect to database, and after several steps protocol error also
    please guide me....Please post the complete error message from the logs.
    And also
    (i) should I change SID of target as in above step (2)
    E:\clone\oracle\VIS to E:\clone\oracle\XYZYes.
    (ii) before running adcfgclone in above step(3), which context file I have execute. The context file will be created for you by Rapid Clone, so you do not have to execute any.
    (ii) During post clone process, I mean when executing adcfgclone.pl dbTier/appsTier some errors might be thrown. Inthat case how can I restart failed clone? Do I have to start all over again? When I run adcfgclone.pl again, Do i need to give different instane name, port pool during prompts?Yes, you will have to issue the same command again. Do not give different instance name or port pool, just use the same ones you entered before (unless there is an issue with those values).
    Regards,
    Hussein

  • I am cloning r12 10.2.0.4 database and running perl adcfgclone.pl dbTier

    bash-3.00$ perl adcfgclone.pl dbTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.20.12000000.12
    Enter the APPS password :
    Running:
    /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -cp /u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/java:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/xmlparserv2.jar:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/../context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_631.lst -stage /u01/oracle/db/tech_st/10.2.0/appsutil/clone 2> /tmp/adcfgclone_631.err; echo $? > /tmp/adcfgclone_631.res
    Log file located at /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/CloneContext_0407143111.log
    Provide the values required for creation of the new Database Context file.
    Target System Hostname (virtual or normal) [ksctest] : ksctest
    Target Instance is RAC (y/n) [n] : n
    Target System Database SID : atest
    Target System Base Directory : /u01/oracle
    Oracle OS User [oracle] : oracle
    Target System utl_file_dir Directory List : /usr/tmp
    Number of DATA_TOP's on the Target System [2] : 1
    Target System DATA_TOP Directory 1 : /u01/oracle/db/apps_st/data
    Target System RDBMS ORACLE_HOME Directory [u01/oracle/db/tech_st/10.2.0] : /u01/oracle/db/tech_st/10.2.0
    Do you want to preserve the Display [null] (y/n) ? : n
    Target System Display [ksctest:0.0] : ksctest:1.0
    Do you want the the target system to have the same port values as the source system (y/n) [y] ? : n
    Target System Port Pool [0-99] : 50
    Checking the port pool 50
    done: Port Pool 50 is free
    Report file located at /u01/oracle/db/tech_st/10.2.0/appsutil/temp/portpool.lst
    Complete port information available at /u01/oracle/db/tech_st/10.2.0/appsutil/temp/portpool.lst
    Backing up /u01/oracle/db/tech_st/10.2.0/appsutil/atest_ksctest.xml to /u01/oracle/db/tech_st/10.2.0/appsutil/atest_ksctest.xml1.bak
    Creating the new Database Context file from :
    /u01/oracle/db/tech_st/10.2.0/appsutil/template/adxdbctx.tmp
    The new database context file has been created :
    /u01/oracle/db/tech_st/10.2.0/appsutil/atest_ksctest.xml
    Log file located at /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/CloneContext_0407143111.log
    Check Clone Context logfile /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/CloneContext_0407143111.log for details.
    Running Rapid Clone with command:
    perl /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/u01/oracle/db/tech_st/10.2.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/u01/oracle/db/tech_st/10.2.0/appsutil/atest_ksctest.xml showProgress contextValidated=true
    Running:
    perl /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl java=/u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/../jre mode=apply stage=/u01/oracle/db/tech_st/10.2.0/appsutil/clone component=dbTier method=CUSTOM dbctxtg=/u01/oracle/db/tech_st/10.2.0/appsutil/atest_ksctest.xml showProgress contextValidated=true
    APPS Password :
    Beginning database tier Apply - Sun Apr 7 14:35:15 2013
    /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/u01/oracle/db/tech_st/10.2.0/oui -classpath /u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/xmlparserv2.jar:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/ojdbc14.jar:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/java:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/oui/OraInstaller.jar:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/oui/ewt3.jar:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/oui/share.jar:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/oui/srvm.jar:/u01/oracle/db/tech_st/10.2.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDBTier -e /u01/oracle/db/tech_st/10.2.0/appsutil/atest_ksctest.xml -stage /u01/oracle/db/tech_st/10.2.0/appsutil/clone -rmanstage -rmantgtloc -srcdbname -showProgress
    APPS Password : Log file located at /u01/oracle/db/tech_st/10.2.0/appsutil/log/atest_ksctest/ApplyDBTier_04071435.log
    / 4% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    ERROR while running Apply...
    Sun Apr 7 14:36:15 2013
    ERROR: Failed to execute /u01/oracle/db/tech_st/10.2.0/appsutil/clone/bin/adclone.pl
    Please check logfile.
    =========================================================
    Skipping Profile Phase
    Skipping Apply Phase
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /u01/oracle/db/tech_st/10.2.0/appsutil/install/atest_ksctest
    adcrdb.sh INSTE8
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    i am getting this error in logfile

    user3714906 wrote:
    please updatePlease see my previous reply -- Please search the log file for adcrdb.sh and you should find more details about the error
    Thanks,
    Hussein

  • R12 Cloning RAC ASM to Single

    Hi,
    customer has 3 environments: 2 single (dev and pre) and 1 RAC-ASM (prod). We are doing the first complete refresh from PROD to PRE, then from RAC to Single, following Note Cloning Oracle Applications Release 12 with Rapid Clone [Article ID 406982.1] , which has a reference to Cloning an Oracle RAC System, which refers to follow Note Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone [ID 559518.1].
    Following this Note, you have to create a Database Image in an stage directory, then you need unless the same database size as free space for this db image. This is not an option for very big application databases, then our idea is not to create the db image, but cloning database separatelly, following steps in Option6 in cloning Note 406982.1.
    The question is, we have to refresh DB and app tier from PROD (RAC ASM) to PRE (single), colud we ignore Note " Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone [ID 559518.1]" and follow Clone Article ID 406982.1 specially Option 6, recovering PROD database separatelly with rman duplicate or we have to follow Note 559518.1 and create a db image? Any experience cloning R12 from RAC to single?
    Thanks,
    Alvaro

    Hi All
    Can any one provide step to step configuration for RAC to RAC cloning in EBS R12
    How to clone multi tier (2 node application Tier) using adcfgclone ... Thanks in Advance.
    Searched Below metalink notes
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone [ID 559518.1]
    Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1]
    Regards
    Subbu

  • R12 Clone

    Hi ,
    I am cloning R12 instance (DB+APPS) please guide.
    DB Version : 11.2.0.3
    Apps Version : 12.1.3
    i have extracted oracle home, after extracting i have to run dbtechstack but i am unable to find the adcfgclone.pl script. Please guide.
    Regards
    Rajesh

    979871 wrote:
    Hi ,
    I am cloning R12 instance (DB+APPS) please guide.
    DB Version : 11.2.0.3
    Apps Version : 12.1.3
    i have extracted oracle home, after extracting i have to run dbtechstack but i am unable to find the adcfgclone.pl script. Please guide.
    Regards
    Rajeshadcfgclone.pl script can be found under RDBMS $ORACLE_HOME/appsutil/clone/bin directory.
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    Thanks,
    Hussein

  • R12 clone have PRODUCTION ENTRIES

    Hi All
    We are running r12 EBS on solaris 5.10. Recently I cloned r12 instance with latest production image.
    After clonning I noticed some PRODUCTION ENTRIES in Concurrent managers and in
    System Administration--> Oracle Applications Manager --> Hosts. It was showing me of PRODUCTION Application and database server's host along with clone instance hosts.
    Is there anyways I can remove this entries or I do have to re-clone.
    Regards
    Musaddaq

    Hi,
    These entries wouldn't do any harm, but as best practise you can run "EXEC FND_CONC_CLONE.SETUP_CLEAN;" and run autoconfig (db first and then apps).
    The command would clear the node information from fnd_nodes table and running autoconfig would populate the correct entries in the table.
    --Jayant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Pdf reports not getting generated

    Hello All,
    We are having an issue in generating the pdf reports.. we are getting errors as mentioned below
    REP-0069: Internal error
    REP-57054: In-process job terminated:Terminated with error:
    We went through the below mentioned note as well :
    REP-0069, REP-57054, REP-3000 in R12
    Our's is a multi tier Oracle E-Business suite setup with multiple nodes as mentioned below:
    a , b -- Web and forms
    c, d -- Concurrent tier nodes
    e, f -- Database tier nodes
    In the $APPL_TOP we did the below command to see what is setting for the DISPLAY environment variable.
    grep DISPLAY *.env
    it gave the results as mentioned below :
    instancename_a.env : export DISPLAY=a:311.0
    instancename_b.env : export DISPLAY=b:311.0
    instancename_c.env: export DISPLAY=c:311.0
    instancename_d.env: export DISPLAY=d:311.0
    Could someone please advise and help us regards this as to what all needs to be checked and verified for a multiple node instance ..we are not able to get which is that environment setting which is incorrect or missing which is causing these seeded report related error messages.
    thanks

    Please post the details of the application release, database version and OS.
    Can you reproduce the issue with PS reports?
    Please review these docs.
    Intermittent Oracle Reports REP-0069: REP-57054: Error [ID 1237834.1]
    Reports Fail With REP-0004 REP-3000 REP-0069 REP-57054 On a Cloned R12 (12.0.4) Instance [ID 742122.1]
    REP-1924, REP-0069, REP-57054, REP-1924 - Errors When Generate Reprts By PDF Style [ID 1053091.1]
    After Upgarde to R 12.1.2 Running Any PDF Reports: Get: REP-3000,REP-0069 and REP-57054 [ID 1204553.1]
    Concurrent Processing - Concurrent Reports Failing With Errors REP-0004,REP-0082 and REP-0104 [ID 844976.1]
    Thanks,
    Hussein

  • Perl adcfgclone.pl dbTier error

    Hi everyone. Newbie here. I'm running on an error during cloning R12 EBS production to development server and I'm doing it manually.
    After running the command: perl adcfgclone.pl dbTier and filling in the prompt details, clone was not successfully completed. Please see below the logs
    [root@tstocl bin]# perl adcfgclone.pl dbTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.31.12010000.1
    Enter the APPS password :
    Running:
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin/java -Xmx6 00M -cp /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/jlib/java:/orclde v/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/jlib/xmlparserv2.jar:/orcldev/ts tred/dbred/db/tech_st/11.1.0/appsutil/clone/jlib/ojdbc5.jar oracle.apps.ad.conte xt.CloneContext -e /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/.. /context/db/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_14291.lst -stage / orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone 2> /tmp/adcfgclone_14291. err; echo $? > /tmp/adcfgclone_14291.res
    Log file located at /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/C loneContext_0719104652.log
    Provide the values required for creation of the new Database Context file.
    Target System Hostname (virtual or normal) [tstocl] :
    Target Instance is RAC (y/n) [n] :
    Target System Database SID : TST3
    Target System Base Directory : /orcldev/tstred/dbred
    Target System utl_file_dir Directory List : usr/tmp
    Number of DATA_TOP's on the Target System [1] :
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data] :
    RC-00002: Warning: Directory /orclprd/oraprd/dbsred/db/apps_st/data not found.
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data] : /o rcldev/tstred/dbred/db/apps_st/data
    Target System RDBMS ORACLE_HOME Directory [orcldev/tstred/dbred/db/tech_st/11.1                                                                                        .0] :
    Do you want to preserve the Display [null] (y/n) ? : y
    Do you want the the target system to have the same port values as the source sys tem (y/n) [y] ? : n
    Target System Port Pool [0-99] : 9
    Checking the port pool 9
    done: Port Pool 9 is free
    Report file located at /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp/por tpool.lst
    Complete port information available at /orcldev/tstred/dbred/db/tech_st/11.1.0/a ppsutil/temp/portpool.lst
    Backing up /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml to / orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml1.bak
    Creating the new Database Context file from :
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp
    AC-10006: Exception - org.xml.sax.SAXParseException: file:/orcldev/tstred/dbred/ db/tech_st/11.1.0/appsutil/TST3_tstocl.xml<Line 1, Column 1>: XML-20108: (Fatal Error) Start of root element expected. thrown while creating OAVars object for f ile: /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    The new database context file has been created :
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    Log file located at /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/C loneContext_0719104652.log
    Check Clone Context logfile /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clo ne/bin/CloneContext_0719104652.log for details.
    Running Rapid Clone with command:
    perl /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl java= /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../jre mode=apply sta ge=/orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone component=dbTier metho d=CUSTOM dbctxtg= showProgress contextValidated=true
    Running:
    perl /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl java= /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../jre mode=apply sta ge=/orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone component=dbTier metho d=CUSTOM dbctxtg= showProgress contextValidated=true
    APPS Password :
    You must define the target database context to use
    dbctxtg=<applications context file>
    Restart adclone.pl after performing required corrections.
    ERROR: Failed to execute /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone /bin/adclone.pl
    Please check logfile.
    Log file "CloneContext_0719104652.log" contains details below:
    [root@tstocl bin]# more CloneContext_0719104652.log
    Using admin directory: /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin
    #------Log File time stamp: 0719104652------------
    # $Header: CloneContext.java 120.92.12010000.5 2008/11/10 09:40:09 ksita ship $
    # Running on - tstocl
    # Source Host - null
    # Domain Name - reddragon.com
    # Context Location - /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/bin/../context/db/CTXORIG.xml
    # Context Type - null
    # Context Template - null
    # Clone Stage Area - /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone
    # Pairs File - /tmp/adpairsfile_14291.lst
    # Destination Context - null
    # Validation - true
    # Platform Migration - false
    # no prompt - false
    Variables extracted from pairsfile: /tmp/adpairsfile_14291.lst
    ****************************************************/n
    s_dbuser = root
    s_dbgroup = root
    PROMPT :
    Target System Hostname (virtual or normal) [tstocl]
    ANSWER :
    tstocl
    PROMPT :
    Target Instance is RAC (y/n) [n]
    ANSWER :
    n
    PROMPT :
    Target System Database SID
    ANSWER :
    TST3
    PROMPT :
    Target System Base Directory
    ANSWER :
    /orcldev/tstred/dbred
    PROMPT :
    Target System utl_file_dir Directory List
    ANSWER :
    usr/tmp
    PROMPT :
    Number of DATA_TOP's on the Target System [1]
    ANSWER :
    1
    PROMPT :
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data]
    ANSWER :
    /orclprd/oraprd/dbsred/db/apps_st/data
    Value /orclprd/oraprd/dbsred/db/apps_st/datais not valid value for s_dbhome1
    PROMPT :
    Target System DATA_TOP Directory 1 [orclprd/oraprd/dbsred/db/apps_st/data]
    ANSWER :
    /orcldev/tstred/dbred/db/apps_st/data
    Creating /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/data/stage/addbhomtgt.xml which will contain Target system database mount points.
    PROMPT :
    Target System RDBMS ORACLE_HOME Directory [orcldev/tstred/dbred/db/tech_st/11.1.0]
    ANSWER :
    /orcldev/tstred/dbred/db/tech_st/11.1.0
    Creating /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone/data/stage/addbhomtgt.xml which will contain Target system database mount points.
    PROMPT :
    Do you want to preserve the Display [null] (y/n) ?
    ANSWER :
    y
    PROMPT :
    Do you want the the target system to have the same port values as the source system (y/n) [y] ?
    ANSWER :
    n
    Started testing the availabilty of ports in port pool 9
    Checking Database Port on tstocl: Port Value = 1530
    Database Port available: Port Value = 1530
    Checking DB ONS Local Port on tstocl: Port Value = 6309
    DB ONS Local Port available: Port Value = 6309
    Checking DB ONS Remote Port on tstocl: Port Value = 6409
    DB ONS Remote Port available: Port Value = 6409
    setDestination s_contextfile to : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    Clone Context Parameters:
    Pairs File = /tmp/adpairsfile_14291.lst
    Target XML File = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    Template File = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/template/adxdbctx.tmp
    The following values will be used to create the context file
    s_isWeb = YES
    s_db_util_filedir = usr/tmp
    s_db_rollback_segs = NOROLLBACK
    s_dbhome4 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbhome3 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbhost = tstocl
    s_db_oh = /orcldev/tstred/dbred/db/tech_st/11.1.0
    s_dbhome2 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbhome1 = /orcldev/tstred/dbred/db/apps_st/data
    s_dbgroup = root
    s_dbGlnam = TST3
    s_dbdomain = reddragon.com
    s_dbSid = TST3
    s_dbuser = root
    s_isForms = YES
    s_database_type =
    s_temp = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp
    s_db_ons_localport = 6309
    s_hostname = tstocl
    s_dbSidLower = tst3
    s_cmanport = 1530
    s_dbCluster = false
    s_domainname = reddragon.com
    s_isAdmin = YES
    s_isConc = YES
    s_contextfile = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    s_dbport = 1530
    s_contextname = TST3_tstocl
    s_db_ons_remoteport = 6409
    s_clonestage = /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/clone
    s_base = /orcldev/tstred/dbred
    Clone Context will now iteratively apply changes
    to create the new target context file.
    instantiate file:
    source : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmptmpCtxClone.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmptmpCtxClone.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmptmpCtxClone.xml
    dest : /tmp/tmptmpCtxClone.xml
    instantiate file:
    source : /tmp/tmpCtxClone.xml
    dest : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    AC-50401: Command: su prddbs -c "cp /tmp/TST3_tstocl.xml /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml" failed
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/temp.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    instantiate file:
    source : /tmp/tmpdummy.xml
    dest : /tmp/tmpdummy.xml
    The values for these variables will be retained from the source context
    The new context file has been created at:
    /orcldev/tstred/dbred/db/tech_st/11.1.0/appsutil/TST3_tstocl.xml
    The first suspicion I thought of was that I'm running out of disk space to clone another instance. But I've checked and there's still enough space, even in the /tmp directory. The second I thought of is does setting ownership and the os permissions have something to do with this?
    Hope somebody can help me out with this asap.
    Thank you.

    error for dbTier cloning is solved. I didn't log in as the database user and didn't change permissions for the node files after copying. Cloning for db tier is completed.
    I proceed with cloning the apps tier and I'm running into errors and cannot proceed. See log below:
    [appls3@tstocl bin]$ perl adcfgclone.pl appsTier
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    Oracle Applications Rapid Clone
    Version 12.0.0
    adcfgclone Version 120.31.12010000.1
    Enter the APPS password :
    Running:
    /orcldev/tstred/aplred/apps_st/comn/clone/bin/../jre/bin/java -Xmx600M -cp /orcldev/tstred/aplred/apps_st/comn/clone/jlib/java:/orcldev/tstred/aplred/apps_st/comn/clone/jlib/xmlparserv2.jar:/orcldev/tstred/aplred/apps_st/comn/clone/jlib/ojdbc14.jar oracle.apps.ad.context.CloneContext -e /orcldev/tstred/aplred/apps_st/comn/clone/bin/../context/apps/CTXORIG.xml -validate -pairsfile /tmp/adpairsfile_20757.lst -stage /orcldev/tstred/aplred/apps_st/comn/clone 2> /tmp/adcfgclone_20757.err; echo $? > /tmp/adcfgclone_20757.res
    Log file located at /orcldev/tstred/aplred/apps_st/comn/clone/bin/CloneContext_0719152502.log
    Provide the values required for creation of the new APPL_TOP Context file.
    Target System Hostname (virtual or normal) [tstocl] :
    Target System Database SID : TST3
    Target System Database Server Node [tstocl] :
    Target System Base Directory : orcldev/tstred/aplred
    Target System Tools ORACLE_HOME Directory [orcldev/tstred/aplred/apps/tech_st/10.1.2] :
    RC-00213: Warning: The path specified must be the absolute path
    Please advise. Thanks

  • AutoConfig is exiting with status 1 at DBtier

    Hi,
    After cloning R12 i am trying to ran the autoconfig at Dbtier but it is erroring out with following message
    [CVM Error Report]
    The following report lists errors encountered during CVM Phase
    <filename> <return code where appropriate>
    /proddb/prdcl916/db/tech_st/11.1.0/appsutil/bin/adgentns.pl -1
    No of scripts failed in CVM phase: 1
    When i check the logfile i found the following error
    [ Config tool : /proddb/prdcl916/db/tech_st/11.1.0/appsutil/bin/adgentns.pl ]
    Command : /proddb/prdcl916/db/tech_st/11.1.0/perl/bin/perl -I /proddb/prdcl916/db/tech_st/11.1.0/perl/lib/5.8.3 -I /proddb/prdcl916/db/tech_st/11.1.0/perl/lib/site_perl/5.8.3 -I /proddb/prdcl916/db/tech_st/11.1.0/appsutil/perl /proddb/prdcl916/db/tech_st/11.1.0/appsutil/bin/adgentns.pl PASSWORD contextfile=/proddb/prdcl916/db/tech_st/11.1.0/appsutil/prdcl916_oradb5.xml logdir=/proddb/prdcl916/db/tech_st/11.1.0/appsutil/log/prdcl916_oradb5/10051110 outdir=/proddb/prdcl916/db/tech_st/11.1.0/appsutil/out/prdcl916_oradb5/10051110
    Action : execute
    SCRIPT RETURNED:
    Timed out( 300000 ): Interrupted Exception
    Please help me ....
    Thanks
    Sai Ranga

    Hi,
    This is what the main issue is. Which is costing you further issues.
    Why are you creating new threads for a single issue?
    You should try to focus on the root ...I mean this DB part before looking for issue of Apps.
    I will tell you, Your TNS is not getting created with autoconfig which is erroring further in cration of DBC file at apps level.
    Look for your first Thread that you have created. in that I have given you a solution to this.
    Issue is with Multiple entries or registration of SID in database. If you can see your TNSNAMS.ora file you will get multiple entries for your SID.
    Follow my suggestion in your first question and you will get it solved.
    Regards
    RanjanS

  • Clone multi-node RAC and ASM to single node

    Hi everyone.
    I need clone system with 3 application server and 2 oracle database RAC and ASM to single-node. The operating system is RHEL 5.
    I see some metalink notes, but we can't found nothing. I find notes with multi-node to single-node, but nothing with RAC to non-RAC.
    The eBS version is 11.5.10.2 and database version is 10.2.0.3
    Is possible this clone?
    Thanks very much.

    Hi User;
    Please follow below and see its helpful:
    EBS R12 with RAC and non-RAC
    Re: RAC to single instance ebs R12
    Re: Clone Oracle Apps 11.5.10.2 RacDB to Non-RAC DB
    Re: CLONING R12 RAC to NON RAC CLONING giving error RMAN-05517 temporary file
    [b]Migrating the DB-Tier (DB and CM) to Two node non RAC cluster[/b]
    Also check:
    http://www.oracle.com/technology/pub/articles/chan_sing2rac_install.html
    Regard
    Helios

  • Active users report shows  REP-0004: Warning

    Hi,
    Active users request logfile showing
    Enter Password:
    REP-0004: Warning: Unable to open user preference file.
    How to solve this wraning?And actually what it means
    Regards

    Hi,
    Have a look at the following documents and see if it helps.
    Note: 742122.1 - Reports Fail With REP-0004 REP-3000 REP-0069 REP-57054 On a Cloned R12 (12.0.4) Instance
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=742122.1
    Note: 210795.1 - Troubleshooting Guide for REP-4 error
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=210795.1
    Regards,
    Hussein

  • Concurrent req failed with  Rep-0069,Rep-57054

    Hi All,
    Please suggest on this error.
    I have submitted active user concurrent req.
    Failed with the below error
    REP-0069: Internal error
    REP-57054: In-process job terminated:Finished successfully but output is voided
    Ny clues on this.
    Regards,
    Nag.

    Please post the details of the application release, database version and OS.
    Was this working before? If yes, any changes have been done recently?
    What is the type of this concurrent program? Is it Text (which is by default) or it was changed to something else?
    Can you reproduce the issue with other concurrent programs?
    Please see if these docs help.
    All Concurrent Reports Are Failing With Error REP-0004,REP-0082 and REP-0104 [ID 844976.1]
    Intermittent Oracle Reports REP-0069: REP-57054: Error [ID 1237834.1]
    After Upgarde to R 12.1.2 Running Any PDF Reports: Get: REP-3000,REP-0069 and REP-57054 [ID 1204553.1]
    REP-1924, REP-0069, REP-57054, REP-1924 - Errors When Generate Reprts By PDF Style [ID 1053091.1
    Reports Fail With REP-0004 REP-3000 REP-0069 REP-57054 On a Cloned R12 (12.0.4) Instance [ID 742122.1]
    Reports Cache Directory in Oracle E-Business R12 is Growing Rapidly [ID 859255.1]
    Thanks,
    Hussein

Maybe you are looking for

  • SRM 7.0 - Functions and Screens

    Hi all, I have some questions on SRM 7.0: 1. Since EP is mandatory,In case of of  extended classic scenario,when I login as purchsaer,I  will be able to see both the SRM Local PO and the ECC PO(replicated).To see all the changes in ECC PO,do I need t

  • File name and Version name corruption

    In a section of my library, if I click on a thumbnail, it opens with a different photo than the thumbnail and the thumbnail then changes to this other photo. The Metadata indicates that the file name is referencing the surprise photo and the version

  • Maximum File SIze Final Cut Pro 10.0.7

    Does anyone know what the Maximum Number of Events/Clips/File Size/etc that final cut Pro can work with handle efficienly

  • Flex Builder 3 - Export Release Build Feature

    Just bought the Flex Builder 3 prof version and imported my project from Flex Builder 2 to 3. All compiled OK and I see all .html wrappers and swf (debug and release versions) in the bin folder. However when I run the "Export Release Build Feature" o

  • Discussion Forum 0.92 - invalid email

    I have installed ODF 0.92 in Apex 3.0 on 10g2.0.3. After working in the Administration part of the application, I then tried to register a new user. When submitting the information for a new user, I received the error "invalid email". Email works fin