Oracle R12 EBS installation on CentOS Linux 5

Per MOS Note 761566.1 , I am installing Oracle 12.1.1 EBS on CentOS 5.5 Linux 64 bit servers. Issue is that I cannot find the packages listed below which are required for 64 Bit Linux installation with Oracle R12 EBS:
The following packages must be installed from the OEL 5 or RHEL 5 distribution media:
gcc-4.1.2-14.el5.x86_64
gcc-c++-4.1.2-14.el5.x86_64
glibc-2.5-18.i686 (32-bit)
glibc-2.5-18.x86_64
glibc-common-2.5-18.x86_64
glibc-devel-2.5-18.i386 (32-bit)
glibc-devel-2.5-18.x86_64
libgcc-4.1.2-14.el5.i386
libgcc-4.1.2-14.el5.x86_64
libstdc++-devel-4.1.2-14.el5.i386
libstdc++-devel-4.1.2-14.el5.x86_64
libstdc++-4.1.2-14.el5.i386
libstdc++-4.1.2-14.el5.x86_64
make-3.81-1.1.x86_64
gdbm-1.8.0-26.2.1.i386
gdbm-1.8.0-26.2.1.x86_64
libXp-1.0.0-8.1.el5.i386
libXp-1.0.0-8.1.el5.x86_64
libaio-0.3.106-3.2.i386
libaio-0.3.106-3.2.x86_64
libgomp-4.1.2-14.el5.x86_64
sysstat-7.0.0-3.el5.x86_64
util-linux-2.13-0.45.el5.x86_64
compat-libstdc++-296-2.96-138.i386
compat-libstdc++-33-3.2.3-61.i386
Additionally, the following RPMs are required for an 11gR1 Database (which is bundled with the 12.1.1 release) on the database tier:
compat-libstdc++-33-3.2.3-61.x86_64
elfutils-libelf-devel-0.125-3.el5.x86_64
elfutils-libelf-devel-static-0.125-3.el5.x86_64
libaio-devel-0.3.106-3.2.x86_64
unixODBC-2.2.11-7.1.i386
unixODBC-devel-2.2.11-7.1.i386
unixODBC-2.2.11-7.1.x86_64
unixODBC-devel-2.2.11-7.1.x86_64
kernel-headers-2.6.18-8.el5.x86_64
I cannot find these at the http://oss.oracle.com/projects/compat-oracle/files/Enterprise_Linux
site for CentOS 5.5 and they are not at the CentOS site either.
Any ideas where to obtain these required Linux packages for CentOS 5.5?
Thanks!
Ben

Ben,
CentOS is not certified as a database/application tier node.
You can find the packages from the Media Pack (Download it from e-Delivery website), or just search Google (below is an example):
Download compat-libstdc++-33-3.2.3-61.x86_64
http://tinyurl.com/33rj6ea
Thanks,
Hussein

