Adpreclone.pl dbTier fails

Hi,
Below is the error message.
Using Rapid clone on 11.5.7.
Running perl script from the database side.
perl adpreclone.pl dbTier
Running Rapid clone with command ,
perl /apps03/oracle/visdb/8.1.7/appsutil/bin/adclone.pl
java=/apps03/oracle/visdb/8.1.7/appsoui/jre/1.3.1 mode=stage
stage=/apps03/oracle/visdb/8.1.7/appsutil/clone component=dbTier
method=CUSTOM dbctx=/apps03/oracle/visdb/8.1.7/appsutil/VIS.xml show
Progress
Error : Unable to set CLASSPATH
/apps03/oracle/visdb/8.1.7/jdbc/lib/classes12.jar is missing
Begining database Tier Stage
Apps password:
Logfile located at
/apps03/oracle/visdb/8.1.7/appsutil/log/VIS/StageDBTier_016011.log
Exception in thread "main" java.lang.NoClassDefFoundError:
/oracle/jdbs/driver/Oracledriver at
oracle.apps.ad.util.DBUtil.registerDriver(DButil.java:153)
at oracle.apps.ad.util.DBUtil.<init>(DButil.java:102)
at oracle.apps.ad.util.CreateCloningStage.databaseOpenMode(CreateCloningStage.java:973)
at oracle.apps.ad.util.CreateCloningStage.databaseup(CreateCloningStage.java:938)
at oracle.apps.ad.clone.StageDBTier.main(StageDBTier.java:566)
Error While runing Stage.........
Please help me splve this issue.
Thanks
Message was edited by:
user476851

Hi....
adpreclone.pl assumes that every version of Oracle R11i has classes12.jar.
In 11.5.7 and 11.5.8 it is not present for this u will have to download a patch
i guess 2873456 which will unzip only this class..unzip this patch under RDBMS ORACLE_HOME/jdbc/lib
and restart adpreclone.pl dbTier

