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

Similar Messages

  • [ReQ] E-Business Suite 11i-Books

    hi
    any body can help me about E-Business Suite 11i books and sample codes (powerpoint presentations are acceptable.)

    http://www.amazon.com/Oracle-Applications-DBA-Field-Guide/dp/1590596447/sr=8-1/qid=1162833794/ref=pd_bbs_sr_1/002-7368919-5852803?ie=UTF8&s=books
    search these forums for several good websites.

  • Patch 19030202: Oracle E-Business Suite Release 12.1.3+ Recommended Patch Collection 2 [RPC2]

    Hello Team,
    We are currently in R12.1.3 version and we have applied the below patch as an upgrade.
    Patch 19030202: Oracle E-Business Suite Release 12.1.3+ Recommended Patch Collection 2 [RPC2]
    After apply this patch we are losing the existing feature
    -     Sorting secondary price list on price list form is not working at all
    and the new feature on this patch    
    -     This patch will resolve the creation of Orphan records in OM Interface table, when a header record is deleted from Corrections screen
         But when i delete the data from correction screen still the line level data is on the table (it didn't delete the Orphan records)
    Please let me know any body come across this issue and solution if you have.
    Thanks,
    Dhasa

    Hi;
    Thanks for information, this info also posted on Forum Home » E-Business Suite » Technology - LCM: R12 Install/Upgrade by Steven Chan
    Regards
    Helios

  • API for creating new User in Oracle E-Business Suite through BPEL

    Hello,
    I would like to use a BPEL process to create a new User in Oracle E-Business Suite. In the Integration Repository I was able to find an API called FND_USER_PKG/LOAD_ROW that creates/updates Application's User data. Is this the API I should be using? If so, I would like to better understand how to use this API.
    I have created a simple BPEL process and added an Oracle Application Service, which uses this FND_USER_PKG/LOAD_ROW API. I set the following parameter before Invoking the Oracle Application Service: X_USER_NAME, X_ENCRYPTED_USER_PASSWORD and X_START_DATE. When I run the BPEL process I get the following error. I suspect that I am not passing all the required input parameters. Does anyone have any sample data I can use to get this API to load correctly? If I am using the wrong API, please let me know.
    Please note, I have also posted this question to the SOA Suite and BPEL discussion forums...
    Thank you kindly!
    Christine
    - <input>
    - <Invoke_OracleEBS_SecurityUser_InputVariable>
    - <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="InputParameters">
    - <InputParameters xmlns:db="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/" xmlns="http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LOAD_ROW/">
    <db:X_USER_NAME>
    CRILEY
    </db:X_USER_NAME>
    <db:X_ENCRYPTED_USER_PASSWORD>
    CRILEY
    </db:X_ENCRYPTED_USER_PASSWORD>
    <db:X_START_DATE>
    2009-01-01
    </db:X_START_DATE>
    </InputParameters>
    </part>
    </Invoke_OracleEBS_SecurityUser_InputVariable>
    </input>
    - <fault>
    - <bindingFault xmlns="http://schemas.oracle.com/bpel/extension">
    - <part name="code">
    <code>
    20001
    </code>
    </part>
    - <part name="summary">
    <summary>
    file:/E:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_SecurityUser.wsdl OracleEBS_SecurityUser_ptt::OracleEBS_SecurityUser(InputParameters) - WSIF JCA Execute of operation 'OracleEBS_SecurityUser' failed due to: Error while trying to prepare and execute an API.
    An error occurred while preparing and executing the APPS.FND_USER_PKG.LOAD_ROW API. Cause: java.sql.SQLException: ORA-20001: APP-FND-02600: Unable to create user CRILEY due to the following reason(s):
    Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason:
    An unexpected error occurred. Please contact your System Administrator...
    ORA-06512: at "APPS.APP_EXCEPTION", line 72
    ORA-06512: at "APPS.FND_USER_PKG", line 783
    ORA-06512: at "APPS.FND_USER_PKG", line 916
    ORA-06512: at "APPS.FND_USER_PKG", line 1035
    ORA-06512: at "APPS.FND_USER_PKG", line 645
    ORA-06512: at line 1

    Hello and thank you for your response. I am new to using APIs so please excuse my inexperience... I am not sure how to run the API outside of BPEL... Is that something you could easily walk me through?
    I have made the following changes in BPEL based on your recommendation: 1) Added Oracle Application Service and used the API, LDAP_WRAPPER_CREATE_USER, found in the Oracle Application Module Browser* under: Applications Technology (ATG_PF)&gt; User Management (UMX)&gt; User (FND_USER)&gt; PLSQL&gt; User (FND_USER_PKG)&gt; LDAP_WRAPPER_CREATE_USER
    2) Set the following parameter prior to Invoking the Oracle App Service: X_USER_NAME, X_UNENCRYPTED_PASSWORD,X_START_DATE, X_END_DATE, X_DESCRIPTION, X_EMAIL_ADDRESS, X_FAX, X_EXPIRE_PWD.
    3) Deploy and run BPEL through BPEL Control.
    I get the following {color:#ff0000}error on the Invoke{color}. {color:#339966}Do you see any issues with the values I am passing in the input{color}? Any idea why I am getting this error? Is there anything that I need to have configured for the API to work correctly, other than adding an Oracle Application Service in the BPEL?
    Thank you for your time,
    Christine
    bq. Faulted while invoking operation "OracleEBS_LDAP_Create_User" on provider "OracleEBS_LDAP_Create_User". \\     - &lt;messages&gt; \\     - &lt;input&gt; \\     - &lt;Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     - &lt;part xmlns:xsi="[http://www.w3.org/2001/XMLSchema-instance]" name="InputParameters"&gt; \\     - &lt;{color:#339966}InputParameters{color} xmlns:db="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]" xmlns="[http://xmlns.oracle.com/pcbpel/adapter/db/APPS/FND_USER_PKG/LDAP_WRAPPER_CREATE_USER/]"&gt; \\     &lt;db:X_USER_NAME&gt; \\     CRILEY \\     &lt;/db:X_USER_NAME&gt; \\     &lt;db:X_UNENCRYPTED_PASSWORD&gt; \\     CRILEY \\     &lt;/db:X_UNENCRYPTED_PASSWORD&gt; \\     &lt;db:X_START_DATE&gt; \\     2009-01-01 \\     &lt;/db:X_START_DATE&gt; \\     &lt;db:X_END_DATE&gt; \\     2010-01-01 \\     &lt;/db:X_END_DATE&gt; \\     &lt;db:X_DESCRIPTION&gt; \\     CRILEY \\     &lt;/db:X_DESCRIPTION&gt; \\     &lt;db:X_EMAIL_ADDRESS&gt; \\[[email protected]|mailto:[email protected]] \\ &lt;/db:X_EMAIL_ADDRESS&gt; \\     &lt;db:X_FAX&gt; \\     999-888-7777 \\     &lt;/db:X_FAX&gt; \\     &lt;db:X_EXPIRE_PWD&gt; \\     0 \\     &lt;/db:X_EXPIRE_PWD&gt; \\     &lt;/InputParameters&gt; \\     &lt;/part&gt; \\     &lt;/Invoke_OracleEBS_LDAP_Create_User_InputVariable&gt; \\     &lt;/input&gt; \\     - &lt;fault&gt; \\     - &lt;bindingFault xmlns="[http://schemas.oracle.com/bpel/extension]"&gt; \\     - &lt;part name="code"&gt; \\     &lt;code&gt; \\     20001 \\     &lt;/code&gt; \\     &lt;/part&gt; \\     - &lt;part name="summary"&gt; \\     &lt;summary&gt; \\     file:/D:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_OracleEBS_OnBoarding_1.0_d71e16636aa9ff51b9975926da6faeb2.tmp/OracleEBS_LDAP_Create_User.wsdl [OracleEBS_LDAP_Create_User_ptt::OracleEBS_LDAP_Create_User(InputParameters) |http://forums.oracle.com/forums/]- WSIF JCA Execute of operation 'OracleEBS_LDAP_Create_User' failed due to: Error while trying to prepare and execute an API. \\     An error occurred while preparing and executing the APPS.FND_USER_PKG.LDAP_WRAPPER_CREATE_USER API. Cause: java.sql.SQLException: ORA-20001: Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     ORA-20001: {color:#ff0000}Unabled to call fnd_ldap_wrapper.create_user due to the following reason: \\     An unexpected error occurred. Please contact your System Administrator.. \\     {color}ORA-06512: at "APPS.APP_EXCEPTION", line 72 \\     ORA-06512: at "APPS.FND_USER_PKG", line 3877 \\     ORA-06512: at line 1 \\\\     ;
    Edited by: Christine Riley on Jan 28, 2009 1:22 PM
    Edited by: Christine Riley on Jan 28, 2009 1:26 PM

  • OEM 12c E-Business Suite Plugin Issue

    Hello All,
    I am currently new to OEM 12c, and I have the latest version installed and running, Version     12.1.0.2.0. So far everything has been running great, and agents have been downloaded and deployed with little to no issues. However, I am now trying to deploy the E-Business Suite Plug-in to the Management Server first, and I receive an error:
    Stop management server     
         Failed
         November 1, 2012 2:28:25 PM CDT     November 1, 2012 2:28:40 PM CDT     DeployPluginOnPrimaryOMS     emctl.log
    When I look further, I see this in the logs:
    Starting Prereq check..
    Performing Pre config module
    Performing Check required patch
    Checking mandatory patches for plugin : oracle.apps.ebs:12.1.0.1.0:0
    Performing Pre metadata registration
    Performing Pre SQL registration
    Registering plugin SQLs. Reg file is /u01/software/Middleware/oms/sysman/admin/emdrep/plugininfo/pluginDepList
    Completed Prereq check
    Starting Deployment
    Invoking pre deploy callbacks.
    OMS state could be found. It is up
    Stopping OMS.
    EM-04001: Server side Plug-in deployment failed with message Error while stopping Management Server on host <company.com>: Unable to stop OMS.. Contact Oracle Support*
    EM-04026: Server side Plug-in deployment failed due to previous errors. Check log file /u01/software/Middleware/oms/cfgtoollogs/pluginca/plugindeployment_33/configplugin_all_2012-11-01_14-28-12.log on host <company.com> for more details_*
    Performing Opss deconfig
    Performing Midtier deconfig
    Removing synonyms from EMRUNTIME schema
    Removing Plugin's DB objects.
    Stopping OMS
    Starting OMS
    OMS Started successfullyDiagnostic log file: /u01/software/Middleware/oms/cfgtoollogs/pluginca/plugin_deployment_33/configplugin_all_2012-11-01_14-28-12.log
    For help type emctl plugin deploy -help
    I can't seem to find any helpful info on the errors concerning EM-04001 and EM-04026. I did see that there was a bug fix which was required, bug number 13242773. But reading the ReadMe says this is only for OEM version 12.1.0.1.0.
    So, my question is, has anyone run into this problem, or have any suggestions on how to get this plug-in deployed successfully?
    Thanks in advance for your help.
    Edited by: 969006 on Dec 13, 2012 12:25 PM

    Hello,
    I haven’t run into the same errors you have reported but, let me share with you our recommended way of installing E-Business Suite Plug-in. Start by referencing our “Getting Start” MOS note 1434392.1it contains all the required patches, certification details, and related documentation. Once you are ready to perform the install start out by reviewing Chapter 2 - Installing the Oracle Application Management Pack for Oracle E-Business Suite of our Oracle Application Management Pack for Oracle E-Business Suite Guide Release 12.1.0.1.0. Here is a direct link -http://docs.oracle.com/cd/E24628_01/doc.121/e28715.pdf
    If after following the above steps you are still encountering errors then open a Service Request with Oracle Support.
    Regards,
    Product Management

  • Login issue to E-business suite from desktop

    Hi All,
    I have installed oracle ebs 11.5.10.2 on a linux x86 machine and started the application. I tested the application by entering the url http://apps.test.com:8005
    and I am able to login using my user id and password.
    While the above is working good, I went to my laptop and tried the same url, but the browser doesn't open the login page. How can I fix this issue?
    my desktop domain is cfl.rr.com. Does this cause any issue?
    Thanks and Regards,
    Badri.

    Hi Badri;
    I have installed oracle ebs 11.5.10.2 on a linux x86 machine and started the application. I tested the application by entering the url http://apps.test.com:8005
    and I am able to login using my user id and password.
    While the above is working good, I went to my laptop and tried the same url, but the browser doesn't open the login page. How can I fix this issue?
    my desktop domain is cfl.rr.com. Does this cause any issue?You try to login from windows client right? If answer yes what is your windows OS?(xp-vista etc) I assume you are using Xp then, you have to follow those steps:
    1. Add your http://apps.test.com:8005 to your trusted site
    2. Go to C:\WINDOWS\system32\drivers\etc and edit your hosts file , add your site information there like:
    10.x.x.x apps.test.com
    3. Be sure you use certifed browser, please check:
    Recommended Browsers for Oracle E-Business Suite 11i Doc ID: 285218.1
    4. If possible close windows firewall
    And retest issue
    Hope it helps
    Regard
    Helios

  • 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.

  • Performance of Sales order creation on Business Suite on HANA

    Hi,
    I understand that HANA column tables are read and insert optimized. I would like get some clarification on the following scenario.
    Assume that in the ECC (non HANA DB) the sales order creation process is taking few hours to complete due to the sheer number of line items and associated bill of materials, serial numbers etc. If the same process is running on the Business suite on HANA system will there be any considerable performance improvement (because HANA column tables are insert optimized)?
    Thanks for your help on this.
    Thanks
    Vinod

    Yes Vinod,
    that is the general idea.
    For more details please have a look at Hasso Plattner's latest book A Course in In-Memory Data Management: The Inner Mechanics of In-Memory Databases.
    R/3 updates the row table based on V1 or V2 priorities and writes the changes to the change log tables in the background.
    With HANA application we can eliminate the need for the change log tables and table locking, by inserting the changes for particular fields into the columnar tables of the application with a time stamp immediately, and therefore also enabling real-time reporting.
    For traditional RDBMS based applications the notion was that the faster read from the row tables which only hold the latest updates justifies the update of the changelog tables. In order to optimize this update process required by the traditional RDBMS-based systems, a single sales document was split into many smaller tables, like for example header table VBAK and item table VBAP and separate status tables for these header and items, which also made it more challenging to build reports on the complex set of individual tables.
    Indices and aggregates could be more easily build from the single row records, but on the flipside after each update to the row table, the indices and aggregates needed to be re-build or scheduled for rebuild at a later point in time. Not only the application-build index tables and aggregates, but also the secondary index tables created by the DBA tuning efforts.
    Overall tons of overhead especially for business processes with a many updates like sales order re-scheduling based on MRP runs.
    With HANA this is no longer necessary as the latest information and the time travel from the columnar store can be accessed instantaneously across all inserts and therefore eliminates the need for any overhead of the index and aggregates as well as the changelog tables. In addition the split of document information into many smaller tables can now be avoided, so that we might not see any header tables and their dependent tables anymore.
    We will provide more updates as they become available in the S/4 SAP S/4 Business Suite on SAP HANA (FAQ)
    Thank you
    erich

  • How To Install E-Business Suite Release 12.1.1 Media Pack On Windows Server

    Hi Every body,
    I am trying to install Oracle E-Business Suite Release 12.1.1 Media Pack on Windows Server
    and hope to find guidance and answers to some points
    1- which Windows Server Version would be better for this installation Windows Server 2003 or 2008?
    -- Currently I have Windows Server Enterprise Edition 2008 SP2 32-Bit Update (2010-12-15).
    2- Is it possible to run the installation on Windows 7?
    -- My knowledge is that Oracle certified Windows 7 as an EBS client machine (means IE8) and Oracle certifies Server systems to run Oracle server applications and Databases.
    and certifies desktop machines to run the client side applications So >>
    3- If I do not need the Oracle support over my EBS , then is that means that I am free to successfully install and run the EBS on my desired system? or what is the importance of Oracle systems certification any way ? 4- I need a step by step installation guide for the version you recommend ?. -- >(The MOST important Point)
    -- I am new to EBS world
    5- If I completed the installation successfully then would I be able to login to EBS from the same machine ?
    -- I am trying to install EBS on my Toshiba L500 Laptop which its resources is
    (Processor Core(TM) i3 M330 @ 2.13 GHz
    RAM 4 GB
    HD 320 GB). and I want this Installation for both functional and technical learning.
    I know guys this questions may cause headache to answer but I'd really appreciate your patience.

    1- which Windows Server Version would be better for this installation Windows Server 2003 or 2008?
    -- Currently I have Windows Server Enterprise Edition 2008 SP2 32-Bit Update (2010-12-15). The list of supported OS can be found in (Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) [ID 761567.1]).
    2- Is it possible to run the installation on Windows 7?
    -- My knowledge is that Oracle certified Windows 7 as an EBS client machine (means IE8) and Oracle certifies Server systems to run Oracle server applications and Databases.
    and certifies desktop machines to run the client side applications So >> No -- Windows 7 is certified as a client tier only (Recommended Browsers for Oracle E-Business Suite Release 12 [ID 389422.1]).
    3- If I do not need the Oracle support over my EBS , then is that means that I am free to successfully install and run the EBS on my desired system? or what is the importance of Oracle systems certification any way ? Certification means running your application/database on a combination of OS/Hardware so whenever you have an issue, Oracle support will be able to help in troubleshooting -- You need to run your application on a certified OS.
    Current E-Business Suite Technology Stack Certifications
    http://blogs.oracle.com/stevenChan/certifications.html
    4- I need a step by step installation guide for the version you recommend ?. -- >(The MOST important Point)
    -- I am new to EBS world Install 12.1.1 as per the document referenced above. Also, refer to:
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    You can upgrade to 12.1.3 once you are done with 12.1.1 installation (12.1.3 cannot be installed from the beginning, and in order to have this release you need to install 12.1.1 first).
    Oracle E-Business Suite Release 12.1.3 Now Available
    http://blogs.oracle.com/stevenChan/2010/08/ebs_1213_available.html
    5- If I completed the installation successfully then would I be able to login to EBS from the same machine ?
    -- I am trying to install EBS on my Toshiba L500 Laptop which its resources is
    (Processor Core(TM) i3 M330 @ 2.13 GHz
    RAM 4 GB
    HD 320 GB). and I want this Installation for both functional and technical learning. You can access the application from the same machine as long as you are using a supported OS (please see the two docs referenced above for the supported OS and browsers). All Oracle Apps 12.1.1 documentation can be found at:
    Oracle Release 12.1 Documentation Library
    http://download.oracle.com/docs/cd/B53825_03/current/html/docset.html
    Thanks,
    Hussein

  • What are your top 10 issues to upgrade E-Business Suite

    Hi everyone,
    My name is Max Arderius, Product Manager for Life Cycle Management products in Oracle. We are doing a big effort to help customers to simplify their E-Business Suite upgrade. We are trying to collect all the information we can to identify the top issues that customers are facing before, during or after E-Business Suite upgrades. We are really committed to address all possible issues and so we can prevent usual problems, showstoppers, inconveniences, lack of documentation and other technical difficulties.
    What would you say are your top 10 issues that faced to upgrade to R12? Or what would you like Oracle to address in the near future to make your life easier?
    I am looking forward for your postings! Thanks!
    Max

    Hi Max ! Hope you are well :-)
    One thing that I assume most folks would find useful is a pre-upgrade script that can do some basic checks to identify any potential issues that need to be addressed before the upgrade starts.
    A simple example is documented in MOS Doc 802515.1 (R12 Upgrade: Workers Fail In Apstca01.Sql) - the profile option in our system was set to NULL (the default) and the apstca01.sql failed in the middle of the first test upgrade - not a big issue, but would have been nice to have this corrected before the upgrade.
    I am sure that are hundreds of such "gotchas" from all the various modules :-)
    This script is almost analogous to the database pre-upgrade script/tool (http://download.oracle.com/docs/cd/E11882_01/server.112/e17222/upgrade.htm#UPGRD12395) that performs some checks and makes recommendations.
    Thanks
    Srini

  • How to study E-business suite?

    Hi all,
    I never studied Oracle any products. I want to study Oracle 11i e-business suite, but I don't know how to study it. Can you give me some suggestions and give me some documents for study? Thanks!

    Hi,
    Please see the following threads.
    How to go over E business suite?
    Re: How to go over E business suite?
    Books/Documents that I can Refer to pass Certification
    Re: Books/Documents that I can Refer to pass Certification.
    Regards,
    Hussein

  • How to start E Business Suite ?~~

    i install E Business Suite on redhat AS4 system. but i can't login on E Business Suite home .the error is:
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, changeOnOHSInstall and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    where are the documents about E Business Suite on redhat as4/as3?
    help ~~~please...:)

    I recommend to you to enter with the following with the following url, http: // yourserver.domain:port/dev60cgi/f60cgi, and enter with sysadmin user and enable the system profile FND: Debug to yes, and retry the normal login, and review the log error file.
    Good Luck

  • 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!

  • Sun sparc Solaris 10 patches for Oracle E-Business Suit 11.5.10.2 + 10g R2

    Hi Experts,
    Please note that we have SUN SOLARIS 10 64-bit Operating system Installed on our Server.
    I would like to setup the E-Business Suit 11.5.10.2 with 10gR2.
    I would like to know the patches required for the solaris 10 os to support the EBS 11i 10gr2 ?
    Kindly let me know ASAP.
    Regards
    Mohammed.

    I would like to setup the E-Business Suit 11.5.10.2 with 10gR2.
    I would like to know the patches required for the solaris 10 os to support the EBS 11i 10gr2 ?Recommendations To Install Oracle Applications 11i [ID 294932.1]
    11i Release Notes [ID 215868.1]
    Thanks,
    Hussein

  • Oracle E Business Suite 11.5.10 wont load using Jinitiator 1.3.1.21

    Hi Gurus,
    Need help.
    We are using Oracle E Business Suite 11.5.10 with Jinitiator 1.3.1.21 but can't load the forms.
    It automatically closes the IE 7 browser.
    Hope u can help me on this. I remember before, there's a file that needs to be replace in the Jinitiator in order to properly load the forms but i forgot the details.
    Thanks

    Was this working before? If yes, what changes have you done recently?
    Please make sure that pop-up blockers are disables in your browser and that the application URL is listed under the trusted sites list.
    Please note that Microsoft Internet Explorer 7 is certified with the E-Business Suite Release 11i. The minimum requirements for this certified configuration are:
    - E-Business Suite Release 11i version 11.5.10
    - Oracle Developer 6i patchset 18 (6.0.8.27.x) or later
    - Oracle Applications Technology 11i.ATG_PF.H Rollup 4 (RUP 4) (patch 4676589)
    - JInitiator 1.3.1.x
    - Desktop clients running Microsoft Windows XP
    Note: 285218.1 - Recommended Browsers for Oracle E-Business Suite 11i
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=285218.1
    Microsoft IE 7 Certified with Apps 11i
    http://blogs.oracle.com/stevenChan/2006/12/microsoft_ie_7_certified_with.html
    IE 7 now certified for Release 11.5.9 environments, too. For details, please refer to:
    IE7 Now Certified on Apps 11.5.9
    http://blogs.oracle.com/schan/2007/05/ie7_now_certified_on_apps_1159.html

Maybe you are looking for

  • Oracle Portal Redirection

    Hi, I am running a form. I want to display an error message when a record with a certain criteria is existing. I have created a label - error_label (not related to any tables). In the Save button of the Form I have written the following code: p_sessi

  • Creating a duplicate library in a different audio format (MP3)

    My iTunes library is in Apple Lossless format, but as that takes up a fair amount of storage space, I can't store as many songs as I'd like on my iPod. Therefore, I'd like to create a mirror library in MP3 format. I'm trying to determine the easiest

  • Movie Clip not playing correctly (Flash CS3, AS2)

    Hey, I'm making a tutorial for a board game and there's this movie clip that mimics a piece being played. It's basically empty for about 9 frames and then the piece is on the 10th frame. On the 10th frame, I placed a stop(); script. The movie clip ha

  • Loans given: monthly repayment to be effected by rebate earned by customer

    Hi guys, We have a requirement that for certain type of loan, the customer (loan partner/borrower) will not make cash repayment , but the loan balance will be reduced on monthly basis by the amount of rebate earned by the customer. The rebate is calc

  • Global Exception Class

    Hi, I have a global exception class which is inherited from already existing exception class. I would like to use this class to raise different exceptions. How to use this global exception class to raise exceptions with different descriptions? can an