Similar Messages

  • R12 EBS Installation on Suse Linux 9.0

    Dear Friends,
    I am doing a dual installation of oracle 12 ebiz on suse linux 9.0 and i my installation hangs on with the following message , having checked metalink, forum notes , i have run the autoconfig and the autoconfig on the application tier
    fails (i have pasted the below this )
    Login Page
    checking URL = http://bhmlx40.uat.itvplc.ads:8010/OA_HTML/AppsLogin
    RW-50016: Error: - {0} was not created:
    File = {1}
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL=''
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : shmlx43
    sDbDomain : uat.plc.ads
    sDbPort : 1531
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@shmlx43.uat.plc.ads:1531:PROD
    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=shmlx43.uat.plc.ads)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=PROD)))
    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=shmlx43.uat.plc.ads)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=PROD.uat.plc.ads)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    Can you please help me to resolve the above problem , if someone has come across this problem
    Thanks in advance
    Kind regards
    Sri

    Thanks John, hsawwan
    The problem was actually , i was doing a dual node installation , i didnt have valid entry of my database server on the application server , i mean the fully qualified domain name , i have changed it and the installation went fine . I am having another problem now . I cant login to the user login page from my windows box
    as it ends up with page not displayed message . Once the installation was done
    I had an option of connecting to the URL directly from the installation page itself which went fine but i cant connect the same URL from my windows box , i have made valid entry under hosts file on the window box and i believe it should work
    I am not sure why its not working . I am sure that Apache is up Can one of you help me with this problem
    kind regards
    Sri

  • Need help for learning how to develop interfaces for Oracle R12 EBS

    Hi all,
    I need to learn how to create interfaces in PL/SQL for Oracle R12 EBS Financials. I cannot find a good starting point for the documentation and examples to help me get started in this area. Would appreciate tips
    for this area.

    Hi,
    What kind of interfaces you are planning to develop?
    Oracle already provides list of APIs that can be used (in R12, it is responsibility).
    Oracle Integration Repository Documentation Resources Release 12 [ID 396116.1]
    Oracle Integration Repository
    http://irep.oracle.com/index.html
    If those APIs do not satisfy your requirements, you can refer to "Oracle Applications Developer" guide as well as SQL-PL/SQL guides.
    Applications Releases 11i and 12
    http://www.oracle.com/technetwork/documentation/applications-167706.html
    Database Documentation -- SQL-PL/SQL
    http://www.oracle.com/technetwork/database/enterprise-edition/documentation/index.html
    Thanks,
    Hussein

  • Installing Oracle R12 Express Installation

    Dear All,
    Is it possible to install Oracle R12 Express Installation on Windows XP SP2 which is on a WorkGroup and not a part of Domain.
    How to convert the Workgroup into Domain. Please Guide.
    Regards
    Hitesh Parsawala

    Hi Hitesh;
    Please follow Hussein Sawwan's greatest post about same issue, you can find installation steps&pre-request etc
    Oracle r12 installation on Windows XP
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    Hope it helps
    Regard
    Helios

  • Startup / Shutdown Oracle R12 EBS Linux Server How To?

    Hi All,
    I finally have a linux box (x86) running with the R12 EBS.
    Now, I wanted to get some input if I shut down this box when not in use, what is the best way to do that?
    And when I restart, what is the best way to kick it up so its up and running again.
    Basically - need some input on what measures to take and which commands to run.
    Thanks!

    This is the results from:
    /d01/oracle/VIS/db/tech_st/11..1.0/lib
    [oravis@oracle lib]$ ls -lrt
    total 550872
    -rw-r--r-- 1 oravis dba 56899 Sep 25 2000 jdev-rt.zip
    -rw-r--r-- 1 oravis dba 280984 Oct 23 2001 mail.jar
    -rw-r--r-- 1 oravis dba 45386 Oct 23 2001 activation.jar
    -rw-r--r-- 1 oravis dba 139516 Jun 5 2003 xmldemo.jar
    -rw-r--r-- 1 oravis dba 232488 May 23 2005 http_client.jar
    -rw-r--r-- 1 oravis dba 142 Oct 17 2005 credentials.reg
    -rw-r--r-- 1 oravis dba 103 Oct 17 2005 clusters.reg
    -rw-r--r-- 1 oravis dba 37948 Jun 9 2006 jcr-1.0.jar
    -rw-r--r-- 1 oravis dba 2702 Sep 19 2006 fetchlets.reg
    -rw-r--r-- 1 oravis dba 7370 Jan 17 2007 asmcmd_disk_header_format
    -rw-r--r-- 1 oravis dba 11701 Jun 4 2007 asmcmdglobal.pm
    -rwxr-xr-x 1 oravis dba 253559 Jul 10 2007 libexpat.so.0.5.0
    -rwxr-xr-x 1 oravis dba 253559 Jul 10 2007 libexpat.so.0
    -rwxr-xr-x 1 oravis dba 253559 Jul 10 2007 libexpat.so
    -rwxr-xr-x 1 oravis dba 743 Jul 10 2007 libexpat.la
    -rwxr-xr-x 1 oravis dba 442746 Jul 10 2007 libexpat.a
    -rw-r--r-- 1 oravis dba 388 Aug 3 2007 recvlets.reg
    -rw-r--r-- 1 oravis dba 179758 Sep 5 2007 libocijdbc11.so
    -rw-r--r-- 1 oravis dba 15505 Sep 5 2007 libheteroxa11.so
    -rw-r--r-- 1 oravis dba 423502 Sep 8 2007 libirc.a
    -rw-r--r-- 1 oravis dba 26086 Sep 8 2007 libipgo.a
    -rw-r--r-- 1 oravis dba 4351658 Sep 8 2007 libimf.a
    -rw-r--r-- 1 oravis dba 3848 Sep 8 2007 libcxaguard.so.5
    -rw-r--r-- 1 oravis dba 394232 Sep 9 2007 ojcr.jar
    -rw-r--r-- 1 oravis dba 83020 Sep 21 2007 asmcmdshare.pm
    -rw-r--r-- 1 oravis dba 13159 Oct 4 2007 libskgxn2.so
    -rw-r--r-- 1 oravis dba 0 Oct 14 2007 libclntst11.a
    -rw-r--r-- 1 oravis dba 3098 Nov 16 2007 facility.lis
    -rw-r--r-- 1 oravis dba 24240 Dec 7 2007 libslax11.a
    -rw-r--r-- 1 oravis dba 71767 Feb 6 2008 asmcmddisk.pm
    -rw-r--r-- 1 oravis dba 167306 Mar 28 2008 asmcmdbase.pm
    -rw-r--r-- 1 oravis dba 38 Jul 31 2008 sysliblist
    -rw-r--r-- 1 oravis dba 330384 Aug 6 2008 libwwg.a
    -rw-r--r-- 1 oravis dba 56782 Aug 18 2008 asmcmdambr.pm
    -rw-r--r-- 1 oravis dba 12514 Aug 26 2008 libOsUtils.so
    -rw-r--r-- 1 oravis dba 1440458 Aug 27 2008 libldapclnt11.a
    -rw-r--r-- 1 oravis dba 39208 Aug 27 2008 libldapjclnt11.a
    -rw-r--r-- 1 oravis dba 74594 Aug 27 2008 libzt11.a
    -rw-r--r-- 1 oravis dba 2713966 Aug 27 2008 libztkg11.a
    -rw-r--r-- 1 oravis dba 11899122 Aug 27 2008 libnnz11.a
    -rw-r--r-- 1 oravis dba 8387704 Aug 27 2008 libnnz11.so
    -rw-r--r-- 1 oravis dba 188108 Aug 27 2008 libowm2.so
    -rw-r--r-- 1 oravis dba 133781 Aug 27 2008 libldapjclnt11.so
    -rw-r--r-- 1 oravis dba 808740 Aug 27 2008 libordim11.a
    -rw-r--r-- 1 oravis dba 203610 Aug 27 2008 libordimt11.a
    -rw-r--r-- 1 oravis dba 584320 Aug 27 2008 libordim11.so
    -rw-r--r-- 1 oravis dba 193150 Aug 27 2008 xsu12.jar
    -rw-r--r-- 1 oravis dba 3567 Aug 27 2008 xsqlserializers.jar
    -rw-r--r-- 1 oravis dba 131646 Aug 27 2008 xschema.jar
    -rw-r--r-- 1 oravis dba 1436312 Aug 27 2008 xmlparserv2.jar
    -rw-r--r-- 1 oravis dba 646807 Aug 27 2008 xmlmesg.jar
    -rw-r--r-- 1 oravis dba 565119 Aug 27 2008 xml.jar
    -rw-r--r-- 1 oravis dba 92141 Aug 27 2008 xmlcomp.jar
    -rw-r--r-- 1 oravis dba 11114 Aug 27 2008 xmlcomp2.jar
    -rw-r--r-- 1 oravis dba 117441 Aug 27 2008 transx.zip
    -rw-r--r-- 1 oravis dba 148664 Aug 27 2008 oraclexsql.jar
    -rw-r--r-- 1 oravis dba 36686 Aug 27 2008 classgen.jar
    -rw-r--r-- 1 oravis dba 5578314 Aug 27 2008 libordsdo11.a
    -rw-r--r-- 1 oravis dba 2050282 Aug 27 2008 libsqlplus.a
    -rw-r--r-- 1 oravis dba 1481762 Aug 27 2008 libsqlplus.so
    -rw-r--r-- 1 oravis dba 2408 Aug 27 2008 sscoreed.o
    -rw-r--r-- 1 oravis dba 2736 Aug 27 2008 scorept.o
    -rw-r--r-- 1 oravis dba 4352 Aug 27 2008 s0main.o
    -rw-r--r-- 1 oravis dba 139966 Aug 27 2008 liboraz.a
    -rw-r--r-- 1 oravis dba 1751103 Aug 27 2008 libcorejava.so
    -rw-r--r-- 1 oravis dba 119187 Aug 27 2008 lclasses14.zip
    -rw-r--r-- 1 oravis dba 119187 Aug 27 2008 lclasses12.zip
    -rw-r--r-- 1 oravis dba 84898 Aug 27 2008 libons.so
    -rw-r--r-- 1 oravis dba 74601 Aug 27 2008 libonc.so
    -rw-r--r-- 1 oravis dba 85590 Aug 27 2008 libmgwagent.so
    -rw-r--r-- 1 oravis dba 206574 Aug 27 2008 libunls11.a
    -rw-r--r-- 1 oravis dba 283488 Aug 27 2008 libsnls11.a
    -rw-r--r-- 1 oravis dba 2332486 Aug 27 2008 libnls11.a
    -rw-r--r-- 1 oravis dba 85848 Aug 27 2008 liblxled.a
    -rw-r--r-- 1 oravis dba 215608 Aug 27 2008 libncrypt11.a
    -rw-r--r-- 1 oravis dba 4284 Aug 27 2008 nautab.o
    -rw-r--r-- 1 oravis dba 3944 Aug 27 2008 nautab_std.o.dbl
    -rw-r--r-- 1 oravis dba 27008 Aug 27 2008 libnhost11.a
    -rw-r--r-- 1 oravis dba 39564 Aug 27 2008 libntns11.a
    -rw-r--r-- 1 oravis dba 10480 Aug 27 2008 libnoname11.a
    -rw-r--r-- 1 oravis dba 339956 Aug 27 2008 libnldap11.a
    -rw-r--r-- 1 oravis dba 4696 Aug 27 2008 nigtab.o
    -rw-r--r-- 1 oravis dba 4872 Aug 27 2008 osntabst.o
    -rw-r--r-- 1 oravis dba 16912 Aug 27 2008 nigcon.o
    -rw-r--r-- 1 oravis dba 3026 Aug 27 2008 libnsslb11.a
    -rw-r--r-- 1 oravis dba 1112022 Aug 27 2008 libnl11.a
    -rw-r--r-- 1 oravis dba 213228 Aug 27 2008 libnsgr11.a
    -rw-r--r-- 1 oravis dba 159594 Aug 27 2008 libnus11.a
    -rw-r--r-- 1 oravis dba 261226 Aug 27 2008 libntcp11.a
    -rw-r--r-- 1 oravis dba 106352 Aug 27 2008 libnbeq11.a
    -rw-r--r-- 1 oravis dba 6924 Aug 27 2008 libntcps11_std.a.dbl
    -rw-r--r-- 1 oravis dba 309074 Aug 27 2008 libntcps11.a
    -rw-r--r-- 1 oravis dba 865102 Aug 27 2008 libnro11.a
    -rw-r--r-- 1 oravis dba 6758 Aug 27 2008 libnzjs11.a
    -rw-r--r-- 1 oravis dba 4669674 Aug 27 2008 libnjssl11.so
    -rw-r--r-- 1 oravis dba 11845 Aug 27 2008 libntcpaio11.so
    -rw-r--r-- 1 oravis dba 56806 Aug 27 2008 libnque11.so
    -rw-r--r-- 1 oravis dba 216420 Aug 27 2008 libnjni11.so
    -rw-r--r-- 1 oravis dba 15332 Aug 27 2008 naeet.o
    -rw-r--r-- 1 oravis dba 3996 Aug 27 2008 naedhs.o
    -rw-r--r-- 1 oravis dba 5996 Aug 27 2008 naect.o
    -rw-r--r-- 1 oravis dba 5964 Aug 27 2008 naect_std.o.dbl
    -rw-r--r-- 1 oravis dba 15300 Aug 27 2008 naeet_std.o.dbl
    -rw-r--r-- 1 oravis dba 108324 Sep 2 2008 env_emagent.mk
    -rw-r--r-- 1 oravis dba 5623 Sep 2 2008 ins_emagent.mk
    -rw-r--r-- 1 oravis dba 99460 Sep 2 2008 libnmcbuf.a
    -rw-r--r-- 1 oravis dba 45880 Sep 2 2008 libnmccol.a
    -rw-r--r-- 1 oravis dba 4856 Sep 2 2008 snmccolm.o
    -rw-r--r-- 1 oravis dba 21502 Sep 2 2008 libnmcfsga.a
    -rw-r--r-- 1 oravis dba 12250 Sep 2 2008 libnmcfhc.a
    -rw-r--r-- 1 oravis dba 4117694 Sep 4 2008 libctx11.a
    -rw-r--r-- 1 oravis dba 163388 Sep 4 2008 libctxs11.a
    -rw-r--r-- 1 oravis dba 856442 Sep 4 2008 libctxc11.a
    -rw-r--r-- 1 oravis dba 552006 Sep 4 2008 libgx11.a
    -rw-r--r-- 1 oravis dba 208718 Sep 4 2008 libzx11.a
    -rw-r--r-- 1 oravis dba 3731455 Sep 4 2008 libinlxs11.so
    -rw-r--r-- 1 oravis dba 22817190 Sep 5 2008 libjavavm11.a
    -rw-r--r-- 1 oravis dba 1472828 Sep 9 2008 liboevm.a
    -rw-r--r-- 1 oravis dba 33878 Sep 9 2008 libclsrx11.a
    -rw-r--r-- 1 oravis dba 194048 Sep 9 2008 libocrutl11.so
    -rw-r--r-- 1 oravis dba 1759806 Sep 9 2008 libocrb11.so
    -rw-r--r-- 1 oravis dba 1062133 Sep 9 2008 libocr11.so
    -rw-r--r-- 1 oravis dba 1870114 Sep 9 2008 libuini11.so
    -rw-r--r-- 1 oravis dba 2513705 Sep 9 2008 libhasgen11.so
    -rw-r--r-- 1 oravis dba 1617080 Sep 9 2008 libclsr11.a
    -rw-r--r-- 1 oravis dba 170868 Sep 9 2008 libdbcfg11.so
    -rw-r--r-- 1 oravis dba 76181 Sep 9 2008 libclsra11.so
    -rw-r--r-- 1 oravis dba 981908 Sep 11 2008 libsql11.a
    -rw-r--r-- 1 oravis dba 79280 Sep 11 2008 utility.a
    -rw-r--r-- 1 oravis dba 1042396 Sep 11 2008 sqoci.a
    -rw-r--r-- 1 oravis dba 308276 Sep 11 2008 sqora.a
    -rw-r--r-- 1 oravis dba 695666 Sep 11 2008 libskgxpr.so
    -rw-r--r-- 1 oravis dba 21674 Sep 11 2008 libskgxpd.so
    -rw-r--r-- 1 oravis dba 22926 Sep 11 2008 libnnet11.a
    -rw-r--r-- 1 oravis dba 1029197 Sep 11 2008 libsqora.so.11.1
    -rw-r--r-- 1 oravis dba 1313816 Sep 11 2008 libagent11.a
    -rw-r--r-- 1 oravis dba 201420 Sep 11 2008 libplc11.a
    -rw-r--r-- 1 oravis dba 22926 Sep 11 2008 libnnetd11.a
    -rw-r--r-- 1 oravis dba 8795474 Sep 11 2008 libclient11.a
    -rw-r--r-- 1 oravis dba 26750 Sep 11 2008 libavstub11.a
    -rw-r--r-- 1 oravis dba 11007314 Sep 11 2008 libpls11_pic.a
    -rw-r--r-- 1 oravis dba 363374 Sep 11 2008 libpsa11.a
    -rw-r--r-- 1 oravis dba 72114 Sep 11 2008 libnid.a
    -rw-r--r-- 1 oravis dba 5235610 Sep 11 2008 libplp11.a
    -rw-r--r-- 1 oravis dba 202632 Sep 11 2008 libplc11_pic.a
    -rw-r--r-- 1 oravis dba 400868 Sep 11 2008 libcell11.a
    -rw-r--r-- 1 oravis dba 5301906 Sep 11 2008 libplp11_pic.a
    -rw-r--r-- 1 oravis dba 4960 Sep 11 2008 libmm.a
    -rw-r--r-- 1 oravis dba 385350 Sep 11 2008 libhgosh11.a
    -rw-r--r-- 1 oravis dba 2239366 Sep 11 2008 libocci11.a
    -rw-r--r-- 1 oravis dba 3769470 Sep 11 2008 libcommon11.a
    -rw-r--r-- 1 oravis dba 12755 Sep 11 2008 libodmd11.so
    -rw-r--r-- 1 oravis dba 54764 Sep 11 2008 libnfsodm11.so
    -rw-r--r-- 1 oravis dba 423560 Sep 11 2008 libxdb.so
    -rwxr-xr-x 1 oravis dba 47459 Sep 11 2008 libhgotrace11.so
    -rw-r--r-- 1 oravis dba 695636 Sep 11 2008 libskgxpg.so
    -rw-r--r-- 1 oravis dba 8386 Sep 11 2008 libvsn11_std.a.dbl
    -rw-r--r-- 1 oravis dba 8446 Sep 11 2008 libvsn11.a
    -rw-r--r-- 1 oravis dba 13191 Sep 11 2008 libskgxns.so
    -rw-r--r-- 1 oravis dba 315024 Sep 11 2008 libqsmashr.so
    -rw-r--r-- 1 oravis dba 16235836 Nov 10 2008 liboraolap11.a
    -rw-r--r-- 1 oravis dba 29760784 Nov 10 2008 libolapapi11.so
    -rwxr-xr-x 1 oravis dba 42924 Jan 14 2009 libnmuc.so.0
    -rwxr-xr-x 1 oravis dba 42924 Jan 14 2009 libnmuc.so
    drwxr-xr-x 2 oravis dba 4096 Mar 26 2009 stubs
    -rwxr-xr-x 1 oravis dba 145888 Mar 26 2009 libnmefojmx.so.0
    -rwxr-xr-x 1 oravis dba 45302 Mar 26 2009 libnmefdms.so.0
    -rwxr-xr-x 1 oravis dba 37079 Mar 26 2009 libnmevsp.so.0
    -rwxr-xr-x 1 oravis dba 13508 Mar 26 2009 libnmefpfa.so.0
    -rwxr-xr-x 1 oravis dba 52372 Mar 26 2009 libnmefsqlt.so.0
    -rwxr-xr-x 1 oravis dba 27703 Mar 26 2009 libnmefsp.so.0
    -rwxr-xr-x 1 oravis dba 24892 Mar 26 2009 libnmefport.so.0
    -rwxr-xr-x 1 oravis dba 73465 Mar 26 2009 libnmcfsga.so.0
    -rwxr-xr-x 1 oravis dba 45796 Mar 26 2009 libnmcfhc.so.0
    -rwxr-xr-x 1 oravis dba 69739 Mar 26 2009 libsrvmocr11.so0
    -rwxr-xr-x 1 oravis dba 1691901 Mar 26 2009 libsrvmhas11.so0
    -rwxr-xr-x 1 oravis dba 1632963 Mar 26 2009 libocci.so.11.1
    -rw-r--r-- 1 oravis dba 7085106 Mar 26 2009 libxml11.a
    -rw-r--r-- 1 oravis dba 27150788 Mar 26 2009 libgeneric11.a
    -rw-r--r-- 1 oravis dba 11077402 Mar 26 2009 libpls11.a
    -rw-r--r-- 1 oravis dba 4278296 Mar 26 2009 libcore11.a
    -rw-r--r-- 1 oravis dba 181560214 Mar 26 2009 libserver11.a
    lrwxrwxrwx 1 oravis dba 59 Nov 5 23:52 libclntsh.so.10.1 -> /d2/R12/ab/apps/R1211XB9/db/tech_st/11.1.0/lib/libclntsh.so
    lrwxrwxrwx 1 oravis dba 12 Nov 5 23:52 libodm11.so -> libodmd11.so
    lrwxrwxrwx 1 oravis dba 15 Nov 5 23:58 libocci.so -> libocci.so.11.1
    -rw-r--r-- 1 oravis dba 111 Nov 5 23:59 ldflagsO
    -rw-r--r-- 1 oravis dba 111 Nov 5 23:59 ldflags
    -rwxr-xr-x 1 oravis dba 9904424 Nov 5 23:59 libagtsh.so.1.0
    lrwxrwxrwx 1 oravis dba 15 Nov 5 23:59 libagtsh.so -> libagtsh.so.1.0
    -rw-r--r-- 1 oravis dba 2264 Nov 5 23:59 ntcontab.o
    -rw-r--r-- 1 oravis dba 1912 Nov 5 23:59 nnfgt.o
    -rw-r--r-- 1 oravis dba 8572884 Nov 5 23:59 libn11.a
    -rwxr-xr-x 1 oravis dba 2610320 Nov 5 23:59 libnmemso.so.0
    -rwxr-xr-x 1 oravis dba 63592 Nov 6 00:00 libnmeoci.so.0
    -rwxr-xr-x 1 oravis dba 23903 Nov 6 00:00 libnmefw.so.0
    -rwxr-xr-x 1 oravis dba 47734 Nov 6 00:00 libnmefsql.so.0
    -rwxr-xr-x 1 oravis dba 50281 Nov 6 00:00 libnmefos.so.0
    -rwxr-xr-x 1 oravis dba 28830 Nov 6 00:00 libnmefud.so.0
    -rwxr-xr-x 1 oravis dba 199975 Nov 6 00:00 libnmefut.so.0
    -rwxr-xr-x 1 oravis dba 145253 Nov 6 00:00 libnmefojmx.so
    -rwxr-xr-x 1 oravis dba 44419 Nov 6 00:00 libnmefdms.so
    -rwxr-xr-x 1 oravis dba 35900 Nov 6 00:00 libnmevsp.so
    -rwxr-xr-x 1 oravis dba 107145 Nov 6 00:00 libnmevq.so.0
    -rwxr-xr-x 1 oravis dba 14368 Nov 6 00:00 libnmefvr.so.0
    -rwxr-xr-x 1 oravis dba 12801 Nov 6 00:00 libnmefpfa.so
    -rwxr-xr-x 1 oravis dba 15627 Nov 6 00:00 libnmastk.so.0
    -rwxr-xr-x 1 oravis dba 15601 Nov 6 00:00 libnmalk.so.0
    -rwxr-xr-x 1 oravis dba 33331 Nov 6 00:00 libnmadm.so.0
    -rwxr-xr-x 1 oravis dba 24751 Nov 6 00:00 libnmadbg.so.0
    -rwxr-xr-x 1 oravis dba 51665 Nov 6 00:00 libnmefsqlt.so
    -rwxr-xr-x 1 oravis dba 26204 Nov 6 00:00 libnmefsp.so
    -rwxr-xr-x 1 oravis dba 24817 Nov 6 00:00 libnmefport.so
    -rwxr-xr-x 1 oravis dba 22923 Nov 6 00:00 libnmasf.so.0
    -rwxr-xr-x 1 oravis dba 27141 Nov 6 00:00 libnmarl.so.0
    -rwxr-xr-x 1 oravis dba 73374 Nov 6 00:00 libnmcfsga.so
    -rwxr-xr-x 1 oravis dba 45457 Nov 6 00:00 libnmcfhc.so
    -rwxr-xr-x 1 oravis dba 63592 Nov 6 00:00 libnmeoci.so
    -rwxr-xr-x 1 oravis dba 2610320 Nov 6 00:00 libnmemso.so
    -rwxr-xr-x 1 oravis dba 23903 Nov 6 00:00 libnmefw.so
    -rwxr-xr-x 1 oravis dba 50281 Nov 6 00:00 libnmefos.so
    -rwxr-xr-x 1 oravis dba 14368 Nov 6 00:00 libnmefvr.so
    -rwxr-xr-x 1 oravis dba 199975 Nov 6 00:00 libnmefut.so
    -rwxr-xr-x 1 oravis dba 28830 Nov 6 00:00 libnmefud.so
    -rwxr-xr-x 1 oravis dba 47734 Nov 6 00:00 libnmefsql.so
    -rwxr-xr-x 1 oravis dba 107145 Nov 6 00:00 libnmevq.so
    -rwxr-xr-x 1 oravis dba 15601 Nov 6 00:00 libnmalk.so
    -rwxr-xr-x 1 oravis dba 33331 Nov 6 00:00 libnmadm.so
    -rwxr-xr-x 1 oravis dba 24751 Nov 6 00:00 libnmadbg.so
    -rwxr-xr-x 1 oravis dba 15627 Nov 6 00:00 libnmastk.so
    -rwxr-xr-x 1 oravis dba 22923 Nov 6 00:00 libnmasf.so
    -rwxr-xr-x 1 oravis dba 27141 Nov 6 00:00 libnmarl.so
    -rwxr-xr-x 1 oravis dba 48333396 Nov 6 00:00 libclntsh.so.11.1
    -rw-r--r-- 1 oravis dba 4739091 Nov 6 00:00 clntsh.map
    lrwxrwxrwx 1 oravis dba 17 Nov 6 00:00 libclntsh.so -> libclntsh.so.11.1
    -rwxr-xr-x 1 oravis dba 68304 Nov 6 00:00 libsrvmocr11.so
    -rwxr-xr-x 1 oravis dba 79849 Nov 6 00:00 libsrvm11.so0
    -rwxr-xr-x 1 oravis dba 1696482 Nov 6 00:00 libsrvmhas11.so
    -rwxr-xr-x 1 oravis dba 79849 Nov 6 00:00 libsrvm11.so
    -rwxr-xr-x 1 oravis dba 10353690 Nov 6 00:00 liborasdkbase.so.11.1
    lrwxrwxrwx 1 oravis dba 21 Nov 6 00:00 liborasdkbase.so -> liborasdkbase.so.11.1
    -rwxr-xr-x 1 oravis dba 39093373 Nov 6 00:00 liborasdk.so.11.1
    lrwxrwxrwx 1 oravis dba 17 Nov 6 00:00 liborasdk.so -> liborasdk.so.11.1
    -rw-r--r-- 1 oravis dba 695636 Nov 6 00:00 libskgxp11.so

  • How to up concurrent manager in R12 EBS installation in windows 2003 server

    Hi,
    I have installed R12 EBS on windows 2003 server. It was working fine for 2 days.
    Then suddenly when I submitted some concurrent program ,
    status was "No Manager" i.e. concurrent manager was down.
    I dont know how to restart/start concurrent manager .
    Any help will be greatly appreciated .
    Thanks

    Thanks hussein , where do I get application env file. I tried stoping cm from the services and then executed file CMCLEAN.sql and then restarted cm from services menu. However still I can't see cm running in application. I bounced the server also before restartingConfiguration and Environment Files
    http://docs.oracle.com/cd/E18727_01/doc.121/e13676/T530334T530337.htm#admu-cef
    Did you commit the changes after running cmclean.sql? If yes, please check the CM log file for any errors.
    Thanks,
    Hussein

  • Is there a List of all Oracle R12 EBS Standard/Seeded Reports?

    Hey,
    Does anyone have a list of all Oracle R12_ EBS Seeded Reports in the system?
    - Particularly for Finance and/or Purchasing modules
    - Ideally with additional information and details regarding what each report contains (a general description or all the fields it includes).
    I can only assume there should be a document that lists them all out by module, and includes details of each report. I dug through the document library, but was not able to find anything like that.
    Even a list of report names per module would be nice?
    If there is a perfect query that brings in the exact Active Report Names and associated Application Name / Module Name that would work too... (emphasis on perfect: Comprehensive, correct, and includes names of relevent Application and/or module)
    Thanks,
    -Ayyad

    try the below to get the list.
    "Concurrent Programs report"
    "Concurrent Program Details report"
    Also, here is the purchasing list
    Reschedule Requisitions Purchasing
    Location Listing Purchasing
    New Vendor Letter Report Purchasing
    Purchase Order Detail Report Purchasing
    Vendors on Hold Report Purchasing
    Receipt Adjustments Report Purchasing
    Receiving Exceptions Report Purchasing
    Savings Analysis Report(by Buyer) Purchasing
    Purchase Order and Releases Detail Report Purchasing
    Vendor Price Performance Analysis Report Purchasing
    Buyer's Requisition Action Required Report Purchasing
    Item Summary Listing Purchasing
    Blanket and Planned PO Status Report Purchasing
    Purchase Order Distribution Detail Report Purchasing
    Purchase Price Variance Report Purchasing
    Expected Receipts Report Purchasing
    Matching Holds Report by Buyer Report Purchasing
    Vendor Purchase Summary Report Purchasing
    Unordered Receipts Report Purchasing
    Standard Notes Listing Purchasing
    Requisition Activity Register Purchasing
    Buyer Listing Purchasing
    Quality Code Listing Purchasing
    RFQ Action Required Report Purchasing
    Unit of Measure Class Listing Purchasing
    Printed RFQ Report(Landscape) Purchasing
    Printed RFQ Report(Portrait) Purchasing
    Overshipments Report Purchasing
    Purchasing Activity Register Purchasing
    Encumbrance Detail Report Purchasing
    Item Detail Listing Purchasing
    Open Purchase Orders Report(by Cost Center) Purchasing
    Purchase Agreement Audit Report Purchasing
    Printed Purchase Order Report(Landscape) Purchasing
    Printed Purchase Order Report(Portrait) Purchasing
    Open Purchase Orders Report(by Buyer) Purchasing
    Invoice Price Variance Report Purchasing
    Printed Requisitions Report Purchasing
    Purchase Requisition Status Report Purchasing
    Receipt Traveler Purchasing
    Substitute Receipts Report Purchasing
    Purchase Summary Report By Category Purchasing
    Overdue Vendor Shipments Report Purchasing
    Quotation Action Required Report Purchasing
    Requisition Distribution Detail Report Purchasing
    Internal Requisition Status Report Purchasing
    Cancelled Requisition Report Purchasing
    Requisitions on Cancelled Order Report Purchasing
    Internal Requisitions/Deliveries Discrepancy Report Purchasing
    Vendor Volume Analysis Report Purchasing
    Vendor Quality Performance Analysis Report Purchasing
    Vendor Service Performance Analysis Report Purchasing
    Printed Change Orders Report (Portrait) Purchasing
    Cancelled Purchase Orders Report Purchasing
    Purchase Order Commitment By Period Report Purchasing
    Savings Analysis Report(by Category) Purchasing
    Receiving Value Report by Destination Account Purchasing
    Printed Change Orders Report (Landscape) Purchasing
    Receiving Value Report Purchasing
    Receiving Transactions Register Purchasing
    Purchasing Database Adminstration Purchasing
    Send Notifications for Purchasing Documents Purchasing
    Upgrade Notifications To Release 11 Purchasing
    Country of Origin (By Supplier) Report Purchasing
    Country of Origin (By Item) Report Purchasing
    Mass Update of Buyer Name on Purchasing Documents Purchasing
    PO Output for Communication Purchasing
    Purchasing Packing Slip Inventory
    Accrual Reconciliation Load Run Bills of Material
    Accrual Write-Off Report Bills of Material
    Summary Accrual Reconciliation Report Bills of Material
    Miscellaneous Accrual Reconciliation Report Bills of Material
    AP and PO Accrual Reconciliation Report Bills of Material
    Receipt Accruals - Period-End Bills of Material
    Uninvoiced Receipts Report Bills of Material
    Create Accounting - Receiving Bills of Material
    Transfer Journal Entries to GL - Receiving Bills of Material

  • Oracle 9i R2 Installation on RH Linux 7.3 -- Have a few questions.

    Hello,
    I am at the end of the Oracle 9i R2 installation and have a few questions.
    1) The "Agent Configuration Assistant" keeps failing. I get the following message.
    Parameters "orahome" = /opt/oracle/product/9.2.0
    Parameters "nodeinfo" = NODE_VALUE
    Agent Service Failed
    What does this mean and how can I complete Agent Configuration Assistant install?
    2) I completed the Oracle Database Configuration Assistant successfully and created passwords for sys and sysoper (not sure if these were the exact users). Note I did not modify any other users or unlock them.
    How do I log into the sqlplus prompt, what users should I use and how can I create new users and databases?
    Thanks for your help in advance.
    Regards,
    Chris Barone
    [email protected]

    (1) You can probably just ignore the Agent Configuration (are you using the Agent to collect data?)
    (2) sqlplus '/ as sysdba' will log you into the SQL*Plus prompt.
    Rob

  • EBS R12 Post Installation Error on Linux

    Hi Everyone -
    I'm trying to install R12 on Oracle Linux and I'm having trouble getting through the post-installation verification. There are two errors - JSP and AppsLogin. The message for JSP is JSP not responding..waiting 15 seconds. The message w/ AppsLogin is Appslogin not created. I am using adapcctl.sh -status to check the status of the web server and find that the HTTP server is running but three OC4J processes are down and can't be started. Any ideas??

    Sorry, I should have been clearer about my post.
    I am not the original poster of this issue, I was just experiencing the same problem. I should have mentioned that I am running Solaris 5.8 on a 64-bit SPARC machine.
    Anyway, everything is working except for the login page. something is missing from my classpath and I am not sure what. When I run
    http://xxxx:8004/OA_HTML/jtflogin.jsp
    I get:
    java.lang.NoClassDefFoundError     at jtfacerr.jspService(_jtfacerr.java:314)     [jtfacerr.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:270)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:204)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:761)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:727)     at jtflogin.jspService(_jtflogin.java:838)     [jtflogin.jsp]     at com.orionserver[Oracle Containers for                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Oracle R12 EBS Forms not getting invoked in Windows server 2003

    Hi,
    I have installed Oracle EBS R12 in my personal laptop with Win2003 server as base OS. Until all these days I was able to launch the forms and work on EBS without any issues.
    Today when I tried to login in and open a form, the system is just not responding. It is not launching the form applet. I checked the Java options and everything remain correct. My internet explorer settings are also proper and no firewall is existing. JRE version installed is 1.6.0_07. I even tried invoking test form from Oracle Forms options, but no form was launched.
    The same issue happened a month before and I ended up installing Oracle again. However, I dont want to go to that option and requesting your valuable help to get this fixed.
    Java console log is as mentioned below. Kindly check and help me getting this issue fixed.
    Header 1
    Java Plug-in 1.6.0_07
    Using JRE version 1.6.0_07 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\Administrator
    network: Loading user-defined proxy configuration ...
    network: Done.
    network: Loading proxy configuration from Internet Explorer ...
    network: Done.
    network: Loading direct proxy configuration ...
    network: Done.
    network: Proxy Configuration: No proxy
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    l:   dump classloader list
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    x:   clear classloader cache
    0-5: set trace level to <n>
    liveconnect: Invoking JS method: document
    liveconnect: Invoking JS method: URL

    Asif,
    Finally I got the issue fixed. Did not download Java or any JRE version; because, the available version itself was Java 6 and the JRE version was 1.6.0_07.
    The issue seems to be that, if the 'JRE Auto-Download' in Java control panel is set to 'Always Auto-Download' then java is trying to use the latest version available in their server. I then changed the setting to point to 'Prompt User' and tried opening a form and it worked!!!
    Sounds like a solution to this issue and hope it doesn't recur. Will keep posted if I face any. Thanks for your help!
    Navigation:
    DO NOT TRY TO CLEANUP OR RE-INSTALL JAVA. TRY THE BELOW BEFORE YOU PERFORM SUCH THINGS.
    Step1: Clear all cache and cleanup the history/temp memory in your browsers.
    Step2: Close all your browsers (IE, Netscape, Chrome, Mozilla etc).
    Step3: Check if your Java version is SE6 and JRE is pointing to version 1.6. You can check this in Java control panel -> General and Java tab respectively.
    Step3: Control Panel --> Java (DClick) --> Go to Advanced tab --> expand "JNLP File/MIME Association" and "JRE Auto-Download" --> Select "Prompt User" in both and "Apply"
               In addition to this have the "Debugging" option enabled and "Show console" in the same tab.
    Step4: Open IE and login to Oracle Apps. Click on any form. now Java will enable and you will be able to see the console messages. In a few moments(depending on your system speed), the forms should be displayed.
    If this doesn't fix the issue, then copy paste the entire console message and post a question in this forum for help. Enjoy your EBS!!

  • Batch load script for Order Management with Oracle R12 EBS

    Hello,
    I am looking for a way to load a million dummy test records into Order Management. For example, I would like to automate a batch process to generate a million new sales orders for Oracle 12.1.1 EBS on Linux platform. If anyone has an idea on how to script this, would appreciate your help.

    Two questions:
    1. How would I modify the following script to generate a million new orders for OM:
    2. How can I register and create a concurrent program with the script?
    SET SERVEROUTPUT ON;
    DECLARE
    v_api_version_number NUMBER := 1;
    v_return_status VARCHAR2(2000);
    v_msg_count NUMBER;
    v_msg_data VARCHAR2(2000);
    -- IN Variables --
    v_header_rec oe_order_pub.header_rec_type;
    v_line_tbl oe_order_pub.line_tbl_type;
    v_action_request_tbl oe_order_pub.request_tbl_type;
    v_line_adj_tbl oe_order_pub.line_adj_tbl_type;
    -- OUT Variables --
    v_header_rec_out oe_order_pub.header_rec_type;
    v_header_val_rec_out oe_order_pub.header_val_rec_type;
    v_header_adj_tbl_out oe_order_pub.header_adj_tbl_type;
    v_header_adj_val_tbl_out oe_order_pub.header_adj_val_tbl_type;
    v_header_price_att_tbl_out oe_order_pub.header_price_att_tbl_type;
    v_header_adj_att_tbl_out oe_order_pub.header_adj_att_tbl_type;
    v_header_adj_assoc_tbl_out oe_order_pub.header_adj_assoc_tbl_type;
    v_header_scredit_tbl_out oe_order_pub.header_scredit_tbl_type;
    v_header_scredit_val_tbl_out oe_order_pub.header_scredit_val_tbl_type;
    v_line_tbl_out oe_order_pub.line_tbl_type;
    v_line_val_tbl_out oe_order_pub.line_val_tbl_type;
    v_line_adj_tbl_out oe_order_pub.line_adj_tbl_type;
    v_line_adj_val_tbl_out oe_order_pub.line_adj_val_tbl_type;
    v_line_price_att_tbl_out oe_order_pub.line_price_att_tbl_type;
    v_line_adj_att_tbl_out oe_order_pub.line_adj_att_tbl_type;
    v_line_adj_assoc_tbl_out oe_order_pub.line_adj_assoc_tbl_type;
    v_line_scredit_tbl_out oe_order_pub.line_scredit_tbl_type;
    v_line_scredit_val_tbl_out oe_order_pub.line_scredit_val_tbl_type;
    v_lot_serial_tbl_out oe_order_pub.lot_serial_tbl_type;
    v_lot_serial_val_tbl_out oe_order_pub.lot_serial_val_tbl_type;
    v_action_request_tbl_out oe_order_pub.request_tbl_type;
    BEGIN
    DBMS_OUTPUT.PUT_LINE('Starting of script');
    -- Setting the Enviroment --
    mo_global.init('ONT');
    fnd_global.apps_initialize ( user_id => 123
    ,resp_id => 456
    ,resp_appl_id => 789);
    mo_global.set_policy_context('S',785);
    -- Header Record --
    v_header_rec := oe_order_pub.g_miss_header_rec;
    v_header_rec.operation := oe_globals.g_opr_create;
    v_header_rec.order_type_id := 1005;
    v_header_rec.sold_to_org_id := 7157;
    v_header_rec.ship_to_org_id := 5480;
    v_header_rec.invoice_to_org_id := 5181;
    v_header_rec.order_source_id := 0;
    v_header_rec.booked_flag := 'N';
    v_header_rec.price_list_id := 7018;
    v_header_rec.pricing_date := SYSDATE;
    v_header_rec.flow_status_code := 'ENTERED';
    v_header_rec.cust_po_number := '99478222532';
    v_header_rec.sold_from_org_id := 83;
    v_header_rec.salesrep_id := -3;
    v_header_rec.transactional_curr_code:= 'GBP';
    v_action_request_tbl (1) := oe_order_pub.g_miss_request_rec;
    -- Line Record --
    v_line_tbl (1) := oe_order_pub.g_miss_line_rec;
    v_line_tbl (1).operation := oe_globals.g_opr_create;
    v_line_tbl (1).inventory_item_id := 27893;
    v_line_tbl (1).ordered_quantity := 1;
    v_line_tbl (1).unit_selling_price := 2000;
    v_line_tbl (1).calculate_price_flag := 'Y';
    DBMS_OUTPUT.PUT_LINE('Starting of API');
    -- Calling the API to create an Order --
    OE_ORDER_PUB.PROCESS_ORDER (
    p_api_version_number => v_api_version_number
    , p_header_rec => v_header_rec
    , p_line_tbl => v_line_tbl
    , p_action_request_tbl => v_action_request_tbl
    , p_line_adj_tbl => v_line_adj_tbl
    -- OUT variables
    , x_header_rec => v_header_rec_out
    , x_header_val_rec => v_header_val_rec_out
    , x_header_adj_tbl => v_header_adj_tbl_out
    , x_header_adj_val_tbl => v_header_adj_val_tbl_out
    , x_header_price_att_tbl => v_header_price_att_tbl_out
    , x_header_adj_att_tbl => v_header_adj_att_tbl_out
    , x_header_adj_assoc_tbl => v_header_adj_assoc_tbl_out
    , x_header_scredit_tbl => v_header_scredit_tbl_out
    , x_header_scredit_val_tbl => v_header_scredit_val_tbl_out
    , x_line_tbl => v_line_tbl_out
    , x_line_val_tbl => v_line_val_tbl_out
    , x_line_adj_tbl => v_line_adj_tbl_out
    , x_line_adj_val_tbl => v_line_adj_val_tbl_out
    , x_line_price_att_tbl => v_line_price_att_tbl_out
    , x_line_adj_att_tbl => v_line_adj_att_tbl_out
    , x_line_adj_assoc_tbl => v_line_adj_assoc_tbl_out
    , x_line_scredit_tbl => v_line_scredit_tbl_out
    , x_line_scredit_val_tbl => v_line_scredit_val_tbl_out
    , x_lot_serial_tbl => v_lot_serial_tbl_out
    , x_lot_serial_val_tbl => v_lot_serial_val_tbl_out
    , x_action_request_tbl => v_action_request_tbl_out
    , x_return_status => v_return_status
    , x_msg_count => v_msg_count
    , x_msg_data => v_msg_data
    DBMS_OUTPUT.PUT_LINE('Completion of API');
    IF v_return_status = fnd_api.g_ret_sts_success THEN
    COMMIT;
    DBMS_OUTPUT.put_line ('Order Import Success : '||v_header_rec_out.header_id);
    ELSE
    DBMS_OUTPUT.put_line ('Order Import failed:'||v_msg_data);
    ROLLBACK;
    FOR i IN 1 .. v_msg_count
    LOOP
    v_msg_data := oe_msg_pub.get( p_msg_index => i, p_encoded => 'F');
    dbms_output.put_line( i|| ') '|| v_msg_data);
    END LOOP;
    END IF;
    END;
    /

  • Re: How to create large number of Oracle R12 EBS users in mass?

    Hi All,
    I know this is quite old thread, but I'm in a situation where I have to create multiple users and attached more than one different responsibilites to use in EBS. Definately fnd_user_pkg this is the package we have to use in loop.
    I'm planning to create one table let's say user_info where it would have mulitple columns like username, password, start_date, end_date, responsibilites etc.(through SQL loader), so my question is how to call this table in loop ?? (I don't have much experience in PL/SQL Coding )
    again one user would be having multiple responsibilites then how that is to be taken care ?
    yours help would be appreciated...
    Thanks,
    Manish

    Search the forum or previous threads (or even Google) and I'm sure you will find many examples.
    https://forums.oracle.com/search.jspa?peopleEnabled=true&userID=&containerType=&container=&q=fnd_user_pkg
    http://only4left.jpiwowar.com/2011/08/fun-with-ebs-api-ii/
    Thanks,
    Hussein

  • Oracle ebs installation on windows 2008 R2

    Hi Hussein,
    I am doing oracle EBS installation on windows 2008. As per installation doc below are the pre-requisite
    The Prerequisites Software are:
    1.Chose and Operating System windows 2008 (32 bit):
    Select the Windows Operating system and install it. After installed OS successfully need to change DNS entries or Active Directories as per your environment.
    2.Install the Microsoft Visual C++ 2008 software.
    See the post for installation of – Microsoft Visual C++ 2008
    3.Install the MKS Toolkit – Versions 9.0 (Patch 3 or higher):
    See the post for installation of – MKS Toolkit.
    I wanted to know that is there any alternate of MKS tool kit as I am unable to get it .
    Regards,
    Raj

    hi Raj
    3.Install the MKS Toolkit – Versions 9.0 (Patch 3 or higher):
    See the post for installation of – MKS Toolkit.
    I wanted to know that is there any alternate of MKS tool kit as I am unable to get it .
    Yes go for cygwin
    please see
    Using Cygwin to Maintain Oracle E-Business Suite Release 12 on Windows[Article ID 414992.1]
    Oracle E-Business Suite R12 Installation Steps on Windows XP
    ;) AppsMAstI :)
    Sharing is Caring

  • Oracle R12.1.2 install on oracle linux 6.3

    Hi,
    i have installing Oracle R12.1.2 install on oracle linux 6.3 (VIS  instance ) but it has fail end of the installation with following error code
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Thank you
    Thilina

    Hi Thilina,
    Please confirm you have installed all the rpms mentioned as per the notes provided by Hussein. Please verify whether you have installed all the rpms mentioned in the per-requisite setup by command:
    rpm -qa | grep <rpm_name>*
    In addition, please upgrade your rapidwiz when installing especially on OEL 6 as most of the issues are addressed in the latest rapidwiz and perform a fresh installation.:
    https://blogs.oracle.com/stevenChan/entry/new_rapid_install_startcd_12
    Please also provide the output of:
    find / -name libclntsh*   (as root user)
    A workaround is mentioned in this site, Please check whether this helps you and let us know:
    Installation of Oracle R12.1.1 on Linux 64 bit machine | Oracle Application Technology
    Thanks &
    Best Regards,

  • Oracle Installation Issue on Linux

    When I execute runInstaller Command it's give's following Error...
    "runInstaller: line 88: /usr/Software/database/install/.oui: Permission denied"
    What would I do to resolve this issue....
    Please Help me...
    Tharaka

    Refer & you can easily install linux
    http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/
    http://kamranagayev.wordpress.com/2010/04/25/video-tutorial-installing-oel-and-oracle-10gr2/

Maybe you are looking for

  • Possible to parking payment entry ( Ex.vendor payment and customer payment)

    Hi Masters Are you possible to parking payment entry , payment  paid to vendor and payment received from customer if there any configuration or guide me how to parking payments. Regards Selva

  • Strikethrough option in Form

    Dear all, I am trying to create a form with an option to strike through either one the words "Yes" or "NO" as shown below". I cannot find anyway to do so, but I do see some forms download from the internet can do it. Please help. Q1. Are you a xxxx?.

  • Best way to move into my new computer?

    I'm new to my iphone, but have built a new computer (spec's listed in profile) and I was wondering if there was something I should know before plugging my Iphone in to sync it up? I do not wish to lose any of my music ect, is it as easy as just doing

  • Same business partner number for SRM and backend system

    Hello all, I am working in SRM 7.0 in a classic scenario. I am trying to replicate vendors from backend system to SRM, but I want that all vendors have same number in two systems, for example: Vendor 1000 in backend shows as 1000 in SRM How can I do

  • Font Book - validating font

    Hi Everyone Using Font book to load fonts on a work project at home on my Macbook Pro laptop (intel core). Have validated all but one family of fonts (highlights in Red serious errors...Do Not use these Fonts). I was told by the Apple shop to just ig