Similar Messages

  • Adpreclone.pl dbTier errors out

    Hi All,
    We are planning to migrate our instance to new server . Before copying all top's(APPL,COMM,ORA,DATA,DB) to new server , I have run perl adpreclone.pl in appsTier and it went successfully . But while running in dbTier and it is erroring out as shown below.
         $ perl adpreclone.pl dbTier
         Global symbol "$resultclone" requires explicit package name at adpreclone.pl line 525.
         Global symbol "$resultclone" requires explicit package name at adpreclone.pl line 527.
         syntax error at adpreclone.pl line 527, near "$resultclone !"
         syntax error at adpreclone.pl line 531, near "}"
         Execution of adpreclone.pl aborted due to compilation errors.
    I could see 11i.ATG_PF.H.RUP7 is not applied in our source instance. But business is NOT ready to upgrade it to recent release. They just want us to migrate existing instance to new server.
    Please let me know if I can just apply the below patch for this issue.
           ADPRECLONE.PL DBTIER FAILS WITH SYNTAX ERROR -  5235401
    Instance Details:
    Apps :  11.5.10.2
    DB : 10.2.0.3.0 - 64bit
    OS : IBM/AIX RISC
    Regards,
    MD

    Hi Asif,
    When I try to apply the patch, session is getting closed once it asks system password . Any idea on this ?
         AutoPatch needs the password for your 'SYSTEM' ORACLE schema
         in order to determine your installation configuration.
         Enter the password for your 'SYSTEM' ORACLE schema: Connection to **.***.*.* closed.
    Regards,
    MD

  • Error while running  perl adpreclone.pl dbTier

    Hi all,
    Error while running perl adpreclone.pl dbTier
    Running Rapid Clone with command...
    perl /u02/app/orap/product/9.2.0/appsutil/bin/adclone.pl java=/u02/app/orap/product/9.2.0/jre/1.4.2 mode=stage stage=/u02/app/orap/product/9.2.0/appsutil/clone component=dbTier method=CUSTOM dbctx=/u02/app/orap/product/9.2.0/appsutil/DEV_XXX.xml showProgress
    Beginning database tier Stage - Fri Jun 26 12:16:45 2009
    APPS Password : appsdev
    Log file located at /u02/app/orap/product/9.2.0/appsutil/log/DEV_jos11/StageDBTier_06261216.log
    / 75% completed
    RC-50409: Topology information required for cloning not found in the database. Make sure that AutoConfig was run successfully prior to starting Rapid Clone, and try again
    Raised by oracle.apps.ad.tools.AdCreateCtlFile
    RC-40001: Fatal: Failed to create sql script adcrdbclone.sql for recreating control files at target
    - 75% completed
    ERROR while running Stage...
    Checked metalink found the below solution but please the me interconnect_name is what ?
    Check if the column interconnect_name from the fnd_database_instances has a value. If not, please update it with the correct value:
    update FND_DATABASE_INSTANCES
    set INTERCONNECT_NAME = 'xxx';
    commit;
    Rerun the process.
    Thanks,
    Bhanu Chander.

    Hi,
    Alert log is normal.
    but adcfgclone.pl log is
    /u02/app/orap/product/9.2.0/appsutil/out/DEV_XXXX/dbfinfo.lst created Successfully.
    Generating /u02/app/orap/product/9.2.0/appsutil/out/DEV_XXXX/addbhomsrc.xml which will contain the unique mount points
    NODE_ID Column Availability: true
    Node Id Column is available. dbfinfo.lst will contain the node list
    Host Column Availability: true
    Exception occurred while querying the datamodel: java.lang.NullPointerException
    StackTrace:
    java.lang.NullPointerException
    at java.util.Hashtable.put(Hashtable.java:393)
    at oracle.apps.ad.tools.AdCreateCtlFile.get_rac_data(AdCreateCtlFile.java:1325)
    at oracle.apps.ad.tools.AdCreateCtlFile.gen_dbhomes_xml(AdCreateCtlFile.java:530)
    at oracle.apps.ad.tools.AdCreateCtlFile.gen_crctrfclone_sql(AdCreateCtlFile.java:626)
    at oracle.apps.ad.tools.AdCreateCtlFile.<init>(AdCreateCtlFile.java:428)
    at oracle.apps.ad.clone.StageDatabase.doStage(StageDatabase.java:457)
    at oracle.apps.ad.clone.StageDatabase.<init>(StageDatabase.java:266)
    at oracle.apps.ad.clone.StageDBTier.<init>(StageDBTier.java:216)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:534)
    RC-50409: Topology information required for cloning not found in the database. Make sure that AutoConfig was run successfully prior to starting Rapid Clone, and try again
    Raised by oracle.apps.ad.tools.AdCreateCtlFile
    RC-50208: Exception in method gen_crctrfclone_sql
    RC-50208: Exception in Constructor AdCreateCtlFile
    Raised by oracle.apps.ad.tools.AdCreateCtlFile
    StackTrace:
    java.lang.Exception
    at oracle.apps.ad.tools.AdCreateCtlFile.get_rac_data(AdCreateCtlFile.java:1348)
    at oracle.apps.ad.tools.AdCreateCtlFile.gen_dbhomes_xml(AdCreateCtlFile.java:530)
    at oracle.apps.ad.tools.AdCreateCtlFile.gen_crctrfclone_sql(AdCreateCtlFile.java:626)
    at oracle.apps.ad.tools.AdCreateCtlFile.<init>(AdCreateCtlFile.java:428)
    at oracle.apps.ad.clone.StageDatabase.doStage(StageDatabase.java:457)
    at oracle.apps.ad.clone.StageDatabase.<init>(StageDatabase.java:266)
    at oracle.apps.ad.clone.StageDBTier.<init>(StageDBTier.java:216)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:274)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:534)
    RC-40001: Failed to create sql script adcrdbclone.sql for recreating control files at target
    Raised by oracle.apps.ad.clone.StageDatabase
    Thanks,
    Bhanu Chander

  • Ebs 11i Cloning in Win 2003 dbtier fails with ERROR: Could not open

    Hi,
    The rapidclone - DBTier cloning (11i) on Windows 2003 server fails with the following weird error message.
    There is no detailed log file created.
    echo %PATH%
    f:\oracle\prodora\8.0.6\bin;f:\oracle\proddb\9.2.0\apache\perl\perl\5.0053\bin\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\proddb\9.2.0\appsutil\clone\bin\> perl adcfgclone.pl dbTier
    Enter the APPS password [APPS] :
    apps
    First Creating a new context file for the cloned system.
    This program is going to ask you information about the new system:
    ERROR: Could not open
    Any inputs on this really appreciated.
    Thanks,
    Prasanna

    which perl picks up from the path f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe.
    Please check the below messages.
    I had verified adchkutl.sh script too (not sure whether this will be invoked in windows env) ?
    F:\oracle\prodappl\ad\11.5.0\bin>which perl
    f:\oracle\proddb\9.2.0\apache\perl\5.00503\bin\mswin32-x86/perl.exe
    F:\oracle\prodappl\ad\11.5.0\bin>adchkutl.sh
    Checking for make... found - D:\mksnt\mksnt/make.exe
    Checking for ld...
    Unable to locate 'ld' utility in path
    Checking for cc...
    Unable to locate 'cc' utility in path
    Checking for ar...
    Unable to locate 'ar' utility in path
    Unable to locate all utilities with system path.
    PATH = f:\oracle\proddb\9.2.0pache\perl?.0050in\mswin32-x86;D:\mksnt\mksnt;;
    F:\oracle\prodappl\ad\11.5.0\bin>which ld
    D:\mksnt\mksnt/ld.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which cc
    D:\mksnt\mksnt/cc.exe
    F:\oracle\prodappl\ad\11.5.0\bin>which ar
    D:\mksnt\mksnt/ar.exe
    F:\oracle\prodappl\ad\11.5.0\bin>
    Thanks

  • Perl adpreclone.pl dbTier errors out with RC-50013

    Hi all,
    Am performing a clone of an 11.5.10.2 system running on Redhat linux 3.0.
    When i run perl adcfgclone.pl dbTier,it errors out with the following error whenever it gets to 16%.
    AutoConfig is exiting with status 1476
    RC-50013: Fatal: Failed to instantiate driver /home/oracle/teadb/9.2.0/appsutil/driver/instconf.drv
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    StackTrace:
    java.lang.Exception: RC-50013: Fatal: Failed to instantiate driver /home/oracle/teadb/9.2.0/appsutil/driver/instconf.drv
    at oracle.apps.ad.clone.ApplyDBTechStack.checkInstallDrvErr(ApplyDBTechStack.java:717)
    at oracle.apps.ad.clone.ApplyDBTechStack.runInstallConfigDriver(ApplyDBTechStack.java:622)
    at oracle.apps.ad.clone.ApplyDBTechStack.<init>(ApplyDBTechStack.java:389)
    at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:149)
    at java.lang.reflect.Constructor.newInstance(Native Method)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:68)
    at java.lang.Thread.run(Thread.java:479)
    Could anyone be having a clue of how to go about this issue?
    I read the solution on metalink and the solution i was given is to go to Note 307954.1 which tells me to "Modify the target's instconf.drv and remove the offending lines"
    Now,the problem is that the offending lines are too too many....Is there any other way round this problem?????
    Thank you in advance.

    Take a look on :
    Note:463477.1 - "Adcfgclone Failed To Run On DB Tier With java.lang.Exception: RC-50013: Fatal: Failed to instantiate driver"
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=463477.1
    Aviad

  • Perl adcfgclone.pl dbTier  fails on control file creation

    Hi Guys,
    Platform is : Linux 5
    DB: 11.1.0.7
    R12.1.1
    I have a temp file that had been removed at the OS level.. on the source And I want to updated the control file regarding this so that it does not record this file any more.
    I am using rapid clone (EBS) to cone this source database unto the target but is failing on the target control file creation as it's trying to find the temp file that had been removed at the source. OS level.
    So I will like to update the control file on the source so that it does not reflect this dropped temp file any longer and then do the clone again.
    So What's the best way to achieve this or please point me to a metalink note:
    Also below are the rrors from the rapid clone
    /u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin/java -Xmx600M -DCONTEXT_VALIDATED=true -Doracle.installer.oui_loc=/u04/oracle/ASCPT/db/tech_st/11.1.0/oui -classpath /u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/xmlparserv2.jar:/u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/ojdbc6.jar:/u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/java:/u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/oui/OraInstaller.jar:/u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/oui/ewt3.jar:/u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/oui/share.jar:/u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/oui/srvm.jar:/u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone/jlib/ojmisc.jar oracle.apps.ad.clone.ApplyDBTier -e /u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/DEV2_irvstjunx084.xml -stage /u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/clone -showProgress
    APPS Password : Log file located at /u04/oracle/ASCPT/db/tech_st/11.1.0/appsutil/log/DEV2_irvstjunx084/ApplyDBTier_05140928.log
    / 50% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    I had tried modifying the the file adcrdbclone.sql in which is caled by <RDBMS $ORACLE_HOME>/appsutil/template/addbtmpl.drv by removing the temp file that does not exist .
    and then ran perl adcfgclone.pl dbTier again but still failed on the control file creation.
    Please advise
    Thanks in advance

    Hi Helios ,
    Thanks for getting back to me.
    I found that the issed was that there is a datafile that was dropped at the source at the OS level ... ( A mistake by one of support staff).
    So How can I modify the control file creation at the target not to reference the data file that does not exist. I have tried removing it as stated in my previore post but it stall fails at the control file creation
    Please adivise

  • Perl adcfgclone.pl dbTier fails RC-50014: Fatal: Execution of AutoConfig

    in past we have been successfully doing Rapid clonning of R12.
    but now i am doing Rapid clonning and i am facing the error :
    15% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    RC-50014: Fatal: Execution of AutoConfig was failed
    ERROR while running Apply...
    Mon Dec 19 08:37:26 2011
    ERROR: Failed to execute /opt/oracle/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl
    Please check logfile.
    i run preclone script on PRODUCTION Server and took a cold backup and copied that backup to TEST server.
    Log file errors :
    ADX Database Utility
    getConnection() -->
    sDbHost : testing
    sDbDomain : fgho.com
    sDbPort : 1521
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testing.fgho.com:1521:PROD
    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=testing.fgho.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    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=testing.fgho.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD.fgho.com)))
    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---------------
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testing
    sDbDomain : fgho.com
    sDbPort : 1521
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testing.fgho.com:1521:PROD
    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=testing.fgho.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    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=testing.fgho.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=PROD.fgho.com)))
    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---------------
    adcrdb.sh started at Wed Dec 21 09:54:44 PKT 2011
    The environment settings are as follows ...
    ORACLE_HOME : /opt/oracle/db/tech_st/11.1.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /opt/oracle/db/tech_st/11.1.0/perl/bin:/opt/oracle/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/opt/oracle/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/opt/oracle/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin:/opt/oracle/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:.
    LD_LIBRARY_PATH : /opt/oracle/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/opt/oracle/db/tech_st/11.1.0/lib:/usr/dt/lib:/opt/oracle/db/tech_st/11.1.0/ctx/lib
    Executable : /opt/oracle/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
         /opt/oracle/db/tech_st/11.1.0/appsutil/log/PROD_testing/adcrdb_PROD.txt
    Creating the control file for PROD_testing database ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Dec 21 09:54:44 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    Control file created.
    Database altered.
    Tablespace altered.
    Tablespace altered.
    Tablespace altered.
    Tablespace altered.
    Database altered.
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    Database mounted.
    PL/SQL procedure successfully completed.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size          2166536 bytes
    Variable Size          427819256 bytes
    Database Buffers     624951296 bytes
    Redo Buffers          14000128 bytes
    Control file created.
    Database altered.
    Tablespace altered.
    Tablespace altered.
    Tablespace altered.
    Tablespace altered.
    Database altered.
    PL/SQL procedure successfully completed.
    File created.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    exit_code=0
    Checking for errors ...
    .end std out.
    .end err out.
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testing
    sDbDomain : fgho.com
    sDbPort : 1521
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testing.fgho.com:1521:PROD
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Starting Database profiles update: running addbprf.sh
    addbprf.sh started at Wed Dec 21 09:57:02 PKT 2011
    The environment settings are as follows ...
    ORACLE_HOME : /opt/oracle/db/tech_st/11.1.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /opt/oracle/db/tech_st/11.1.0/perl/bin:/opt/oracle/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/opt/oracle/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/opt/oracle/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin:/opt/oracle/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:.
    LD_LIBRARY_PATH : /opt/oracle/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/opt/oracle/db/tech_st/11.1.0/lib:/usr/dt/lib:/opt/oracle/db/tech_st/11.1.0/ctx/lib
    Executable : /opt/oracle/db/tech_st/11.1.0/bin/sqlplus
    Enter the APPS username:
    Enter the APPS password:
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Dec 21 09:57:03 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Dec 21 09:57:07 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    addbprf.sh exiting with status 0
    .end std out.
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    .end err out.
    Cleaning up the Data Model
    ===============================================================================
    NetServiceHandler 120.19 started for testing at Wed Dec 21 09:57:08 PKT 2011
    ===============================================================================
    [ Context Information ]
    Host : testing
    Domain : fgho.com
    Out Dir : null
    Tier Type : DATABASE TIER
    Getting connection...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : testing
    sDbDomain : fgho.com
    sDbPort : 1521
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@testing.fgho.com:1521:PROD
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Connection obtained
    Removing System PROD
    System succesfully removed
    Data Model cleaned
    Closing connection
    Connection Closed
    Updating FND_SQLNET_ACCESS
    You are running txkcreateACL.sh version 120.1
    The environment settings are as follows ...
    ORACLE_HOME : /opt/oracle/db/tech_st/11.1.0
    ORACLE_SID : PROD
    PATH : /opt/oracle/db/tech_st/11.1.0/perl/bin:/opt/oracle/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/opt/oracle/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/opt/oracle/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin:/opt/oracle/db/tech_st/11.1.0/appsutil/clone/bin/../jre/bin:/usr/lib64/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:.
    Executable : /opt/oracle/db/tech_st/11.1.0/bin/sqlplus
    Executing txkcreateACL.sql ...
    SQL*Plus: Release 11.1.0.7.0 - Production on Wed Dec 21 09:57:46 2011
    Copyright (c) 1982, 2008, Oracle. All rights reserved.
    Connected.
    ERROR:
    ORA-03114: not connected to ORACLE
    ERROR:
    ORA-03114: not connected to ORACLE
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    txkcreateACL.sh: exiting with status 1
    .end std out.
    .end err out.
    [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>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /opt/oracle/db/tech_st/11.1.0/appsutil/install/PROD_testing
    txkcreateACL.sh INSTE8_APPLY 1
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDatabase

    alert log contents :
    Wed Dec 21 09:54:47 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /opt/oracle/db/tech_st/11.1.0/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =44
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in client-side pfile /opt/oracle/db/tech_st/11.1.0/dbs/initPROD.ora on machine testing.fgho.com
    System parameters with non-default values:
    processes = 200
    sessions = 400
    timed_statistics = TRUE
    shared_pool_size = 400M
    shared_pool_reserved_size= 40M
    nls_language = "american"
    nls_territory = "america"
    nls_sort = "binary"
    nls_date_format = "DD-MON-RR"
    nls_numeric_characters = ".,"
    nls_comp = "binary"
    nls_length_semantics = "BYTE"
    sga_target = 1G
    control_files = "/opt/oracle/db/apps_st/data/cntrl01.dbf"
    control_files = "/opt/oracle/db/apps_st/data/cntrl02.dbf"
    control_files = "/opt/oracle/db/apps_st/data/cntrl03.dbf"
    db_block_checksum = "TRUE"
    db_block_size = 8192
    compatible = "11.1.0"
    log_buffer = 10485760
    log_checkpoint_interval = 100000
    log_checkpoint_timeout = 1200
    db_files = 512
    log_checkpoints_to_alert = TRUE
    dml_locks = 10000
    undo_management = "AUTO"
    undo_tablespace = "APPS_UNDOTS1"
    db_block_checking = "FALSE"
    sec_case_sensitive_logon = FALSE
    session_cached_cursors = 500
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/opt/oracle/db/tech_st/11.1.0/appsutil/outbound/PROD_testing"
    utl_file_dir = "/usr/tmp"
    plsql_native_library_dir = "/opt/oracle/db/tech_st/11.1.0/plsql/nativelib"
    plsql_native_library_subdir_count= 149
    plsql_code_type = "INTERPRETED"
    plsql_optimize_level = 2
    job_queue_processes = 2
    systemtrig_enabled = TRUE
    cursor_sharing = "EXACT"
    parallel_min_servers = 0
    parallel_max_servers = 8
    db_name = "PROD"
    open_cursors = 600
    ifile = "/opt/oracle/db/tech_st/11.1.0/dbs/PROD_testing_ifile.ora"
    sortelimination_cost_ratio= 5
    btree_bitmap_plans = FALSE
    fastfull_scan_enabled = FALSE
    query_rewrite_enabled = "true"
    indexjoin_enabled = FALSE
    sqlexecprogression_cost= 2147483647
    likewith_bind_as_equality= TRUE
    pga_aggregate_target = 1G
    workarea_size_policy = "AUTO"
    optimizerautostats_job = FALSE
    optimizer_secure_view_merging= FALSE
    aq_tm_processes = 1
    olap_page_pool_size = 4M
    diagnostic_dest = "/opt/oracle/db/tech_st/11.1.0/admin/PROD_testing"
    tracefiles_public = TRUE
    max_dump_file_size = "20480"
    Wed Dec 21 09:54:48 2011
    PMON started with pid=2, OS id=13123
    Wed Dec 21 09:54:48 2011
    VKTM started with pid=3, OS id=13125
    VKTM running at (100ms) precision
    Wed Dec 21 09:54:48 2011
    DIAG started with pid=4, OS id=13129
    Wed Dec 21 09:54:48 2011
    DBRM started with pid=5, OS id=13131
    Wed Dec 21 09:54:48 2011
    PSP0 started with pid=6, OS id=13133
    Wed Dec 21 09:54:48 2011
    DIA0 started with pid=7, OS id=13135
    Wed Dec 21 09:54:48 2011
    MMAN started with pid=8, OS id=13137
    Wed Dec 21 09:54:48 2011
    DBW0 started with pid=9, OS id=13139
    Wed Dec 21 09:54:48 2011
    DBW1 started with pid=10, OS id=13141
    Wed Dec 21 09:54:48 2011
    LGWR started with pid=11, OS id=13143
    Wed Dec 21 09:54:48 2011
    CKPT started with pid=12, OS id=13145
    Wed Dec 21 09:54:48 2011
    SMON started with pid=13, OS id=13147
    Wed Dec 21 09:54:48 2011
    RECO started with pid=14, OS id=13149
    Wed Dec 21 09:54:48 2011
    MMON started with pid=15, OS id=13151
    Wed Dec 21 09:54:48 2011
    MMNL started with pid=16, OS id=13153
    ORACLE_BASE not set in environment. It is recommended
    that ORACLE_BASE be set in the environment
    Wed Dec 21 09:54:48 2011
    CREATE CONTROLFILE REUSE SET DATABASE "PROD"
    LOGFILE
    GROUP 1 ('/opt/oracle/db/apps_st/data/log01a.dbf', '/opt/oracle/db/apps_st/data/log01b.dbf') SIZE 1048576000,
    GROUP 2 ('/opt/oracle/db/apps_st/data/log02a.dbf', '/opt/oracle/db/apps_st/data/log02b.dbf') SIZE 1048576000
    DATAFILE
    '/opt/oracle/db/apps_st/data/system12.dbf', ( to reduce charachters here i removed data file names and path )
    RESETLOGS MAXDATAFILES 512
    MAXINSTANCES 8
    MAXLOGFILES 32
    MAXLOGHISTORY 14607
    MAXLOGMEMBERS 5
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 182332776
    Completed: CREATE CONTROLFILE REUSE SET DATABASE "PROD"
    LOGFILE
    GROUP 1 ('/opt/oracle/db/apps_st/data/log01a.dbf', '/opt/oracle/db/apps_st/data/log01b.dbf') SIZE 1048576000,
    GROUP 2 ('/opt/oracle/db/apps_st/data/log02a.dbf', '/opt/oracle/db/apps_st/data/log02b.dbf') SIZE 1048576000
    DATAFILE
    '/opt/oracle/db/apps_st/data/system12.dbf',
    '/opt/oracle/db/apps_st/data/a_ref02.dbf'
    RESETLOGS MAXDATAFILES 512
    MAXINSTANCES 8
    MAXLOGFILES 32
    MAXLOGHISTORY 14607
    MAXLOGMEMBERS 5
    alter database open resetlogs
    RESETLOGS after incomplete recovery UNTIL CHANGE 5966705058903
    Wed Dec 21 09:55:37 2011
    Setting recovery target incarnation to 2
    Wed Dec 21 09:55:37 2011
    Assigning activation ID 182332776 (0xade2d68)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /opt/oracle/db/apps_st/data/log01a.dbf
    Current log# 1 seq# 1 mem# 1: /opt/oracle/db/apps_st/data/log01b.dbf
    Successful open of redo thread 1
    Wed Dec 21 09:55:37 2011
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed Dec 21 09:55:37 2011
    SMON: enabling cache recovery
    Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.3.0]
    Successfully onlined Undo Tablespace 368.
    Dictionary check beginning
    Tablespace 'TEMP1' #284 found in data dictionary,
    but not in the controlfile. Adding to controlfile.
    Tablespace 'TEMP2' #394 found in data dictionary,
    but not in the controlfile. Adding to controlfile.
    Dictionary check complete
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    SMON: enabling tx recovery
    WARNING: The following temporary tablespaces contain no files.
    This condition can occur when a backup controlfile has
    been restored. It may be necessary to add files to these
    tablespaces. That can be done using the SQL statement:
    ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
    Alternatively, if these temporary tablespaces are no longer
    needed, then they can be dropped.
    Empty temporary tablespace: TEMP1
    Empty temporary tablespace: TEMP2
    Database Characterset is US7ASCII
    Opening with internal Resource Manager plan
    Starting background process FBDA
    Wed Dec 21 09:55:43 2011
    FBDA started with pid=18, OS id=13206
    replication_dependency_tracking turned off (no async multimaster replication found)
    Wed Dec 21 09:55:49 2011
    Starting background process QMNC
    Wed Dec 21 09:55:49 2011
    QMNC started with pid=19, OS id=13215
    LOGSTDBY: Validating controlfile with logical metadata
    LOGSTDBY: Validation complete
    Wed Dec 21 09:55:59 2011
    Global Name changed to PROD
    Completed: alter database open resetlogs
    alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01.dbf' REUSE
    Completed: alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01.dbf' REUSE
    alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02.dbf' REUSE
    Completed: alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02.dbf' REUSE
    alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01A.dbf' REUSE
    Completed: alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01A.dbf' REUSE
    alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02A.dbf' REUSE
    Completed: alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02A.dbf' REUSE
    ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.fgho.com"
    Completed: ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.fgho.com"
    Stopping background process FBDA
    Shutting down instance: further logons disabled
    Stopping background process QMNC
    Stopping background process MMNL
    Wed Dec 21 09:56:10 2011
    Stopping background process MMON
    Wed Dec 21 09:56:22 2011
    Shutting down instance (immediate)
    License high water mark = 1
    ALTER DATABASE CLOSE NORMAL
    Wed Dec 21 09:56:23 2011
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Wed Dec 21 09:56:23 2011
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thread 1 closed at log sequence 1
    Successful close of redo thread 1
    Completed: ALTER DATABASE CLOSE NORMAL
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Wed Dec 21 09:56:24 2011
    Stopping background process VKTM:
    Wed Dec 21 09:56:26 2011
    Instance shutdown complete
    Wed Dec 21 09:56:27 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /opt/oracle/db/tech_st/11.1.0/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =44
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in client-side pfile /opt/oracle/db/tech_st/11.1.0/dbs/initPROD.ora on machine testing.fgho.com
    System parameters with non-default values:
    processes = 200
    sessions = 400
    timed_statistics = TRUE
    shared_pool_size = 400M
    shared_pool_reserved_size= 40M
    nls_language = "american"
    nls_territory = "america"
    nls_sort = "binary"
    nls_date_format = "DD-MON-RR"
    nls_numeric_characters = ".,"
    nls_comp = "binary"
    nls_length_semantics = "BYTE"
    sga_target = 1G
    control_files = "/opt/oracle/db/apps_st/data/cntrl01.dbf"
    control_files = "/opt/oracle/db/apps_st/data/cntrl02.dbf"
    control_files = "/opt/oracle/db/apps_st/data/cntrl03.dbf"
    db_block_checksum = "TRUE"
    db_block_size = 8192
    compatible = "11.1.0"
    log_buffer = 10485760
    log_checkpoint_interval = 100000
    log_checkpoint_timeout = 1200
    db_files = 512
    log_checkpoints_to_alert = TRUE
    dml_locks = 10000
    undo_management = "AUTO"
    undo_tablespace = "APPS_UNDOTS1"
    db_block_checking = "FALSE"
    sec_case_sensitive_logon = FALSE
    session_cached_cursors = 500
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/opt/oracle/db/tech_st/11.1.0/appsutil/outbound/PROD_testing"
    utl_file_dir = "/usr/tmp"
    plsql_native_library_dir = "/opt/oracle/db/tech_st/11.1.0/plsql/nativelib"
    plsql_native_library_subdir_count= 149
    plsql_code_type = "INTERPRETED"
    plsql_optimize_level = 2
    job_queue_processes = 2
    systemtrig_enabled = TRUE
    cursor_sharing = "EXACT"
    parallel_min_servers = 0
    parallel_max_servers = 8
    db_name = "PROD"
    open_cursors = 600
    ifile = "/opt/oracle/db/tech_st/11.1.0/dbs/PROD_testing_ifile.ora"
    sortelimination_cost_ratio= 5
    btree_bitmap_plans = FALSE
    fastfull_scan_enabled = FALSE
    query_rewrite_enabled = "true"
    indexjoin_enabled = FALSE
    sqlexecprogression_cost= 2147483647
    likewith_bind_as_equality= TRUE
    pga_aggregate_target = 1G
    workarea_size_policy = "AUTO"
    optimizerautostats_job = FALSE
    optimizer_secure_view_merging= FALSE
    aq_tm_processes = 1
    olap_page_pool_size = 4M
    diagnostic_dest = "/opt/oracle/db/tech_st/11.1.0/admin/PROD_testing"
    tracefiles_public = TRUE
    max_dump_file_size = "20480"
    Wed Dec 21 09:56:27 2011
    PMON started with pid=2, OS id=13257
    Wed Dec 21 09:56:27 2011
    VKTM started with pid=3, OS id=13259
    VKTM running at (100ms) precision
    Wed Dec 21 09:56:27 2011
    DIAG started with pid=4, OS id=13263
    Wed Dec 21 09:56:27 2011
    DBRM started with pid=5, OS id=13265
    Wed Dec 21 09:56:27 2011
    PSP0 started with pid=6, OS id=13267
    Wed Dec 21 09:56:27 2011
    DIA0 started with pid=7, OS id=13269
    Wed Dec 21 09:56:27 2011
    MMAN started with pid=8, OS id=13271
    Wed Dec 21 09:56:27 2011
    DBW0 started with pid=9, OS id=13273
    Wed Dec 21 09:56:27 2011
    DBW1 started with pid=10, OS id=13275
    Wed Dec 21 09:56:27 2011
    LGWR started with pid=11, OS id=13277
    Wed Dec 21 09:56:27 2011
    CKPT started with pid=12, OS id=13279
    Wed Dec 21 09:56:27 2011
    SMON started with pid=13, OS id=13281
    Wed Dec 21 09:56:27 2011
    RECO started with pid=14, OS id=13283
    Wed Dec 21 09:56:27 2011
    MMON started with pid=15, OS id=13285
    Wed Dec 21 09:56:27 2011
    MMNL started with pid=16, OS id=13287
    ORACLE_BASE not set in environment. It is recommended
    that ORACLE_BASE be set in the environment
    Wed Dec 21 09:56:27 2011
    ALTER DATABASE MOUNT
    Changing di2dbun from to PROD
    Setting recovery target incarnation to 2
    Successful mount of redo thread 1, with mount id 182307531
    Database mounted in Exclusive Mode
    Lost write protection disabled
    Completed: ALTER DATABASE MOUNT
    Wed Dec 21 09:56:31 2011
    Shutting down instance (abort)
    License high water mark = 1
    USER (ospid: 13293): terminating the instance
    Instance terminated by USER, pid = 13293
    Wed Dec 21 09:56:32 2011
    Instance shutdown complete
    Wed Dec 21 09:56:33 2011
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 3
    Using LOG_ARCHIVE_DEST_1 parameter default value as /opt/oracle/db/tech_st/11.1.0/dbs/arch
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =44
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    Starting up ORACLE RDBMS Version: 11.1.0.7.0.
    Using parameter settings in client-side pfile /opt/oracle/db/tech_st/11.1.0/dbs/initPROD.ora on machine testing.fgho.com
    System parameters with non-default values:
    processes = 200
    sessions = 400
    timed_statistics = TRUE
    shared_pool_size = 400M
    shared_pool_reserved_size= 40M
    nls_language = "american"
    nls_territory = "america"
    nls_sort = "binary"
    nls_date_format = "DD-MON-RR"
    nls_numeric_characters = ".,"
    nls_comp = "binary"
    nls_length_semantics = "BYTE"
    sga_target = 1G
    control_files = "/opt/oracle/db/apps_st/data/cntrl01.dbf"
    control_files = "/opt/oracle/db/apps_st/data/cntrl02.dbf"
    control_files = "/opt/oracle/db/apps_st/data/cntrl03.dbf"
    db_block_checksum = "TRUE"
    db_block_size = 8192
    compatible = "11.1.0"
    log_buffer = 10485760
    log_checkpoint_interval = 100000
    log_checkpoint_timeout = 1200
    db_files = 512
    log_checkpoints_to_alert = TRUE
    dml_locks = 10000
    undo_management = "AUTO"
    undo_tablespace = "APPS_UNDOTS1"
    db_block_checking = "FALSE"
    sec_case_sensitive_logon = FALSE
    session_cached_cursors = 500
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/usr/tmp"
    utl_file_dir = "/opt/oracle/db/tech_st/11.1.0/appsutil/outbound/PROD_testing"
    utl_file_dir = "/usr/tmp"
    plsql_native_library_dir = "/opt/oracle/db/tech_st/11.1.0/plsql/nativelib"
    plsql_native_library_subdir_count= 149
    plsql_code_type = "INTERPRETED"
    plsql_optimize_level = 2
    job_queue_processes = 2
    systemtrig_enabled = TRUE
    cursor_sharing = "EXACT"
    parallel_min_servers = 0
    parallel_max_servers = 8
    db_name = "PROD"
    open_cursors = 600
    ifile = "/opt/oracle/db/tech_st/11.1.0/dbs/PROD_testing_ifile.ora"
    sortelimination_cost_ratio= 5
    btree_bitmap_plans = FALSE
    fastfull_scan_enabled = FALSE
    query_rewrite_enabled = "true"
    indexjoin_enabled = FALSE
    sqlexecprogression_cost= 2147483647
    likewith_bind_as_equality= TRUE
    pga_aggregate_target = 1G
    workarea_size_policy = "AUTO"
    optimizerautostats_job = FALSE
    optimizer_secure_view_merging= FALSE
    aq_tm_processes = 1
    olap_page_pool_size = 4M
    diagnostic_dest = "/opt/oracle/db/tech_st/11.1.0/admin/PROD_testing"
    tracefiles_public = TRUE
    max_dump_file_size = "20480"
    Wed Dec 21 09:56:33 2011
    PMON started with pid=2, OS id=13297
    Wed Dec 21 09:56:33 2011
    VKTM started with pid=3, OS id=13299
    VKTM running at (100ms) precision
    Wed Dec 21 09:56:33 2011
    DIAG started with pid=4, OS id=13303
    Wed Dec 21 09:56:33 2011
    DBRM started with pid=5, OS id=13305
    Wed Dec 21 09:56:33 2011
    PSP0 started with pid=6, OS id=13307
    Wed Dec 21 09:56:33 2011
    DIA0 started with pid=7, OS id=13309
    Wed Dec 21 09:56:33 2011
    MMAN started with pid=8, OS id=13311
    Wed Dec 21 09:56:33 2011
    DBW0 started with pid=9, OS id=13313
    Wed Dec 21 09:56:33 2011
    DBW1 started with pid=10, OS id=13315
    Wed Dec 21 09:56:33 2011
    LGWR started with pid=11, OS id=13317
    Wed Dec 21 09:56:33 2011
    CKPT started with pid=12, OS id=13319
    Wed Dec 21 09:56:33 2011
    SMON started with pid=13, OS id=13321
    Wed Dec 21 09:56:33 2011
    RECO started with pid=14, OS id=13323
    Wed Dec 21 09:56:33 2011
    MMON started with pid=15, OS id=13325
    Wed Dec 21 09:56:33 2011
    MMNL started with pid=16, OS id=13327
    ORACLE_BASE not set in environment. It is recommended
    that ORACLE_BASE be set in the environment
    Wed Dec 21 09:56:33 2011
    CREATE CONTROLFILE REUSE SET DATABASE "PROD"
    LOGFILE
    GROUP 1 ('/opt/oracle/db/apps_st/data/log01a.dbf', '/opt/oracle/db/apps_st/data/log01b.dbf') SIZE 1048576000,
    GROUP 2 ('/opt/oracle/db/apps_st/data/log02a.dbf', '/opt/oracle/db/apps_st/data/log02b.dbf') SIZE 1048576000
    DATAFILE
    '/opt/oracle/db/apps_st/data/system12.dbf',
    '/opt/oracle/db/apps_st/data/a_ref02.dbf'
    RESETLOGS MAXDATAFILES 512
    MAXINSTANCES 8
    MAXLOGFILES 32
    MAXLOGHISTORY 14607
    MAXLOGMEMBERS 5
    WARNING: Default Temporary Tablespace not specified in CREATE DATABASE command
    Default Temporary Tablespace will be necessary for a locally managed database in future release
    Setting recovery target incarnation to 1
    Successful mount of redo thread 1, with mount id 182334161
    Completed: CREATE CONTROLFILE REUSE SET DATABASE "PROD"
    LOGFILE
    GROUP 1 ('/opt/oracle/db/apps_st/data/log01a.dbf', '/opt/oracle/db/apps_st/data/log01b.dbf') SIZE 1048576000,
    GROUP 2 ('/opt/oracle/db/apps_st/data/log02a.dbf', '/opt/oracle/db/apps_st/data/log02b.dbf') SIZE 1048576000
    DATAFILE
    '/opt/oracle/db/apps_st/data/system12.dbf',
    '/opt/oracle/db/apps_st/data/a_ref02.dbf'
    RESETLOGS MAXDATAFILES 512
    MAXINSTANCES 8
    MAXLOGFILES 32
    MAXLOGHISTORY 14607
    MAXLOGMEMBERS 5
    alter database open resetlogs
    RESETLOGS after incomplete recovery UNTIL CHANGE 5966705066893
    Wed Dec 21 09:56:57 2011
    Setting recovery target incarnation to 2
    Wed Dec 21 09:56:58 2011
    Checker run found 42 new persistent data failures
    Wed Dec 21 09:56:58 2011
    Assigning activation ID 182334161 (0xade32d1)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: /opt/oracle/db/apps_st/data/log01a.dbf
    Current log# 1 seq# 1 mem# 1: /opt/oracle/db/apps_st/data/log01b.dbf
    Successful open of redo thread 1
    Wed Dec 21 09:56:58 2011
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Wed Dec 21 09:56:58 2011
    SMON: enabling cache recovery
    Successfully onlined Undo Tablespace 368.
    Dictionary check beginning
    Tablespace 'TEMP1' #284 found in data dictionary,
    but not in the controlfile. Adding to controlfile.
    Tablespace 'TEMP2' #394 found in data dictionary,
    but not in the controlfile. Adding to controlfile.
    Dictionary check complete
    Verifying file header compatibility for 11g tablespace encryption..
    Verifying 11g file header compatibility for tablespace encryption completed
    SMON: enabling tx recovery
    WARNING: The following temporary tablespaces contain no files.
    This condition can occur when a backup controlfile has
    been restored. It may be necessary to add files to these
    tablespaces. That can be done using the SQL statement:
    ALTER TABLESPACE <tablespace_name> ADD TEMPFILE
    Alternatively, if these temporary tablespaces are no longer
    needed, then they can be dropped.
    Empty temporary tablespace: TEMP1
    Empty temporary tablespace: TEMP2
    Database Characterset is US7ASCII
    Incremental checkpoint up to RBA [0x1.3.0], current log tail at RBA [0x1.2b.0]
    Opening with internal Resource Manager plan
    Starting background process FBDA
    Wed Dec 21 09:56:58 2011
    FBDA started with pid=18, OS id=13347
    replication_dependency_tracking turned off (no async multimaster replication found)
    Starting background process QMNC
    Wed Dec 21 09:56:58 2011
    QMNC started with pid=19, OS id=13351
    LOGSTDBY: Validating controlfile with logical metadata
    LOGSTDBY: Validation complete
    Global Name changed to PROD
    Completed: alter database open resetlogs
    alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01.dbf' REUSE
    Completed: alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01.dbf' REUSE
    alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02.dbf' REUSE
    Completed: alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02.dbf' REUSE
    alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01A.dbf' REUSE
    Completed: alter tablespace TEMP1 add tempfile '/opt/oracle/db/apps_st/data/temp01A.dbf' REUSE
    alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02A.dbf' REUSE
    Completed: alter tablespace TEMP2 add tempfile '/opt/oracle/db/apps_st/data/temp02A.dbf' REUSE
    ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.fgho.com"
    Completed: ALTER DATABASE RENAME GLOBAL_NAME TO "PROD.fgho.com"
    Wed Dec 21 09:57:03 2011
    Starting background process CJQ0
    Wed Dec 21 09:57:03 2011
    CJQ0 started with pid=20, OS id=13385
    Wed Dec 21 09:57:49 2011
    Errors in file /opt/oracle/db/tech_st/11.1.0/admin/PROD_testing/diag/rdbms/prod/PROD/trace/PROD_ora_14065.trc:
    ORA-00604: error occurred at recursive SQL level
    ORA-01422: exact fetch returns more than requested number of rows
    Exception [type: SIGSEGV, Address not mapped to object] [ADDR:0xC] [PC:0x979FFE, qmtRemoveRef()+114]
    Errors in file /opt/oracle/db/tech_st/11.1.0/admin/PROD_testing/diag/rdbms/prod/PROD/trace/PROD_ora_14065.trc (incident=3337):
    ORA-07445: exception encountered: core dump [qmtRemoveRef()+114] [SIGSEGV] [ADDR:0xC] [PC:0x979FFE] [Address not mapped to object] []
    Incident details in: /opt/oracle/db/tech_st/11.1.0/admin/PROD_testing/diag/rdbms/prod/PROD/incident/incdir_3337/PROD_ora_14065_i3337.trc
    to reduce charachters  i removed data file names and path at some places in this alert log file

  • Adpreclone dbTier  Error

    Hi All,
    We have R12.1.3 with 11.2.0.3 database, I have performed adpreclone dbTier it completed successfully
    But in Log file some issues iam seeing like:
    StackTrace:
    java.io.FileNotFoundException: /data/ora/proddb/11.2.0/appsutil/clone/jlib/oui/jlib (Is a directory)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:131)
    at oracle.apps.ad.util.FileCopy.copy(FileCopy.java:117)
    at oracle.apps.ad.clone.util.CreateCloningStage.getOUI(CreateCloningStage.java:458)
    at oracle.apps.ad.clone.util.CreateCloningStage.createJlib(CreateCloningStage.java:290)
    at oracle.apps.ad.clone.util.CreateCloningStage.createBaseArea(CreateCloningStage.java:193)
    at oracle.apps.ad.clone.util.CreateCloningStage.<init>(CreateCloningStage.java:143)
    at oracle.apps.ad.clone.util.CreateCloningStage.<init>(CreateCloningStage.java:108)
    at oracle.apps.ad.clone.util.CreateCloningStage.<init>(CreateCloningStage.java:93)
    at oracle.apps.ad.clone.StageDatabase.doStage(StageDatabase.java:315)
    at oracle.apps.ad.clone.StageDatabase.<init>(StageDatabase.java:295)
    at oracle.apps.ad.clone.StageDBTier.<init>(StageDBTier.java:155)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:501)
    at oracle.apps.ad.clone.util.CloneProcessor.run(CloneProcessor.java:67)
    at java.lang.Thread.run(Thread.java:637)
    Please let me know if any solution for this error.
    Thanks
    Shaik

    Hi Shaik,
    I second Hussein's post, and you may safely ignore the error.
    Please also see note:
    adpreclone.pl dbTier fails with java.io.FileNotFoundException <ORACLE_HOME>/appsutil/clone/jlib/oui/jlib (Doc ID 1358512.1)
    Best Regards,

  • Adpreclone dbTier ran successful but have an Exception message

    'perl adpreclone.pl dbTier' ran successfully. See the end of the log file content below. But I can see an Exception message aswell (BOLDED).
    Can it be ignored? Why is this occuring?
    ------------ADX Database Utility Finished---------------
    P:\R12\11.1.0\appsutil\out\proderp_proddbs\dbfinfo.lst created Successfully.
    Generating P:\R12\11.1.0\appsutil\out\proderp_proddbs\addbhomsrc.xml which will contain the unique mount points
    NODE_ID Column Availability: true
    Node Id Column is available. dbfinfo.lst will contain the node list
    Host Column Availability: true
    Generated P:\R12\11.1.0\appsutil\out\proderp_proddbs\addbhomsrc.xml successfully.
    P:\R12\11.1.0\appsutil\out\proderp_proddbs\adcrdbclone.sql created Successfully.
    Disconnected from Database.
    Zip2 - Start of native zipping array sh -c "cd P:\R12\11.1.0\appsutil\out\proderp_proddbs\; zip -q P:\R12\11.1.0\appsutil\clone\data\stage\adcrdb.zip -@ ; echo ERRORCODE = $? ERRORCODE_END"
    RC-50208: Exception  in method TimedProcessProcess.run
    Raised by oracle.apps.ad.util.TimedProcess$TimedProcessProcess: java.io.IOException: CreateProcess: sh -c "cd P:/R12/11.1.0/appsutil/out/proderp_proddbs/; zip -q P:/R12/11.1.0/appsutil/clone/data/stage/adcrdb.zip -@ ; echo ERRORCODE = $? ERRORCODE_END" error=2
    Zip2
    Exception in TimedProcess...Failed to  execute command = sh -c "cd P:/R12/11.1.0/appsutil/out/proderp_proddbs/; zip -q P:/R12/11.1.0/appsutil/clone/data/stage/adcrdb.zip -@ ; echo ERRORCODE = $? ERRORCODE_END"
    Zip2 - Completed native zipping sh -c "cd P:/R12/11.1.0/appsutil/out/proderp_proddbs/; zip -q P:/R12/11.1.0/appsutil/clone/data/stage/adcrdb.zip -@ ; echo ERRORCODE = $? ERRORCODE_END"
    Done...
    StageDBTier Finished at Thu Jul 08 08:22:19 GMT+03:00 2010
    Status: Completed Successfully
    #############################################################

    Thanks Hussein for your updates,
    when I type zip and enter I get the following lines and version info,
    For r12 what should be the minimum zip version?
    C:\Documents and Settings\orauser>zip
    Copyright (C) 1990-1999 Info-ZIP
    Type 'zip "-L"' for software license.
    Zip 2.3 (November 29th 1999). Usage:
    zip [-options] [-b path] [-t mmddyyyy] [-n suffixes] [zipfile list] [-xi list]
    The default action is to add or replace zipfile entries from list, which
    can include the special name - to compress standard input.
    If zipfile and list are omitted, zip compresses stdin to stdout.
    -f freshen: only changed files -u update: only changed or new files
    -d delete entries in zipfile -m move into zipfile (delete files)
    -r recurse into directories -j junk (don't record) directory names
    -0 store only -l convert LF to CR LF (-ll CR LF to LF)
    -1 compress faster -9 compress better
    -q quiet operation -v verbose operation/print version info
    -c add one-line comments -z add zipfile comment
    -@ read names from stdin -o make zipfile as old as latest entry
    -x exclude the following names -i include only the following names
    -F fix zipfile (-FF try harder) -D do not add directory entries
    -A adjust self-extracting exe -J junk zipfile prefix (unzipsfx)
    -T test zipfile integrity -X eXclude eXtra file attributes
    -! use privileges (if granted) to obtain all aspects of WinNT security
    -R PKZIP recursion (see manual)
    -$ include volume label -S include system and hidden files
    -h show this help -n don't compress these suffixes

  • Dbtier adcfgclone error in 11.5.10.2

    Hi ,
    DB-10.1.0.5
    apps-11.5.10.2
    os-HP UNIX
    I we started db and listener manully.and i ran adcfgclone.pl dbteckstack.I am getting below error.please help me.
    Log file located at /testcrm/app/product/10.1.0/db_1/appsutil/clone/bin/CloneContext_05060158.log
    Running Rapid Clone with command:
    perl ./adclone.pl java=./../jre/jre mode=apply stage=/testcrm/app/product/10.1.0/db_1/appsutil/clone/bin/./.. component=dbTechStack method=CUSTOM dbctxtg=/testcrm/app/product/10.1.0/db_1/appsutil/CRMTST1_erptd1.xml showProgress contextValidated=true
    Beginning rdbms home Apply - Mon May 6 14:00:06 2013
    Log file located at /testcrm/app/product/10.1.0/db_1/appsutil/log/CRMTST1_erptd1/ApplyDBTechStack_05060200.log
    Completed Apply...
    Mon May 6 14:04:57 2013
    ERROR: Unable to set CLASSPATH
    Jars are missing at both these locations
    /testcrm/app/product/10.1.0/db_1/jre/1.4.2/jre/lib/
    /testcrm/app/product/10.1.0/db_1/jre/1.4.2/lib/
    ERROR: Failed to execute ./adclone.pl
    Please check logfile.
    $
    RGS,
    RAM

    Hi RAM,
    it is this the first time you are cloning on the target machine
    if yes then please make sure you have correct path for all and you meet the all requirement
    Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1]
    >
    ERROR: Unable to set CLASSPATH
    Jars are missing at both these locations
    /testcrm/app/product/10.1.0/db_1/jre/1.4.2/jre/lib/
    /testcrm/app/product/10.1.0/db_1/jre/1.4.2/lib/
    ERROR: Failed to execute ./adclone.pl
    please log in as oracle user and post the ouput of
    echo $PATH
    please see this
    adcfgclone.pl is Unable to Locate All Utilities in the System Path - 'Could not find all the required OS utilities in the $PATH' Error [ID 397742.1]
    Clone of Database adcfgclone.pl dbTier results in - jlib/classes111.zip is Missing [ID 761596.1]
    11i: adcfgclone fails with signal 11 while executing a Java Command [ID 395689.1]
    adpreclone.pl: Jars are missing at both these locations [ID 559967.1]
    Perl Adpreclone.pl Dbtier Error: "Unable To Set Classpath Classes12.jar is Missing" [ID 353187.1]
    Unable to find 'kshell' in PATH when executing 'adcfgclone.pl' [ID 451994.1]
    ;) AppsMasTi ;)
    Sharing is Caring

  • Error while running adpreclone on Database Tier

    Hii..
    im getting following error while running adpreclone on database Tier,
    This is Error Message coming,
    D:\APPSORA\proddb\10.2.0\appsutil\scripts\PROD_diwaf-prd-erpdb>perl adpreclone.pl dbTier
    Running Rapid Clone with command...
    perl D:\APPSORA\proddb\10.2.0\appsutil\bin\adclone.pl java=D:\APPSORA\proddb\10.2.0\jre\1.4.2 mode=stage stage=D:\APPSORA\proddb\10.2.0\appsutil\cl
    one component=dbTier method=CUSTOM dbctx=D:\APPSORA\proddb\10.2.0\appsutil\PROD_diwaf-prd-erpdb.xml  showProgress
    Beginning database tier Stage - Tue Oct  4 09:54:38 2011
    APPS Password : amapps2011
    Log file located at D:\APPSORA\proddb\10.2.0\appsutil\log\PROD_diwaf-prd-erpdb\StageDBTier_10040954.log
    -      0% completed
    ERROR while running Stage...
    ERROR while running perl D:\APPSORA\proddb\10.2.0\appsutil\bin\adclone.pl java=D:\APPSORA\proddb\10.2.0\jre\1.4.2 mode=stage stage=D:\APPSORA\proddb\10.2.0
    *\appsutil\clone component=dbTier method=CUSTOM dbctx=D:\APPSORA\proddb\10.2.0\appsutil\PROD_diwaf-prd-erpdb.xml showProgress ... Please check the log for*
    more details..
    I checked logfiles also...but there is no information,
    t*he folowing is the logfiles contents*
    Started StageDBTier at Tue Oct 04 09:05:11 GMT+03:00 2011
    Version:
    StageDBTier.java        :       115.27
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost    : diwaf-prd-erpdb
    sDbDomain  : af.gov.local
    sDbPort    : 1521
    sDbSid     : PROD
    sDbUser    : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@diwaf-prd-erpdb.af.gov.local:1521:PROD
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    D:\APPSORA\proddb\10.2.0\appsutil\scripts\PROD_diwaf-prd-erpdb>
    My Apps version is 11.5.10.2
    my DB version is 10.2.0.4
    IM using windows server 2003 R2 entrepriose edition service pack 2.
    There is no error running adpreclone on AppsTier.
    Can anyone help me in solving the issue.
    waiitng for your replies
    Thanks in advance.

    As mentioned in the document https://kr.forums.oracle.com/forums/thread.jspa?threadID=295697&messageID=2252395
    I checked my echo $PATH and it gives the follwing o/p
    D:\APPSORA\proddb\10.2.0>echo %PATH%
    C:\Perl\bin\;D:\APPSORA\proddb\10.2.0\bin;D:\APPSORA\proddb\10.2.0\jdk\bin;D:\APPSORA\proddb\10.2.0\jdk\bin;C:\orant\bin;D:\APPSORA\prodora\8.0.6\bin;C:\Pe
    rl\site\bin;C:\Perl\bin;B:\PROGRA~1\MKSTOO~1\bin;B:\PROGRA~1\MKSTOO~1\bin\x11;B:\PROGRA~1\MKSTOO~1\mksnt;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32
    *\wbem;c:\program files\hp\hp bto software\bin;c:\program files\hp\hp bto software\bin\opc*
    I checked the zip version as follows
    which zip
    D:\APPSORA\proddb\10.2.0\bin/zip.exe
    zip -v
    Copyright (c) 1990-2006 Info-ZIP - Type 'zip "-L"' for software license.
    This is Zip 2.32 (June 19th 2006), by Info-ZIP.
    D:\APPSORA\proddb\10.2.0>which java
    D:\APPSORA\proddb\10.2.0\jdk\bin/java.exe
    D:\APPSORA\proddb\10.2.0>java -version
    java version "1.4.2_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_14-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_14-b05, mixed mode)
    D:\APPSORA\proddb\10.2.0>which perl
    C:\Perl\bin\perl.exe
    D:\APPSORA\proddb\10.2.0>perl -version
    This is perl, v5.10.0 built for MSWin32-x86-multi-thread
    *(with 5 registered patches, see perl -V for more detail)*
    Is there any problems with o/p obtained.
    Plz suggest
    Thanks..

  • R12 Vision Install Fails, TNS-12560: TNS:protocol adapter error

    Below please find the NetServiceHandler.log from the install and an excerpt from ApplyDBTechStack...log
    OS: Windows Server 2003 SP2 x86
    I have installed the loopback adapter, modified the hosts file, and entered the DNS info. Not sure what else I can do.
    -----------begin NetServiceHandler.log-------------------------
         Classpath : ;D:\oracle\VIS\db\tech_st\11.1.0\jdbc\lib\ojdbc6.jar;D:\oracle\VIS\db\tech_st\11.1.0\appsutil\java\xmlparserv2.jar;D:\oracle\VIS\db\tech_st\11.1.0\appsutil\java;D:\oracle\VIS\db\tech_st\11.1.0\jlib\netcfg.jar;D:\oracle\VIS\db\tech_st\11.1.0\jlib\ldapjclnt11.jar
    ===============================================================================
    NetServiceHandler 120.19 started for oracleebs at Wed Jun 13 09:32:30 PDT 2012
    ===============================================================================
    [ Context Information ]
    Host : oracleebs
    Domain : demo.com
    Out Dir : D:\oracle\VIS\db\tech_st\11.1.0/appsutil/out/VIS_oracleebs/06130932
    Tier Type : DATABASE TIER
    Getting connection...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : oracleebs
    sDbDomain : demo.com
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@oracleebs.demo.com:1521:VIS
    Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracleebs.demo.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
    Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
    Trying to connect using SID as ServiceName.DomainName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=oracleebs.demo.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS.demo.com)))
    Exception occurred: java.sql.SQLException: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    Could not get connection to the database.
    Exiting with status 100 to instantiate the tnsnames.ora template
    Creation of Directory - D:\oracle\VIS\db\tech_st\11.1.0\NETWORK\ADMIN\VIS_oracleebs Succeeded.
    instantiate file:
    source : D:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8itns.ora
    dest : D:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_oracleebs\tnsnames.ora
    AutoConfig is exiting with status 0
    instantiate file:
    source : D:\oracle\VIS\db\tech_st\11.1.0\appsutil\template\ad8ilsnr.ora
    dest : D:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_oracleebs\listener.ora
    AutoConfig is exiting with status 0
    adgentns.pl exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    ----------------end NetServiceHandler.log------------------------
    -------------------begin excerpt ApplyDBTechStack...log--------------------
    SNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2012 09:32:41
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracleebs.demo.com)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2012 09:32:43
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OracleTNSListenerVIS>, error 1060.
    TNSLSNR for 32-bit Windows: Version 11.1.0.7.0 - Production
    Message 459 not found; No message file for product=NETWORK, facility=NL
    Message 279 not found; No message file for product=NETWORK, facility=NL
    Message 1073 not found; No message file for product=NETWORK, facility=TNS
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=oracleebs.demo.com)(PORT=1521)))
    STATUS of the LISTENER
    Alias VIS
    Version TNSLSNR for 32-bit Windows: Version 11.1.0.7.0 - Production
    Start Date 13-JUN-2012 09:32:46
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle\VIS\db\tech_st\11.1.0\network\admin\VIS_oracleebs\listener.ora
    Listener Log File D:\oracle\VIS\db\tech_st\11.1.0/network/admin\vis.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=10.0.0.68)(PORT=1521)))
    Services Summary...
    Service "VIS" has 1 instance(s).
    Instance "VIS", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    addlnctl.cmd exiting with status 0
    OpenService failed
    adsvdlsn.cmd exiting with status 1007
    ERRORCODE = 1007 ERRORCODE_END
    .end std out.
    .end err out.
    -------------------end excerpt ApplyDBTechStack...log-------------------------

    Hi;
    Pelase check below notes which is mention same error message
    On Windows, After 10g Upgrade, Running Autoconfig on Apps Tier Failed with : Unable To Start Apps Services TNS-12224: TNS:no listener TNS-12541 TNS-12560: TNS:protocol adapter error TNS-00511: N .. [ID 577713.1]
    Windows Autoconifg on dbTier fails on adcrobj.cmd & adsvdlsn.cmd [ID 356927.1
    Rapid Clone on Windows Fails When SID Is Over 8 Characters: "Rc-00118: Error Occurred During Creation Of Database, Failed to open service" [ID 405688.1]
    Regard
    Helios

  • Adpreclone.pl running and server shutdown

    Hi,
    I faced on situation wherein we were running adpreclone on dbtier and unix server went down for some maintenance activity.(DB services were down at that time)
    Please let me know what is the effect/issues i might face when i restart the adpreclone when the server is up again . . .
    Regards,
    Edited by: 940460 on Aug 3, 2012 7:58 PM

    Pl post details of OS, database and EBS versions.
    There should be no issues - adpreclone.pl can be run multiple times
    HTH
    Srini

  • Clone dbtier error-- ERROR : Unable to set CLASSPATH

    i am setting a new clone of PROD server.i restored the backup from prod and now i ran
    perl adpreclone.pl dbTier
    Here is the error message-->
    perl adcfgclone.pl dbTier
    Enter the APPS password [APPS]:
    xxxx
    ERROR : Unable to set CLASSPATH
    /u02/lifedb/9.2.0/appsutil/clone/bin/../jlib/classes111.zip: is missing
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Error: can't find libjava.so.
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone_1376.err file for errors
    The err file does not have anything.
    I added /u02/lifedb/9.2.0/jdbc/lib to path and classpath. classpath is empty. I made cc,ar,ld,make,perl come in the path as well.
    Now how do i resolve the above err?
    Thanks

    If you want to migrate from Solaris to Linux, refer to:
    For the application tier:
    Note: 238276.1 - Migrating to Linux with Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=238276.1
    For the database tier:
    Note: 362205.1 - 10g Release 2 Export/Import Process for Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=362205.1
    Note: 331221.1 - 10g Export/Import Process for Oracle Applications Release 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=331221.1
    Note: 230627.1 - Export/Import Process for Oracle Applications Release 11i Database Instances Using Oracle9i Enterprise Edition
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230627.1

  • Do I need to stop the dbTier or/and appsTier when ... ?

    Do I need to stop the dbTier or/and appsTier when I run
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTier
    or when I copy the Source System to the Target System (for the appsTier) ?
    Thanks,
    Paul

    Do I need to stop the dbTier or/and appsTier when I run
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTierThe database and the database listener should be up and running when you run the above two commands. For the application tier, you can keep it up or shut it down.
    or when I copy the Source System to the Target System (for the appsTier) ?It is recommended you shutdown the application services when you copy the application files. Some operating systems do not allow copying file while it is in use (like Windows).

Maybe you are looking for

  • How to manually manage my music in itunes 7.0?

    in itunes 6.0, all i did was click on the ipod nano icon and the complete list of songs would show up, which i could drag in new songs and delete old songs. intunes 7.0 still has my ipod nano marked as manually manage music, when i click on the ipod

  • Spry dropdown z-index problems in IE

    Hello I'm having some trouble with the spry horizontal dropdown in IE, and it's interaction with SmoothGallery. In every browser (with the exception on IE 6&7 of course) the higher z-index values of the menu cause it to overlay the JS image gallery b

  • HT1212 how to connect iTune with iPhone 5s

    I want to know how to sync iTune with iPhone 5s.   In other words myiPhone is locked out and I cannot open without connecting it with iTune. That s the message my phone is giving m

  • Report runs fine from CR 2008 Developer, but will not run once published

    I have BO RAS12 (version 12.3.0.601) installed on a Win2008 machine.  This is the "backbone" for a proprietary Reporting Suite for a Lawson ERP system. I have one report that takes awhile to generate due to the number of records and complex summaries

  • IPhoto crash every time when start.

    Hi all... My brand new Macbook Pro has been working fine until yesterday. I imported some pictures from a external HD. Now iPhoto starts up and then it shuts down with this message: Process: iPhoto [287] Path: /Applications/iPhoto.app/Contents/MacOS/