Pre-clone conundrum

Windows Server 2003
EBS 11.5.10.2
Ran preclone yesterday before db backup, ran ok with no errors
Today, following db backup, running adcfgclone and errors out with "cannot find jre or java under $ORALE_HOME/appsutil/clone/jre/bin" .....and sure enough there is nothing under that location.
Yet the preclone ran fine (I checked the log before doing the backup).
Is there any way around this? If I run another preclone to see what happens, what can I do if the same diretory is not populated? Also, to run another backup means system downtime and that will NOT make me employee of the month around here!!
Thanks in advance,
Confused.

Hi;
Today, following db backup, running adcfgclone and errors out with "cannot find jre or java under $ORALE_HOME/appsutil/clone/jre/bin" .....and sure enough there is nothing under that location.You mean you copy file from source to target? (db backup). This db backup consist oracle_home which is proddb? You have to copy proddata-proddb from source to target
Is there any way around this? If I run another preclone to see what happens, what can I do if the same diretory is not populated? Also, to run another backup means system downtime and that will NOT make me employee of the month around here!!You can run preclone on source whatever you want.It wont couse any problem, check your proddata size on target and on source,if they equal i belive just copy proddb from source to target
Regard
Helios

Similar Messages

  • Pre Clone steps

    Hi Guru's
    i want to run adpreclone.pl for both apps and dbTier for that i need to stop which services and how.
    rightnow i did
    for dbTier i started all the services and database and stoped all services of apps
    for appsTier i started db all services and database and stoped apps services
    is this correct procedure or any other procedures is their.
    regards,
    suresh

    yes i tried but when iam copying from target machine to source machine
    it has not copying i have given a command like this
    scp -r <IP>:/home/oracle /home/oracle/*db and
    scp -r /home/oracle/*db <IP>:/home/oracle
    i tried from both target and source now again a new problem that was not copied and the main system going to hang up then i restarted and the screen is remaining same with previous screens it still hang up so what will i do iam not understood please anybody let me know
    this willl be great help for me
    suresh

  • Info regarding Target System in clonning Process

    Hi all
    In the docs in metalink regarding the clonning process, i have enconterd the "Target System".
    "Target System", means only the OS of the same platform, or another installation of EBS in the destination machine.
    So if i run pre clone steps in the source, i have to copy the EBS folders in the destination machine that has the same OS platform, or that has an EBS installation in which i want to create the source's clone?
    Thanks in advance, Soni

    "Target System", means only the OS of the same platform, or another installation of EBS in the destination machine.It means the target node (with an OS which is binary compatible with the source node).
    So if i run pre clone steps in the source, i have to copy the EBS folders in the destination machine that has the same OS platform, or that has an EBS installation in which i want to create the source's clone?You have to "copy the EBS folders in the destination machine that has the same OS platform". You do not have to install Oracle Apps on the target node, copying the files from the source node should be enough.

  • FRM-40735:PRE-FORM trigger raise unhandled exception ORA-04067

    FRM-40735:PRE-FORM trigger raise unhandled exception ORA-04067:not executed, stored, procedure "PUBLIC.FND_TIMEZONES" does not exist.
    After I log into Applications, and when I click on responsibility, and when I'm in the Form to retreive the Navigator page, I got the above error.
    If I click on any one of the menu from the list, I automatically gets log off. "your logon session has become invalid".
    please help..

    Hi,
    Yes this was working befor enable rapid clone feature.How did you enable this feature? Did you apply any patches?
    Following Task has been made by me:
    Enable Rapid Clone Featue -------> execute pre clone -------> change IP and Hostname --------> execute post clone-----------> change has been made sucessfully.
    APPS.FND_TIMEZONE package is not avaliable .What does this query return?
    SQL> select object_name, object_type, owner
    from dba_objects
    where object_name = 'FND_TIMEZONES';Regards,
    Hussein

  • Clonning only the DB Tier

    Hi all.
    I have a scenario like the following:
    I have a production server and a testing server(the clone of the production server).
    I want to clone(refresh), only the database from production to testing server.
    I have read the metalink doc 230672.1.
    In section 4 of this document it is said, that it is possible to clone only the db.
    My questions are?
    1. After i have done the pre clonning process on the source, i have to copy both proddata and product folders(sid=prod) into the target?
    2. when i run the adcfgclone.pl, is it necessary to specify the database target context file? (in both servers i have the same structure of folders)
    3. As i understand, i have to follow the doc 230672.1. but only regarding the dbTier, right?
    Thanks in advance, Soni

    1. After i have done the pre clonning process on the source, i have to copy both proddata and product folders(sid=prod) into the target?Correct.
    2. when i run the adcfgclone.pl, is it necessary to specify the database target context file? (in both servers i have the same structure of folders)Since no changes have been done on the database tier, then you have to specify the database context file.
    3. As i understand, i have to follow the doc 230672.1. but only regarding the dbTier, right?You have to follow the steps under "Refreshing a target system" section in this note to refresh the target system database.

  • Pre-requisite packages required for Oracle R11i

    Hi Gurus,
    I am new to DBA.I am working with oracle 11i cloning.In that task is to pre-clone from source system(os:Red Hat-4.0) and do post clone in target system in which I installed new os(os:Red Hat-4.0).
    Here I need your help.What are all the pre-requisite packages required for Oracle R11i before configuring the Target System and how to apply the pre-requisite packages.
    Could you please help me.
    Thanks
    Vinoth

    Hi;
    Here I need your help.What are all the pre-requisite packages required for Oracle R11i before configuring the Target System and how to apply the pre-requisite packages. Imagine you are making new installation on your target server. So you need to check all pre-req which is mention in below notes. You need to have all rmp hosts file edit and some other steps.
    Please see:
    Subject: Recommendations to Install Oracle Applications 11i Doc ID: 294932.1
    Oracle Applications 11.5.10 - Installation Update Notes for Linux x86, Solaris SPARC, MS Windows, HP-UX PA-RISC, HP-Tru64, IBM AIX - B13590-01 [ID 287453.1]
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    PS: I suggest also see my blog http://heliosguneserol.wordpress.com/2010/05/31/cloning-oracle-applications-release-11-and-12/
    Regard
    Helios

  • Question about clone

    Hi all experts,
    My customer EBS version is 11.5.9
    He follow note 230672.1 to clone PROD to TEST. Pre-clone were completed without issue and TEST db is up and running now.
    However, when run adcfgclone.pl appsTier, system didn't ask for database server node and go straight to ask for next question.
    Also, when check CloneContext_04161101.log, it shows clone just use PROD as default dbSid, which is wrong.
    The issue start to happen two weeks ago.
    It works well before. Also, no change was done.
    Only thing happened was a clone was done two weeks ago and this is the second clone he tries to do and hit this issue.
    He has rename the clone stage area and run preclone twice on 11/4 and 15/4. Both are still causing the same issue.
    Which part do I have to check more?
    If you have any advice, please give me feedback freely.
    adpairsfile.lst file:
    s_hostname=galileo
    s_appsuser=oratest
    s_appsgroup=oinstall
    s_atName=galileo
    CloneContext_04161101.log file:
    #------Log File created at: 04161101------------
    Variables extracted from pairsfile: /tmp/adpairsfile.lst
    Variable :s_hostname
    Value :galileo
    Variable :s_appsuser
    Value :oratest
    Variable :s_appsgroup
    Value :oinstall
    Variable :s_atName
    Value :galileo
    Default value found for s_dbSid : PROD
    Default value found for s_contextname : PROD_galileo
    Default value found for s_dbhost : galileo
    Regards,
    Xun

    Hi Xun,
    As a Workaround, you can try below:
    On the Target system, perform the following steps:
    1. Edit $ORACLE_HOME/appsutil/clone/context/db/CTXORIG.xml on db & $COMMON_TOP/clone/context/apps/CTXORIG.xml for apps
    2. Change the value for s_dbSid,s_contextname,s_dbhost to the correct target system value
    3. Rerun "perl adcfgclone.pl dbTier" & "perl adcfgclone.pl appsTier"

  • Backup the clone apps

    Hi,
    Can I backup the Apps tier file directories (using tar) which I need for cloning/copy to another
    server after I run (perl adpreclone.pl appsTier), Even if the applications is up and running?
    Thanks a lot

    Can I backup the Apps tier file directories (using tar) which I need for cloning/copy to another server after I run (perl adpreclone.pl appsTier)Yes, you can (you run pre-clone then you copy the files).
    Even if the applications is up and running?It is possible; provided that your OS supports copying the files while it is in use (i.e. Linux/Unix). Windows OS does not let you copy the files (i.e. DLL, EXE files) if it is in use.

  • R12 Cloning, pre-determined ports

    Hi guys
    I am learning to do cloning myself and successfully done the same few times already. The one area which is still beyond my reach is how to clone both db & apps tiers against pre-determined ports. Ie, all my recent attempts where creating listener port at 1563 and forms servlet port at 8042
    I prefer to use 1521 & 8001/8002 etc for forms. Is there a context setting which I can use prior the cloning done, so that I don't have to change the files manually and do autoconfig?
    regards,
    raj

    Hi Raj,
    The post clone script (adcfgclone.pl ) is created by the preclone script as you must be knowing. Therefore specific ports can be transferred to the target instance as long as you can answer the question as" USE THE SAME PORT AS SOURCE" by having those ports in the Source Instance when running the post clone script. But if it is not the case you will have to go with clone and then change the ports and consequently run the autoconfig. I am personally not aware of any predefined context file which can hep you achieve your objective.
    Please see:
    How To Preserve Customizations In adcfgclone.pl Script (Doc ID 828874.1)
    Anyhow I have not tried the following but you may give a try, whether this achieves your objective.
    - Run pre-clone script
    - Transfer the backup
    - Take a backup of the context file
    - Change the desired port values on the context file
    - Run post clone as:
    perl adcfgclone.pl (appsTier/dbTier)  <LOCATION_target_xmlfile>
    - Answer the post clone script as:
    Do you want to preserve the Display set to sourcehost:0.0 (y/n) [y] ? Y
    Let us know if it helps!
    Thanks &
    Best Regards,

  • Upgrade from 12.1.1 to 12.1.3 with DMZ configured

    Hi All
    Required patches for Upgrade
    9239089
    9239090
    9239095
    9817770
    9966055
    Step 1: shut down all the application services and database.
    Step 2: Take a cold backup of both file systems (APPS Tier and DB Tier)
    Step 3: Start the database listener and keep database in open state.
    Step 4: Ensure the binutils -2.17.50.6-6.0.1.el5 .
    If it is higher than above version downgrade it to avoid the error of                relink module “MSSCPP”.
    Step 5: Increase the size of table space APPS_TS_TX_DATA, SYSAUX and enable
    auto extend on to the added datafile      
    Step 6: To check the datafile location and file ID query the below SQL statement
    SQL>select file_name, tablespace_name from dba_data_files where               tablespace_name='APPS_TS_TX_DATA' order by file_name;
    Step 7: To increase the table space size, query the below SQL statement.
    SQL>ALTER TABLESPACE APPS_TS_TX_DATA add datafile '/u01/oracle/TESTEBS/db/apps_st/data/a_txn_data_05.dbf' size 3G autoextend on;
    Step 8: unzip the necessary patches and give the permissions to application user
                 to access the patches.
    Step 9: Apply R12.AD.B.DELTA.3 - Patch 9239089
    Create $ORACLE_HOME/appsutil/admin on the database server.
    Copy adgrants.sql (UNIX) from this patch directory 9239089 to $ORACLE_HOME/appsutil/admin.
    Set the environment to point to ORACLE_HOME on the database server.
    Use SQL*Plus to run the script- $ sqlplus "/ as sysdba"
    SQL> @$ORACLE_HOME/appsutil/admin/adgrants.sql APPS
    Enable maintenance mode with adadmin, and set the environment to correct apps environment.
    Apply 9239089 using adpatch tool
    It prompts us the default location of the patch. We have to give the location of patch where its stored.
    It prompts us driver file which was in the patch directory, we have to give it e.g.: u9239089.drv
    Step 10: Apply Oracle E-Business Suite Release 12.1.3 patch 9239090
    It prompts us the default location of the patch, we have to give the location. Example [/d01/oracle/NewVis/apps/12.1.3/9239090]
    It prompts us the driver file for the patch, we have to give the file.
    Example: [u9239090.drv] which was in the patch directory.
    Step 11: Apply the Online help file patch 9239095
    It prompts us the driver file for the patch, we have to give the file.
    Example: [u9239095.drv] which was in the patch directory.
    Step 12: Apply the consolidated patch 9817770
    It prompts us the driver file for the patch, we have to give the file.
    Example: [u9817770.drv] which was in the patch directory.
    Step 13: Apply the help patch 9966055
    It prompts us the default location of the patch, we have to give the location. Example [/d01/oracle/NewVis/apps/12.1.3/9966055]
    It prompts us the driver file for the patch, we have to give the file.
    Example: [u9966055.drv] which was in the patch directory.
    Step 14: Run Autoconfig
    Source the application env file. Then run autoconfig in apps tier.
    $ $ADMIN_SCRIPTS_HOME/adautocfg.sh
    Now generate the appsutil.zip file.
    $ perl /bin/admkappsutil.pl
    Copy appsutil.zip file in DB_HOME. Unzip the appsutil.zip file.
    After sourcing the database env file run autoconfig in database tier.
    Step 15: Run Pre-Clone
    Now run preclone in db tier first, then in apps tier
    perl adpreclone.pl dbTier
    perl adpreclone.pl appsTier
    These are all the steps we used to follow in the normal environments
    Kindly let us the procedure to follow in the DMZ environments.
    Regards
    Niranjan

    Did you make sure the database patches listed in 761570.1 are applied before applying 12.1.3 upgrade patch? I don't see them listed in your post.
    I just checked 12.1.1 freshly installed instance and found following patches missing on 11.1.0.7.0 database which is installed with 12.1.1
    6460304
    7684818
    8639653
    8940108
    9066130
    9554727
    9743057
    7319922 - Only for Linux x86_64
    Regards,
    Sayeed Salahuddin

  • Unarchiving a .pcf file at start up

    Recently, I had to clone my drive and install the new one. Everything seems to be working, as I'm able to access all my programs, files, etc. However, at the start up, just before the desktop propagates, the screen reads "unarchiving...(some file)" and then it leaves a .pcf file on my desktop. Here's the file it's leaving: ncenI10-ISO8859-14.pcf
    I have no idea what this file is, or why it's doing this. Any help?
    David

    A basic search of the file name you state, as a starting point, the results
    indicate the item is related to a font of 75dpi or 100dpi for welsh text.
    Some indicate there could be a relationship between X-11 software & this.
    There may be another purpose for a file of that general kind, but that one
    may be due to some software you have in the original pre-clone system
    that has an issue in how it is seen by the later clone.
    I've never seen such an incidence occurring in any of my OS X clones in
    the various Mac OS X versions I've cloned, via a clone utility or copy via
    disk image within Disk Utility and restore a Mac from it.
    So, that issue is a new one on me.
    From the results of my search of the name you stated of the file, one
    implied a possible relationship between an X11 installation and the file.
    +• Use google search in a browser to find results: ncenI10-ISO8859-14.pcf+
    Other than these bits of disconnected information & an inconclusive search
    I have nothing on the topic; and this has never occurred to my systems.
    {Mine have not had the optional X11 components installed, either; mine all
    have their permissions repaired and other fixes done before booting from
    them or re-clone of their content back to a wiped & zeroed hard disk drive.}
    Perhaps someone with more background in the use of the file you noted,
    could shed more light on where it belongs or how to disable its appearance.
    The items in the user account start-up folder listing could be checked to see
    if there is an app set to launch then, which you could remove from the cue.
    Good luck & happy computing!

  • Errorcode 25600 during adcfgclone.pl

    Hi,
    I'm configuring a clone on and RHEL 5 environment. When I run adcfgclone.pl on the dbTier, it's exiting with an error at 70%. Extracts from the logs are as follows:
    ApplyDBTier log
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    StackTrace:
    java.lang.Exception: Control file creation failed
    +     at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:661)+
    +     at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:328)+
    +     at oracle.apps.ad.clone.ApplyDatabase.<init>(ApplyDatabase.java:304)+
    +     at oracle.apps.ad.clone.ApplyDBTier.<init>(ApplyDBTier.java:154)+
    +     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:68)+
    +     at java.lang.Thread.run(Unknown Source)+
    NetServiceHandler.log
    +     Classpath : /u0/svrtest/svrtestdb/10.2.0/jdk/jre/lib/rt.jar:/u0/svrtest/svrtestdb/10.2.0/jdk/lib/dt.jar:/u0/svrtest/svrtestdb/10.2.0/jdk/lib/tools.jar:/u0/svrtest/svrtestdb/10.2.0/jdbc/lib/ojdbc14.jar:/u0/svrtest/svrtestdb/10.2.0/appsutil/java/xmlparserv2.zip:/u0/svrtest/svrtestdb/10.2.0/appsutil/java:/u0/svrtest/svrtestdb/10.2.0/jlib/netcfg.jar:/u0/svrtest/svrtestdb/10.2.0/jlib/ldapjclnt10.jar+
    +===============================================================================+
    NetServiceHandler 115.53 started for tclg-clone-114 at Sun Oct 04 21:36:35 AST 2009
    +===============================================================================+
    +[ Context Information ]+
    Host              : tclg-clone-114
    Domain            : tclgroup.com
    Out Dir           : /u0/svrtest/svrtestdb/10.2.0/appsutil/out/svrtest_tclg-clone-114/10042136
    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    : tclg-clone-114
    sDbDomain  : tclgroup.com
    sDbPort    : 1598
    sDbSid     : svrtest
    sDbUser    : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@tclg-clone-114.tclgroup.com:1598:svrtest
    Exception occurred: java.sql.SQLException: Io exception: 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=tclg-clone-114.tclgroup.com)(PORT=1598))(CONNECT_DATA=(SERVICE_NAME=svrtest)))
    Exception occurred: java.sql.SQLException: Io exception: 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=tclg-clone-114.tclgroup.com)(PORT=1598))(CONNECT_DATA=(SERVICE_NAME=svrtest.tclgroup.com)))
    Exception occurred: java.sql.SQLException: Io exception: 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 - /u0/svrtest/svrtestdb/10.2.0/network/admin/svrtest_tclg-clone-114 Succeeded.
    instantiate file:
    source : /u0/svrtest/svrtestdb/10.2.0/appsutil/template/ad8itns.ora
    dest   : /u0/svrtest/svrtestdb/10.2.0/network/admin/svrtest_tclg-clone-114/tnsnames.ora
    AutoConfig is exiting with status 0
    instantiate file:
    source : /u0/svrtest/svrtestdb/10.2.0/appsutil/template/ad8ilsnr.ora
    dest   : /u0/svrtest/svrtestdb/10.2.0/network/admin/svrtest_tclg-clone-114/listener.ora
    AutoConfig is exiting with status 0
    adgentns.pl exiting with status 25600
    ERRORCODE = 25600 ERRORCODE_END
    Now I saw from my ApplyDBTier.log that the database was created, and when I tried using sqlplus '/ as sysdba' I was able to logon. So I tried running adautocfg.sh but I still get the 25600 error. Here's the extract from the adconfig.log:
    afdbprf.sh started at Sun Oct  4 21:41:45 AST 2009
    The environment settings are as follows ...
    ORACLE_HOME : /u0/svrtest/svrtestdb/10.2.0
    ORACLE_SID : svrtest
    PATH : /u0/svrtest/svrtestora/iAS/Apache/perl/bin:/u0/svrtest/svrtestdb/10.2.0/bin:/usr/bin:/usr/sbin:/u0/svrtest/svrtestdb/10.2.0/jdk/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u0/svrtest/svrtestora/iAS/Apache/perl/bin:/u0/svrtest/svrtestora/iAS/Apache/perl/bin:/u0/svrtest/svrtestdb/10.2.0/bin:/usr/bin:/usr/sbin:/u0/svrtest/svrtestdb/10.2.0/jdk/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:.:/u0/svrtest/svrtestora/iAS/Apache/perl/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    Library Path : /u0/svrtest/svrtestdb/10.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u0/svrtest/svrtestdb/10.2.0/ctx/lib
    Executable : /u0/svrtest/svrtestdb/10.2.0/bin/sqlplus
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Oct 4 21:41:45 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Enter value for 1: Enter value for 2: Enter value for 3: ERROR:
    ORA-12541: TNS:no listener
    ERRORCODE = 1 ERRORCODE_END
    +.end std out.+
    +.end err out.+
    AutoConfig Services Phase
    Running Service Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    +/u0/svrtest/svrtestdb/10.2.0/appsutil/install/svrtest_tclg-clone-114/adcrobj.sh+
    script returned:
    adcrobj.sh started at Sun Oct  4 21:41:45 AST 2009
    Parameters passed are : -nopromptmsg
    The environment settings are as follows ...
    ORACLE_HOME : /u0/svrtest/svrtestdb/10.2.0
    ORACLE_SID : svrtest
    TWO_TASK :
    PATH : /u0/svrtest/svrtestora/iAS/Apache/perl/bin:/u0/svrtest/svrtestdb/10.2.0/bin:/usr/bin:/usr/sbin:/u0/svrtest/svrtestdb/10.2.0/jdk/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/u0/svrtest/svrtestora/iAS/Apache/perl/bin:/u0/svrtest/svrtestora/iAS/Apache/perl/bin:/u0/svrtest/svrtestdb/10.2.0/bin:/usr/bin:/usr/sbin:/u0/svrtest/svrtestdb/10.2.0/jdk/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:.:/u0/svrtest/svrtestora/iAS/Apache/perl/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/applmgr/bin
    LD_LIBRARY_PATH : /u0/svrtest/svrtestdb/10.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u0/svrtest/svrtestdb/10.2.0/ctx/lib
    SQLPLUS Executable : /u0/svrtest/svrtestdb/10.2.0/bin/sqlplus
    SQL*Plus: Release 10.2.0.4.0 - Production on Sun Oct 4 21:41:45 2009
    Copyright (c) 1982, 2007, Oracle.  All Rights Reserved.
    Connected.
    PL/SQL procedure successfully completed.
    Commit complete.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    adcrobj.sh exiting with status 0
    ERRORCODE = 0 ERRORCODE_END
    +.end std out.+
    +.end err out.+
    +===========================================================================+
    Starting Restore Profile utility at Sun Oct 04 21:41:46 AST 2009
    Using version 115.6
    ADX Database Utility
    getConnection() -->
    sDbHost    : tclg-clone-114
    sDbDomain  : tclgroup.com
    sDbPort    : 1598
    sDbSid     : svrtest
    sDbUser    : apps
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@tclg-clone-114.tclgroup.com:1598:svrtest
    Exception occurred: java.sql.SQLException: Io exception: 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=tclg-clone-114.tclgroup.com)(PORT=1598))(CONNECT_DATA=(SERVICE_NAME=svrtest)))
    Exception occurred: java.sql.SQLException: Io exception: 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=tclg-clone-114.tclgroup.com)(PORT=1598))(CONNECT_DATA=(SERVICE_NAME=svrtest.tclgroup.com)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    +     Verifying connection to the Database : Could not be stablished+
    +     No Restore Profile file created.+
    Restore Profile utility ran successfully
    +===========================================================================+
    +[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>+
    +[PROFILE PHASE]+
    AutoConfig could not successfully execute the following scripts:
    Directory: /u0/svrtest/svrtestdb/10.2.0/appsutil/install/svrtest_tclg-clone-114
    afdbprf.sh              INSTE8_PRF         1
    AutoConfig is exiting with status 1
    Is this an error I can recover from without having to run pre-clone on my source again? Any help would be appreciated.
    Thanks,
    Lia.

    Lia,
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connectionPlease verify that the database and the database listener are up and running. Also, make sure you have proper entry in the hosts file (i.e. you are able to ping the database hostname and tnsping the entry in the tnsnames.ora file as applmgr user).
    Regards,
    Hussein

  • Java manually installaiton is required in the case of  r12 cloning on the new server.

    Hi experts, 
    i have need some suggestion. i have required to clone my production database to a fully new test server. for this i know i have  required  to prepare the new test server for ebs r12. for exp install rpm package, setup the kernel parameters create the group and os users etc...
    my confusion is that  "  have I required to install java manually when going to clone the database to a fully new test server( 1st time on that server direct cloning) "
    as per my knowledge java  already bundle with r12 and need not to install manually when we are going to install r12   1st  time on a new server. but what in  the case of cloning.
    plz plz suggest me right way. i have to do the cloning on client side so i m little nervous. plz help me......

    as per my knowledge java  already bundle with r12 and need not to install manually when we are going to install r12   1st  time on a new server. but what in  the case of cloning.
    The same thing applies to cloning. So, you need to install OS software and pre-req. packages (which you are already aware of), then you Rapid Clone (pre-clone, copy files, post-clone).
    Cloning Oracle Applications Release 12 with Rapid Clone (Doc ID 406982.1)
    Rapid Clone Documentation Resources For Release 11i and 12 (Doc ID 799735.1)
    Thanks,
    Hussein

  • Can SID of R12 database be changed after installation?

    Hi
    We have R12 vision instance running on a server.
    Can SID of its database be changed without change in the data inserted by the development team ie keeping the data & rest all intact?
    Regards
    JIL

    With the help of Rapid Clone, it is possible.
    - Run Pre Clone
    - Stop all services (application and database).
    - Run Post Clone
    Note: 406982.1 - Cloning Oracle Applications Release 12 with Rapid Clone
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=406982.1

  • Appying patches when Physical standby in place.

    Kindly suggest steps for patch application /application upgradation. We dont have any replication tool.What is the standard process to sync standby after patch upgradation . Is there any alternative of rsync/rdist utility.
    Is it possible that after applying patch in Primary, On Standby we have to apply as it is, with no Database inclusion as the standby database will be in mount state and will not available for making database changes.
    How to find which files to be copied manually to sync the standby with Primary. Will this method reliable?
    Apologies to ask many questions but i found no single document covering this detailed process.

    Both the links are for applying patches/upgrades for Oracle Database. Apologies i didn't clarify the requirement. It's for EBS R12. So i need to sync the apps tier with primary when physical standby in place.
    Kindly validate below procedure with rsync utility
    After running the Middle Tier and Database Pre-clone.
    To synchronize Synchronize the Appropriate File Systems to Standby,
    rsync –av <$APPL_TOP> <standby_host>:<$APPL_TOP>
    --rsync-path=/usr/local/bin/rsync
    /usr/local/bin/rsync –av <$COMMON_TOP> <standby_host>:<$COMMON_TOP>
    /usr/local/bin/rsync –av <$ web ORACLE HOMEs (10.1.2)> <standby_host>:<$ web ORACLE HOMEs (10.1.2)>
    /usr/local/bin/rsync –av <$TOOL(10.1.3)> <standby_host>:<$COMMON_TOP>
    Synchronize the database tier file system including <RDBMS ORACLE_HOME>/appsutil directory.
    /usr/local/bin/rsync –av <RDBMS ORACLE_HOME>/appsutil <standby_host>:<RDBMS ORACLE_HOME>/appsutil
    Reconfigure the Standby Middle Tier File Systems
    When the file system synchronization is complete, reconfigure the standby file systems. Log onto each of the standby middle tier systems as the APPLMGR user and execute the following commands:
    cd <COMMON_TOP>/clone/bin
    perl adcfgclone.pl atTechStack <INST_TOP>/appl/admin/<Standby CONTEXT_NAME>.xml
    To complete the configuration of environment run AutoConfig using the following commands:
    cd <APPL_TOP>/ad/12.0.0/bin
    adconfig.sh contextfile=<INST_TOP>/appl/admin/<standby context>.xml run=INSTE8
    AutoConfig will report errors regarding to database connection, these errors can be ignored as the database is unavailable.
    Step 4.4.11 - Reconfigure the Standby Database File Systems
    If you had to synchronize the apps utilities on the database server in the prior step, you should also reconfigure the database server. As the ORACLE user on each database node of standby database tier, first stop the listener if it is running, then execute the following commands:
    cd <RDBMS ORACLE_HOME>/appsutil/clone/bin
    perl adcfgclone.pl dbTechStack <RDBMS ORACLE_HOME>/appsutil/<Standby CONTEXT_NAME>.xml

Maybe you are looking for

  • Final Cut Fails to Launch - No Error Message

    I have tried the following: -Trashed Prefs. -Loaded and used FCP Rescue -Completely wiped the machine of Final Cut Studio and reloaded Still, the following happens: Once I trash the prefs or run rescue, FCP loads fine. I can work on saved projects, e

  • Quicktime won't launch in Safari

    Hi, I'm trying to stream a video from Safari through Quicktime on my iPhone but Quicktime doesn't launch. I get a big code of numbers/symbols/letters then the browser crashes. This has only started happening over the last few days, had no problems wi

  • Cash journal with forx

    Hi Experts, My user wants to post the cash receipt in USD, I am maintaning cash journal in INR, its posible to post usd or any other settings i need to setup, Pls advice me its arrgent, Regards Sreenath

  • Does a purchased app get a unique registration id?

    I have built an AIR app which I would like to publish, but this app depends on my web server to provide a service. I want the web server to be able to validate, or at least associate, the requests coming from each installed AIR app with a particular

  • MTOM with Attachments

    Hi, I am trying to attach a zip file(could actually be any file) along with a MTOM msg. I gather from this link http://axis.apache.org/axis2/java/core/docs/mtom-guide.html#a33 that it could actually be an MTOM msg. In My options i set the following c