E-business Suite RMAN cloning without connecting source

Hi,
I've RMAN backup with catalog and nocatalog. I want to use my nocatalog RMAN backup to clone e-business suite R12/11i Application without connecting source.
Please advice/sugegst any doc.
thanks

Hi;
What is your EBS and OS?
Please check below notes which cover RMAN cloninig steps:
Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1]
FAQ: Cloning Oracle Applications Release 11i http://ID 216664.1
Also check below thread:
Clone -with rman
Re: backup procedure using RMAN for 11i Instance
Hope it answer you
Regard
Helios

Similar Messages

  • E-business Suite RMAN backup retention

    Hi,
    i want to retain my backup for clone for 90 days. One parameter need to set at RMAN level is CONFIGURE RETENTION POLICY TO REDUNDANCY 90;
    What other parameter need to set at DB level?
    Thanks

    i want to retain my backup for clone for 90 days. One parameter need to set at RMAN level is CONFIGURE RETENTION POLICY TO REDUNDANCY 90;
    What other parameter need to set at DB level?Rman backup retention policy [ID 462978.1]
    Oracle10g / 11g - Getting Started with Recovery Manager (RMAN) [ID 360416.1]
    RMAN : Consistent Backup, Restore and Recovery using RMAN [ID 162855.1]
    Backup and Recovery
    http://www.oracle.com/pls/db112/portal.portal_db?selected=4&frame=#backup_and_recovery
    Thanks,
    Hussein

  • E Business suite 11i with Database in ASM  - Cloning

    Hi All,
    We are planning to migrate the E Business suite database to ASM and wanted to know the best cloning method to perform the cloning from Production to non production.
    Applciation - 11.5.10.2
    Database - 10.2.0.4 in ASM
    Since i dont see any specific notes in metalink on this, raised an SR with oracle and they told that oracle does not support this but we can use RMAN as few of the customers use RMAN to perform the clonine.
    Can you please advice on the best methode to perform this
    Our constraints :
    We have a constrain in performing the cloning through RMAN, for performing the duplicate database we need to have the sqlplus connection between prod and non prod. We will not be getting this setup due to security policy.
    I had referred the "Best Practices for Cloning ASM-managed Databases" white paper
    Thanks & Regards,
    Rakesh

    Hi Rakesh;
    please check:
    Clone with-Rman
    http://newappsdba.blogspot.com/2009/06/r12-cloning-from-rman-backup-using.html
    Clone R12 use RMAN backup???
    Re: rapid clone from RMAN backup
    How To Make A Copy Of An Open Database For Duplication To A Different Machine [ID 224274.1]
    Also check
    rac-EBS wiht asm
    Re: RAC for EBS R12
    Hope it helps
    Regard
    Helios

  • Connecting Oracle Forms Developer to E-Business Suite

    Hi,
    I have downloaded the Oracle DevSuite (10g) and BITools, I have managed to connect Oracle Discoverer to the db without any issues however, I am trying to connect Oracle Forms Developer 10g to our E-Business Suite 11i db and I keep getting the ORA- 01017 invalid username/password logon denied error message.
    Should I be able to connect Oracle Forms Developer to the Oracle Business Suite databse without any issues or am I missing something,
    any help would be greatly appreciated,
    thanks
    Chris

    Hi Chris
    First, You should know that the developer certified version for Oracle Apps development is 6i patch 18 (there's a new patch 19 also). On Discoverer, it's Ok to use 10G.
    Now, on the connection issue, by the message it is related to the user/pass entered. If in Discoverer You are using oracle apps integration You may be using and application user and password, but that can be used to connect to the database.
    Ask in Your project for apps password (may be apps or welcome12 if and on demand environment) for the development environment, or check if there's is a custom schema defined for development and get the user/pass for that one also. You may try with applsyspub/pub meanwhile to check connection but it's a restricted user.

  • E-Business Suite Database Tier cloning failure

    Hi All,
    We are cloning a new Oracle E-Business Suite test instance from the cold backup of our production. Production is single instance/archive log enabled. However, the target instance is single instance/no archive log. the DB version is 11.1.0.7
    When i am running adcfgclone.pl on the database tier, it errors out with the following.
    APPS Password : Log file located at /db1/oratrng/db/tech_st/11.1.0/appsutil/log/TRNG_oradapp/ApplyDBTier_11081226.log
    | 50% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    ERROR while running Apply...
    Mon Nov 8 12:35:16 2010
    ERROR: Failed to execute /db1/oratrng/db/tech_st/11.1.0/appsutil/clone/bin/adclone.pl
    The logfile shows the following errors:
    ORACLE instance started.
    Total System Global Area 1069252608 bytes
    Fixed Size 2109352 bytes
    Variable Size 427823192 bytes
    Database Buffers 624951296 bytes
    Redo Buffers 14368768 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/db1/oratrng/db/apps_st/data/system01.dbf'
    alter tablespace TEMP1 add tempfile '/db1/oratrng/db/apps_st/data/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    alter tablespace TEMP1 add tempfile '/db1/oratrng/db/apps_st/data/temp02.dbf' REUSE
    I tried by creating the controlfile manually too but it gave error when i tried to open the database:
    SQL> @crctl.sql
    ORACLE instance started.
    Total System Global Area 1069252608 bytes
    Fixed Size 2109352 bytes
    Variable Size 427823192 bytes
    Database Buffers 624951296 bytes
    Redo Buffers 14368768 bytes
    Control file created.
    ALTER DATABASE OPEN RESETLOGS
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/db1/oratrng/db/apps_st/data/system01.dbf'
    I tried to recover the above datafile.
    SQL> recover database using backup controlfile until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-00600: internal error code, arguments: [kcvhvdf_1], [], [], [], [], [], [],
    I tried another cold backup(we take cold backups every night) but facing the same issue with another backup also. That's why i think its not an issue with system.dbf file being corrupt.
    when i searched metalink for ORA-600 with kcvhvdf_1, i found that it is a bug in 11.1.0.7. bug 9314439.
    the bug says:
    The problem is that when the datafiles have zero DB ID=0=0x0, the 'create controlfile set database' command is not setting the new DB ID in the datafile headers but only in the controlfile. It then causes the ORA-600 [kcvhvdf_1] to be produced in the recovery due to DB ID mismatch between datafiles (select FHDBI from x$kcvfh) and controlfile (select DBID from v$database).
    I verified the above statement and found it true.
    SQL> select FHDBI from x$kcvfh;
    FHDBI
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0
    0
    select DBID from v$database;
    DBID
    551459957
    The bug states a work around:
    If using a cold backup (after a clean shutdown - NORMAL/IMMEDIATE), one workaround is to open the database right after the create controlfile (with no previous recover):
    CREATE CONTROLFILE SET DATABASE "DEV2" RESETLOGS ARCHIVELOG ...
    alter database open resetlogs;
    However, this workaround is not working for me.
    Kindly help. Its urgent.

    >
    We are cloning a new Oracle E-Business Suite test instance from the cold backup of our production...
    >
    >
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/db1/oratrng/db/apps_st/data/system01.dbf'
    >
    This to me indicates that the backup was not a cold backup.
    HTH
    Srini

  • Accessing E-business suite in another network without configuring DMZ

    Hi
    How can i enable to access E-business sutie externally or to a different location.I dont want to setup the DMZ configurations and reverse proxy.Our Company have another Remote branch and they are not in same network.How can they able to access the E-business suite without enabling DMZ and reverse proxy.Is there anything like make the
    IP of the Apps server as public will solve the issue ?
    rgds
    rosh

    To make it public, you just need to change the IP Address of the application and the database servers to the real one and follow the steps in the following notes. Once you are done, the system will be accessible to the users then.
    Note: 338003.1 - How to change the hostname and/or port of the Database Tier using AutoConfig
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=338003.1
    Note: 341322.1 - How to change the hostname of an Applications Tier using AutoConfig
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=341322.1

  • How To Directly Add Attachments to E-Business Suite Entities Without Using The Managed Attachments Window

    How To Directly Add Attachments to E-Business Suite Entities Without Using The Managed Attachments Window? any option?

    user11016624 wrote:
    How To Directly Add Attachments to E-Business Suite Entities Without Using The Managed Attachments Window? any option?
    Please see:
    http://www.oraclebusinessapps.com/2008/04/28/load-pdf-file-attachment-using-api/
    http://www.oracleerpappsguide.com/2011/04/attachment-in-oracle-application.html
    http://etrm.oracle.com/pls/et1211d9/etrm_pnav.show_object?c_name=FND_ATTACHED_DOCUMENTS_PKG&c_owner=APPS&c_type=PACKAGE
    Thanks,
    Hussein

  • My project in imovie says source unavailable after I moved the events to the backup drive. It is connected and shows up in the events library. I can see the pictures but they won't play without the source. What do I do.

    My project in imovie says source unavailable after I moved the events to the backup drive. It is connected and shows up in the events library. I can see the pictures but they won't play without the source. What do I do.

    I moved it because I did not have room on my hard drive to import my latest video. I take videos my grandkids basketball games then edit them as projects. I don't have room to move the whole events library back to my hard drive. Can I move part of it at a time.
    I filled up my 1 TB back up drive so got a 3TB to move my video projects to. Do I have to move both the i photo videos and the projects to the 3 TB drive together some how. When can I delete them off the hard drive .
    I moved all the i photo library to the 3 TB drive and deleted them out of i photo. That is 87 GB which I don't have room for on my hard drive.
    I think when I use the export movie to my hard drive it works but will I still be able to edit it later if I want. Is it best to do quick time or i tunes if I use the export feature.

  • Oracle E-Business Suite -- Unable to connect to opmn. Opmn may not be up.

    Hi,
    I have installed Oracle E-Business Suite Version 12.1.1.9 with Oracle Database 1.1.0.7.0 on OEL 5 Update 5. Everything works perfectly after the installation, I am able to log in to the database and log in to the website at http://<hostname>.<domainname>:80nn.
    So the problem is that when my server's crashed and after we got them all up and running.
    I can no start the :
    "Unable to connect to opmn.
    Opmn may not be up."
    And I am not sure what is going on here now. I cannot even connect to the site anymore.
    When I type this in now "http://<hostname>.<domainname>:80nn" I get a "Failed to Connect" error.
    Has anyone ever encountered this or know how to resolve this. Any help would be much appreciated.
    (Also, I have tried lots of things, I have ran autoconfig on db and appl tier, I started and stopped all services. )
    [applvis@orbit-02 scripts]$ ./adapcctl.sh status
    You are running adapcctl.sh version 120.7.12010000.2
    Checking status of OPMN managed Oracle HTTP Server (OHS) instance ...
    Unable to connect to opmn.
    Opmn may not be up.
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile
    /d01/oracle/VIS/inst/apps/VIS_orbit-02/logs/appl/admin/log/adapcctl.txt
    for more information ...
    [applvis@orbit-02 scripts]$ ./adapcctl.sh start
    You are running adapcctl.sh version 120.7.12010000.2
    Starting OPMN managed Oracle HTTP Server (OHS) instance ...
    opmnctl: opmn start failed.
    opmnctl: opmn is not running.
    adapcctl.sh: exiting with status 0
    adapcctl.sh: check the logfile
    /d01/oracle/VIS/inst/apps/VIS_orbit-02/logs/appl/admin/log/adapcctl.txt
    for more information ...
    [applvis@orbit-02 scripts]$

    It is the same error:
    ================================================================================
    11/28/11-10:59:35 :: adopmnctl.sh version 120.6
    11/28/11-10:59:35 :: adopmnctl.sh: Checking the status of Oracle
    Process Manager (OPMN)
    Unable to connect to opmn.
    Opmn may not be up.
    11/28/11-10:59:35 :: adopmnctl.sh: exiting with status 0
    ================================================================================
    11/28/11-10:59:46 :: adopmnctl.sh version 120.6
    11/28/11-10:59:46 :: adopmnctl.sh: Starting Oracle Process Manager (OPMN)
    opmnctl: opmn start failed.
    11/28/11-10:59:54 :: adopmnctl.sh: exiting with status 0
    ================================================================================
    It isn't very helpful.

  • RAC-to-RAC Node ONE cloning of E-business Suite

    Hi,
    I want to clone RAC-to-RAC node one 11gr2/r12.0.6 of e-business Suite.
    Is threre any step diffrent than Note 559518.1? Any advice.
    thanks

    I want to clone RAC-to-RAC node one 11gr2/r12.0.6 of e-business Suite.
    Is threre any step diffrent than Note 559518.1? Any advice.
    This document is all what you need.
    You could also see the docs in (Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]) for R12.
    Thanks,
    Hussein

  • E-Business Suite 11.5.10.2 Procedure for OpenSuse 10.2

    I recently installed 11.5.10.2 on an OpenSuSE 10.2 machine and found considerable differences between SLES10/SuSE10.1 and OpenSuSE 10.2. The following instructions will install a fully functional E-Business Suite:
    Setup the O/S per the following guide:
    Oracle 10gR2 on openSUSE 10.2
    http://ftp.novell.com/partners/oracle/docs/10gR2_openSUSE102_introduction.pdf
    Install Suse Linux 10.2 with at least the following groups:
    Graphical Base System
    KDE Desktop Environment
    C/C++ Compiler and Tools
    Under partitioning, ensure you have 2GB minimum for swap. I recommend starting with 4 or 6 GB of swap (2x-3x physical ram).
    create dba and appl groups
    create oracle and applmgr user
    as root:
    cd /usr/lib
    ln -s libdb.so.2 libdb.so.3
    download compat-gdbm-1.8.0-7.i586.rpm from Suse 10.0 repository
    http://suse.mirrors.tds.net/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586/compat-gdbm-1.8.0-7.i586.rpm
    rpm -Uhv compat-gdbm-1.8.0-7.i586.rpm
    download openmotif21-libs-2.1.30MLI4-143.i586.rpm from Suse 10.1 repository
    http://suse.mirrors.tds.net/pub/opensuse/distribution/SL-10.1/inst-source/suse/i586/openmotif21-libs-2.1.30MLI4-143.i586.rpm
    rpm -Uhv openmotif21-libs-2.1.30MLI4-143.i586.rpm
    download openmotif22-libs-2.2.4-28.i586.rpm from Suse 10.2 repository
    http://suse.mirrors.tds.net/pub/opensuse/distribution/10.2/repo/oss/suse/i586/openmotif22-libs-2.2.4-28.i586.rpm
    rpm -Uhv openmotif22-libs-2.2.4-28.i586.rpm
    add the following installation repositories:
    http://suse.mirrors.tds.net/pub/opensuse/distribution/10.2/repo/oss/suse/
    http://suse.mirrors.tds.net/pub/opensuse/distribution/10.2/repo/non-oss/suse/
    Verify you have the following packages:
    * binutils-2.17.50.0.5-21
    * compat-2006.1.25-29
    * db1-1.85-119
    * db1-devel-1.85-119
    * dovecot-1.0.rc14-7
    * expat-2.0.0-32
    * compat-expat1-1.95.8-26
    * gcc-4.1.3-29
    * gcc-c++-4.1.3-29
    * gcc_old-2.95.3-175.2
    * glibc-2.5-25
    * gnome-libs-1.4.1.7-733
    * gnome-libs-devel-1.4.1.7-733
    * libaio-0.3.104-32
    * libaio-devel-0.3.104-32
    * libgcc41-4.1.2_20061115-5
    * libstdc++41-4.1.2_20061115-5
    * libstdc++41-devel-4.1.2_20061115-5
    * compat-libstdc++-5.0.7-41
    * make-3.81-23
    * openmotif21-libs-2.1.30MLI4
    * orarun-1.9-52
    * pdksh-5.2.14-822
    * sysstat-6.0.2-36.2
    * xscreensaver-5.01-14
    create /etc/init.d/xvfbserver
    #!/bin/sh
    ### BEGIN INIT INFO
    # Provides: xvfb
    # Required-Start: $network $syslog $remote_fs
    # Should-Start: $time ypbind sendmail
    # Required-Stop: $network $syslog $remote_fs
    # Should-Stop: $time ypbind sendmail
    # Default-Start: 3 5
    # Default-Stop: 0 1 2 6
    # Short-Description: xvfb daemon providing virtual framebuffer support
    # Description: Start the xvfb service on host.domain:50
    ### END INIT INFO
    nohup /usr/bin/X11/Xvfb :50 -screen 0 1024x800x8 -pn -fp /usr/share/fonts/misc -sp /usr/lib/xserver/SecurityPolicy &
    export DISPLAY=host.domain:50.0
    /usr/bin/xhost +
    nohup /usr/bin/mwm &
    Once xvfbserver is saved, type insserv xvfbserver in /etc/init.d as root.
    This script provides dynamic gif generation for many self service/framework applications and Motif Window Manager for preventing REP-3000 errors running bitmapped concurrent requests. If you do not mind the square gray boxes or never run bitmapped reports, you can skip this step.
    If you want to test Workflow notifications, edit /etc/dovecot/dovecot.conf and change:
    #disable_plaintext_auth = yes
    to
    disable_plaintext_auth = no
    SSL enabled IMAP for 11i was only enabled after ATG.H RUP 3, and not really required small training environments.
    Goto Yast->System->System Services (Runlevels)
    Highlight Dovecot and enable it.
    Goto Yast->Network Services->Mail Transfer Agent
    Leave the Connection Type on Permanent and click next
    Leave Outgoing Server blank and hit next.
    Check the Accept remote SMTP connections and Open port in firewall, then hit next.
    Run Online Update for all updateable packages. This will bring the Sun Java plugin up to 1.5.0_10.
    http://ftp.novell.com/partners/oracle/sles-10/orarun.rpm
    rpm -Uhv orarun.rpm
    Run “/usr/sbin/rcoracle start“ to set kernel parameters.
    1) Setup the environment as you would for running Applications on RH 4 or SLES9
    I.E. follow Oracle Applications Installation Update Notes, Release 11i (11.5.10.2)
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=316806.1
    2) Remove any LD_ASSUME_KERNEL references in O/S /etc/profile.d files. While in oracle and applmgr .profile, add the following:
    export LD_PRELOAD=/usr/lib/libInternalSymbols.so
    3) Comment out LD_ASSUME_KERNEL entries in $ORACLE_HOME/appsutil/bin/adgetlnxver.sh and $AD_TOP/bin/adgetlnxver.sh
    if [ ${setflag}x = "x" -a $os = "Suse" ]; then
    # LD_ASSUME_KERNEL="2.4.21"
    # export LD_ASSUME_KERNEL
    os="Suse"
    fi
    if [ ${setflag}x = "x" -a $os = "RH" ]; then
    # LD_ASSUME_KERNEL="2.4.19"
    # export LD_ASSUME_KERNEL
    os = "RH"
    fi
    If doing a rapid install, the database startup will fail and rapidwiz will prompt to ignore or retry. At this point, edit $ORACLE_HOME/appsutil/bin/adgetlnxver.sh as shown above and click on retry. It will then run to the autoconfig step at the end and error out. Just hit cancel, edit $AD_TOP/bin/adgetlnxver.sh as shown above.
    At this point, go to $APPL_TOP/admin, and in sid_host.xml,
    replace
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.4.2_04</sun_plugin_ver>
    with
    <sun_plugin_ver oa_var="s_sun_plugin_ver">1.5.0_10</sun_plugin_ver>
    Then run autoconfig.
    This will allow you to open 11i forms that require Jinitiator in Windows via the Sun Java Plugin in either Firefox or SeaMonkey (the Mozilla replacement) on your Suse 10.2 machine once allowing popups and checking always trust Oracle content on the initial java warning.
    Look at your port pool selections while running autoconfig and comment out any ports for /etc/services and reboot. Port 8201 was preventing apache web pls listener from starting.
    4) In order to relink cplex library executables (MSC, MSO, MSR, MST, WIP, etc), edit $AD_TOP/bin/adrelinknew.sh and add the following LD option (-Wl,--noinhibit-exec) in the LINUX section:
    LINUX)
    LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -ldl'
    DEBUG_LDFLAGS='-g -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -ldl'
    exe_line='ELF .*executable'
    SHRLIB_LD='gcc'
    LD='gcc'
    SHRLIB_LDFLAGS='-L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -shared'
    if test -f "/etc/redhat-release"; then
    CPP_LIBS='/usr/lib/libstdc++-2-libc6.1-1-2.9.0.so'
    elif test -f "/etc/SuSE-release"; then
    CPP_LIBS='/usr/lib/libstdc++.so.2.9'
    else
    CPP_LIBS=''
    fi
    CPP='g++'
    CPP_LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs
    set CPP_LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs
    to CPP_LDFLAGS='-s -L$(ORACLE_HOME)/lib -L$(ORACLE_HOME)/lib/stubs -Wl,--noinhibit-exec'
    After this chance, you can apply any MRP, ASCP patch and all executables will relink correctly. You can also use adadmin to relink all executables and it completes without error.
    5) For Discoverer 4.1.48.08, Follow Metalink Note 280598.1 Discoverer 4i On Linux: Required Patch and Configuration for Discoverer Server Stability to use JDK 1.3.1 and oadj. I updated the autoconfig template files with this change after applying 3895177. Discoverer viewer and plus standard BIS reports all open correctly on SLES-10/Suse 10.1
    6) If you want to apply Developer 6i Patchset 17 or 18 to your 11i system, edit $ORACLE_HOME/forms60/lib/cus_forms60w.mk and ins_forms60w.mk and remove the -Bstatic
    BUILD_FORMS_SO_FILE=$(SOSD_FORMS_LDSHARED_SO) \
    context.o create.o destroy.o formsapi.o iauasst.o iauexcep.o \
    ifjapi.o objlib.o persistc.o \
    $(LIBJAPI) \
    $(JAPI_PLSQL) \
    $(FDESGEN_BUILT_INS) \
    sslidtab.o \
    $(LLIBD2F) \
    $(LLIBIE) $(LLIBIL) $(LLIBIE) $(LLIBIG) $(LLIBIF_IFG) $(LLIBIG) \
    $(LLIBIM_IMG) $(LLIBIW_IWG) $(LLIBID_IDD) $(LLIBID_IDL) $(LLIBID_IDG) \
    $(LLIBID_ID2) $(LLIBID_IDG) $(LLIBID_ID1) $(LLIBIG_IGO) $(LLIBIT_ITG) \
    $(LLIBIHM) $(LLIBIB) $(LLIBIM_IMG) $(LLIBIP_IPG) $(LLIBIC_ICG) $(LLIBIP_IPC) \
    $(LLIBIM_IMC) $(LLIBIF_IFC) $(LLIBIJ_IJC) $(LLIBIW_IWC) $(LLIBIPLSD) \
    $(LLIBIO_IOD) $(LLIBIO_IOC) $(LLIBIC) $(LLIBSOSD) $(LLIBII_IIC) $(LLIBIT) \
    $(LLIBIC) $(LLIBIP_IPC) \
    $(DEPLIBSM) \
    -Bdynamic $(LLIBTHREAD) -lnsl -ldl -lm -lc
    due to:
    ar x $ORACLE_HOME/lib/libifjapi60.a context.o create.o destroy.o formsapi.o \
    iauasst.o iauexcep.o ifjapi.o objlib.o persistc.o
    /usr/bin/ld -o $ORACLE_HOME/lib/libifjapi60.so -z muldefs -G -L$ORACLE_HOME/lib/ context.o create.o destroy.o formsapi.o iauasst.o iauexcep.o ifjapi.o objlib.o persistc.o $ORACLE_HOME/lib/libifjapi60.a $ORACLE_HOME/forms60/lib/ipcpcr.o $ORACLE_HOME/forms60/lib/ipdecr.o $ORACLE_HOME/forms60/lib/ipkbu.o sslidtab.o -ld2f -lie -lil -lie -lig -lifg -lig -limg -liwg -lidd -lidl -lidg -lid2 -lidg -lid1 -ligo -litg -lihm -lib1 -limg -lipg -licg -lipc -limc -lifc -liwc -liplsd -liod -lioc -lic -lsosd -liic -lit -lic -lipc -lnn60 -lobx60 -lzrc60 -lge60 -lvgs60 -lde60 -lucol60 -lca60 -lnvu60 -lnvc60 -lnvs60 -luicc60 -lmma60 -lmmiw60 -lmmov60 -lmma60 -lmmos60 -lmmoi60 -lmmia60 -lmmft60 -lmmcm60 -luihx60 -luc60 -luipr60 -luimotif60 -lot60 -lrem60 -lree60 -lrec60 -luiimg60 -luimotif60 -luipr60 -luiimg60 -luc60 -lrem60 -luimotif60 -luia60 -ltknqap60 -luipr60 -luimotif60 -lutt60 -lix60 -lixd60 -lrod60 -lror60 -lros60 -lrod60 -lror60 -lros60 -lrod60 -luat60 -lutc60 -lutl60 -lutsl60 -lplsf -lplsb -lextp -lpsd -lplsf -lplsb -lextp -lslax -lsql $ORACLE_HOME/lib/nautab.o $ORACLE_HOME/lib/naeet.o $ORACLE_HOME/lib/naect.o $ORACLE_HOME/lib/naedhs.o -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lncr -lnetv2 -lnttcp -lnetwork_d -lnz -lnzr -lnsslb8 -lbcert -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3 -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -ldl -lm -lpthread -ldl -lpthread -lm -L/usr/lib -lm -L/usr/X11R6/lib -lXm -L/usr/X11R6/lib/ -L/usr/X11R6/lib/ -lXt -lX11 -lm -lix60 -lixd60 -lX11 -lnlsrtl3 -lXp -lXext -Bdynamic -lnsl -ldl -lm -lc -Bstatic
    /usr/bin/ld: -static and -shared may not be used together
    make: *** [$ORACLE_HOME/lib/libifjapi60.so] Error 1
    At this point, you can follow the 10gR2 interop note to upgrade the 11.5.10.2 9.2.0.6 database to 10.2.0.2 via dbua:
    Follow the latest 10gR2/11i Interoperability Notes (362203.1)
    Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)
    http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=362203.1
    I have relinked every Oracle Home and applications executables without errors.

    Great. The only other setup I would add is if your machine's wired ethernet is ever disconnected, the default setup for OpenSuse 10.2 is to have the interface up when the cable is plugged. In that case, you cannot ping your host if you use static IP address for wired connection and DHCP for wireless. Open YaST, Network Devices. Highlight the wired interface, and select Edit. Then on the General Tab, change the Device Activation from On Cable Connection to At Boot Time.

  • E-business suite book recommendations

    Hi, I used oracle Apps 10.7 about 8 years ago (and can remember very little). I have only been doing core development DBA work since. I am interested in doing a bit of a tech refresh with 11.5+/12 and also RAC, I would appreciate any recommendations for books that will expedite the refresh and explain things clearly without too much "fluff".
    Many Thanks.

    I would suggest you start with Oracle Apps Documentation.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    Oracle Database Documentation
    http://www.oracle.com/technology/documentation/database.html
    - Oracle Applications Concepts
    - Oracle Applications Installation Guide: Using Rapid Install
    - Maintaining Oracle Applications Documentation Set
    - Oracle Applications System Administrator's Documentation Set
    Once you get familiar with the architecture and the different components of Oracle Apps, consider the following:
    - Do an Apps installation yourself (on Linux/Windows)
    - Set up users/responsibilities/printers/CM ..etc
    - Practice Cloning
    - Apply Patches
    - Practice AutoConfig to manage system configurations
    - Upgrade Database/Application
    Go for Oracle Apps training if you can afford it. Moreover, consider to get the following books:
    Oracle Applications DBA Field Guide
    http://www.amazon.com/Oracle-Applications-DBA-Field-Guide/dp/1590596447
    Installing, Upgrading and Maintaining Oracle E-Business Suite Applications Release 11.5.10+
    http://www.amazon.com/Installing-Upgrading-Maintaining-E-Business-Applications/dp/0615141226/
    Oracle Applications DBA - Covers 11i and R12
    http://www.amazon.com/Oracle-Applications-DBA-Covers-11i/dp/0070077290
    Oracle Database 10g Real Application Clusters Handbook
    http://www.amazon.com/Database-Application-Clusters-Handbook-Osborne/dp/007146509X
    Oracle 10g RAC Grid, Services & Clustering
    http://www.amazon.com/Oracle-10g-Grid-Services-Clustering/dp/1555583210/ref=pd_sim_b_4
    Oracle blogs are good source of information; there are plenty of blogs available now:
    Applications & Apps Technology
    http://blogs.oracle.com

  • Developer License for DB and E-Business Suites

    I was a fulltime Oracle DBA from 1982 until 2003. Since then I have only done occasional consulting, setting up RMAN, installing software, patches, etc. for Oracle products, and I no longer have a MetaLink account (disabled) as I am not currently a customer or working for a customer.
    It used to be that CD Packs could be purchased (or you could download) and you could use the software for development purposes without paying for the license - under the premise of a "developer's license".
    Now it seems that the "Trial Packs" are limited to 30 days and after that you have to purchase a full license.
    I want to get back into my DBA role and need the software, on 64 bit Linux, in order to get back up to speed - and 30 days is not sufficient for my plans. I have never had more than fleeting exposure to Oracle financials, and I also want to install some of the E-Business Suite.
    Is there sill a developer's license good for truly developing or self-training? and is there a way to obtain the necessary MetaLink account without being a paying customer? MetaLink was a daily destination for me as a DBA. I can't imagine it being any less so today.
    Thanks in advance for your consideration.

    Thank you Yingkuan. Oracle Express isn't a solution. I have worked with Oracle versions 2 through 10g and still have valid copies of 9iR2 (and others) that I could practice with. I need current, hands-on experience with the current products.
    I have a 4 core, 8 GB RAM, 3 TB RAID setup with 64 bit Linux... not exactly the investment you put out for Oracle Express.
    I said MetaLink was a "daily destination" (not a "day to day job")... when supporting between 12 and 20 instances, managing 3 to 4 junior to mid-level DBAs, supporting both production and development, and working with 10 or 12 developers, it always was a daily destination. Granted, there are a LOT of things answered by Google and other sites (like Werner Puschitz's site); but, Oracle is, or should be, the source.
    Thanks again for your response.

  • How to go over E business suite?

    I am immensely interested in Oracle tech. so that I am going to know how to learn EBS regardless of Oracle universiity.
    I really beg your heed!
    Thanks all.
    Edited by: user648372 on Jan 10, 2009 1:14 AM

    From an Oracle Apps DBA perspective, I would suggest the following:
    Start with Oracle Apps Documentation.
    Applications Releases 11i and 12
    http://www.oracle.com/technology/documentation/applications.html
    - Oracle Applications Concepts
    - Oracle Applications Installation Guide: Using Rapid Install
    - Maintaining Oracle Applications Documentation Set
    - Oracle Applications System Administrator's Documentation Set
    Once you get familiar with the architecture and the different components of Oracle Apps, consider the following:
    - Do an Apps installation yourself (on Linux/Windows)
    - Set up users/responsibilities/printers/CM ..etc
    - Practice Cloning
    - Apply Patches
    - Practice AutoConfig to manage system configurations
    - Upgrade Database/Application
    Go for Oracle Apps training if you can afford it. Moreover, consider to get the following books:
    Oracle Applications DBA Field Guide
    http://www.amazon.com/Oracle-Applications-DBA-Field-Guide/dp/1590596447
    Installing, Upgrading and Maintaining Oracle E-Business Suite Applications Release 11.5.10+
    http://www.amazon.com/Installing-Upgrading-Maintaining-E-Business-Applications/dp/0615141226/
    Oracle Applications DBA - Covers 11i and R12
    http://www.amazon.com/Oracle-Applications-DBA-Covers-11i/dp/0070077290
    Oracle blogs are good source of information; there are plenty of blogs available now:
    Applications & Apps Technology
    http://blogs.oracle.com
    And, feel free to post questions in this forum; there are many people who are willing to help here.
    Good Luck!

  • How to Display Data from Oracle E Business Suite tables in ADF

    Hi,
    I am new to ADF.
    I have a requirement to Create an ADF page for Search Results Screen.
    However the result data is from one of the Oracle E Business Suite Tables.
    ie I need to create a Screen where user will enter a Purchase Order Number and Click on Button.
    The Screen should show details from PO_HEADERS_ALL (from Oracle ERP Database Table) based on the entered PO Number.
    Is it possible to implement the same? Can some one guide me how to do it?
    Thanks,
    Kamath

    Hi,
    Is there a way where I can create a VO in ADF to which I can insert records dynamically from a source and the Source connects to E Business Suite tables and returns results ie BPEL etc.
    http://download.oracle.com/docs/cd/E15523_01/web.1111/b31974/bcadvvo.htm#sm0341
    Just replace the PLSQL example with your data source
    Can ADF invoke SOA which inturn connects to Oracle E Business Suite and fetches the data from Oracle tables and pass it back to ADF? Is it possible
    Yes. Just use a WS proxy client to access the SOA entry point (WSDL) and follow the link above
    Frank

Maybe you are looking for