R12 INSTALLATION ON LINUX

Hi...
I am installing R12 on RHEL 4 and encountering error at the time of Step 2 0f 5 and the errors are as below..
"RW-50004 and RW-50010
Fatal:error occured in Apply db:
Control file creation failed
Cannot execute configue of db using rapid clone
Script has returned an error"
Pls guide.
Rgds
Geeta

/etc/hosts
[root@ORASERVER jdbc]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
#127.0.0.1 localhost.localdomain localhost ORASERVER.bhrigus
192.168.0.197 ORASERVER.bhrigus ORASERVER
====================
ipaddress and ping hostname
[root@ORASERVER jdbc]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:18:8B:FC:E8:90
inet addr:192.168.0.197 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::218:8bff:fefc:e890/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:16295 errors:0 dropped:0 overruns:0 frame:0
TX packets:6792 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:5957328 (5.6 MiB) TX bytes:1581099 (1.5 MiB)
Interrupt:169
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8321 errors:0 dropped:0 overruns:0 frame:0
TX packets:8321 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:433632 (423.4 KiB) TX bytes:433632 (423.4 KiB)
ping oraserver
PING ORASERVER.bhrigus (192.168.0.197) 56(84) bytes of data.
64 bytes from ORASERVER.bhrigus (192.168.0.197): icmp_seq=0 ttl=64 time=0.037 ms
========================================================
part of log file...(/apps/oracle/vision/db/tech_st/10.2.0/appsutil/log/VIS_orase rver/ApplyDatabase_07031116.log)
afmkinit.sh exiting with status 0
.end std out.
.end err out.
Skipping Profile Phase
Skipping Apply Phase
Executing CreateDB...
ADX Database Utility
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : oraserver
sDbDomain : bhrigus
sDbPort : 1521
sDbSid : VIS
sDbUser : APPS
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@oraserver.bhrigus:1521:VIS
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=oraserver.bhrigus)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
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=oraserver.bhrigus)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS.bhrigus)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Connection could not be obtained; returning null
-------------------ADX Database Utility Finished---------------
adcrdb.sh started at Tue Jul 3 16:16:56 IST 2007
The environment settings are as follows ...
ORACLE_HOME : /apps/oracle/vision/db/tech_st/10.2.0
ORACLE_SID : VIS
TWO_TASK :
PATH : /apps/oracle/vision/db/tech_st/10.2.0/perl/bin:/apps/oracle/vision/db/tech_st/10.2.0/bin:/usr/bin:/usr/sbin:/apps/oracle/vision/db/tech_st/10.2.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/apps/StageR12/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
LD_LIBRARY_PATH : /apps/oracle/vision/db/tech_st/10.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/apps/oracle/vision/db/tech_st/10.2.0/lib:/usr/dt/lib:/apps/oracle/vision/db/tech_st/10.2.0/ctx/lib
Executable : /apps/oracle/vision/db/tech_st/10.2.0/bin/sqlplus
The log information will be written to
/apps/oracle/vision/db/tech_st/10.2.0/appsutil/log/VIS_oraserver/adcrdb_VIS.txt
Creating the control file for VIS_oraserver database ...
SQL*Plus: Release 10.2.0.2.0 - Production on Tue Jul 3 16:16:56 2007
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
Connected to an idle instance.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1073741824 bytes
Fixed Size 1264892 bytes
Variable Size 427819780 bytes
Database Buffers 633339904 bytes
Redo Buffers 11317248 bytes
Control file created.
Database altered.
Tablespace altered.
Tablespace altered.
Database altered.
Database closed.
Database dismounted.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1073741824 bytes
Fixed Size 1264892 bytes
Variable Size 427819780 bytes
Database Buffers 633339904 bytes
Redo Buffers 11317248 bytes
Database mounted.
PL/SQL procedure successfully completed.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1073741824 bytes
Fixed Size 1264892 bytes
Variable Size 427819780 bytes
Database Buffers 633339904 bytes
Redo Buffers 11317248 bytes
Control file created.
Database altered.
Tablespace altered.
Tablespace altered.
Database altered.
PL/SQL procedure successfully completed.
Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
exit_code=0
Checking for errors ...
.end std out.
.end err out.
ADX Database Utility
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : oraserver
sDbDomain : bhrigus
sDbPort : 1521
sDbSid : VIS
sDbUser : APPS
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@oraserver.bhrigus:1521:VIS
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=oraserver.bhrigus)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS)))
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=oraserver.bhrigus)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=VIS.bhrigus)))
Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
Connection could not be obtained; returning null
-------------------ADX Database Utility Finished---------------
RC-00118: Error occurred during creation of database
Raised by oracle.apps.ad.clone.ApplyDatabase
Rgds
Geeta

Similar Messages

  • R12 Installstion in Linux

    Hi all,
    Can Any one tell me the detailed steps to proceed for R12 Installation in Linux O/S. I want to install it on my laptop......... Please help me with your solutions.
    Regards,
    Luckipavan.

    Welcome to the forums !
    All Apps documentation can be found at http://www.oracle.com/technology/documentation/applications.html
    Pl identify which version of R12 you are installing and on which Linux.
    Pl use the search feature of the forums to locate other similar threads.
    HTH
    Srini

  • Remote Installation on Linux - EBS R12

    Hi,
    Is it possible to install EBS R12 remotely on linux? since I tried to start rapidwiz after installing all the prerequisites, but I didn't get rapidwiz screen instead I got a message saying that
    Rapid Install Wizard is validating your file system......
    >> Wizard requires the DISPLAY variable to be set.
    >> Please set your DISPLAY variable and restart Rapid Install Wizard.
    If I try to start, I am getting fatal error and saying X server is already running in the backend. I have also created the Stage Area properly in the same HDD itself.
    Please lemme know the steps to run rapidwiz remotely
    Thanks,
    Anand

    Hi,
    Thanks for the information.
    I used Xmanager and almost completed the installation from my laptop itself, but ended with few errors in Post install checks as given below
    Erros On
    HTTP ->
    checking URL = http://oracleapps.erpsrv.com:8000
    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.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    Help Page
    checking URL = http://oracleapps.erpsrv.com:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://oracleapps.erpsrv.com:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    others are fine.
    I tried running atoconfig but that too gave some errors and I have pasted the log file content below.
    ===========================================================
    ORACLE_HOME : /oradata/AppsR12/VIS/apps/tech_st/10.1.2
    TWO_TASK : VIS
    PATH : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/oradata/AppsR12/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:$PATH:/oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/applmgr/bin
    TNS_ADMIN : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/ora/10.1.2/network/admin
    LD_LIBRARY_PATH : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/lib32:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads
    SQLPLUS Executable : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/bin/sqlplus
    Error encountered while running /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/cseadmprf.sql
    ERRORCODE = 32512 ERRORCODE_END
    .end std out.
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    .end err out.
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/eam/12.0.0/admin/driver/eamtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for EAM_TOP
    instantiate file:
    source : /oradata/AppsR12/VIS/apps/apps_st/appl/eam/12.0.0/admin/template/eamadmprf.sql
    dest : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/eamadmprf.sql
    backup : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/eamadmprf.sql to /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/out/11061324/eamadmprf.sql
    setting permissions: 600
    setting ownership: applmgr:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for EAM_TOP
    Executing script in InstantiateFile:
    /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /oradata/AppsR12/VIS/apps/apps_st/appl/au/12.0.0/perl /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/scripts/adexecsql.pl sqlfile=/oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/eamadmprf.sql
    script returned:
    adexecsql.pl started at Tue, 11 Nov 2007 13:26:32 -0500
    The environment settings are as follows ...
    ORACLE_HOME : /oradata/AppsR12/VIS/apps/tech_st/10.1.2
    TWO_TASK : VIS
    PATH : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/oradata/AppsR12/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:$PATH:/oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/applmgr/bin
    TNS_ADMIN : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/ora/10.1.2/network/admin
    LD_LIBRARY_PATH : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/lib32:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads
    SQLPLUS Executable : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/bin/sqlplus
    Error encountered while running /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/eamadmprf.sql
    ERRORCODE = 32512 ERRORCODE_END
    .end std out.
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    .end err out.
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/fte/12.0.0/admin/driver/ftetmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for FTE_TOP
    instantiate file:
    source : /oradata/AppsR12/VIS/apps/apps_st/appl/fte/12.0.0/admin/template/fteadmprf.sql
    dest : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/fteadmprf.sql
    backup : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/fteadmprf.sql to /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/out/11061324/fteadmprf.sql
    setting permissions: 600
    setting ownership: applmgr:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for FTE_TOP
    Executing script in InstantiateFile:
    /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /oradata/AppsR12/VIS/apps/apps_st/appl/au/12.0.0/perl /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/scripts/adexecsql.pl sqlfile=/oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/fteadmprf.sql
    script returned:
    adexecsql.pl started at Tue, 11 Nov 2007 13:26:33 -0500
    The environment settings are as follows ...
    ORACLE_HOME : /oradata/AppsR12/VIS/apps/tech_st/10.1.2
    TWO_TASK : VIS
    PATH : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/oradata/AppsR12/VIS/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:$PATH:/oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/applmgr/bin
    TNS_ADMIN : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/ora/10.1.2/network/admin
    LD_LIBRARY_PATH : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/lib32:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/oradata/AppsR12/VIS/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads
    SQLPLUS Executable : /oradata/AppsR12/VIS/apps/tech_st/10.1.2/bin/sqlplus
    Error encountered while running /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/fteadmprf.sql
    ERRORCODE = 32512 ERRORCODE_END
    .end std out.
    sqlplus: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    .end err out.
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/ont/12.0.0/admin/driver/onttmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for ONT_TOP
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/ar/12.0.0/admin/driver/artmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AR_TOP
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/ahl/12.0.0/admin/driver/ahltmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for AHL_TOP
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/ozf/12.0.0/admin/driver/ozftmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for OZF_TOP
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/ies/12.0.0/admin/driver/iestmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IES_TOP
    instantiate file:
    source : /oradata/AppsR12/VIS/apps/apps_st/appl/ies/12.0.0/admin/template/cooper.sh
    dest : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/cooper.sh
    backup : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install/cooper.sh to /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/out/11061324/cooper.sh
    setting permissions: 755
    setting ownership: applmgr:dba
    Processing DriverFile = /oradata/AppsR12/VIS/apps/apps_st/appl/csd/12.0.0/admin/driver/csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    Product Top Drivers executed : AD_TOP FND_TOP ICX_TOP IEO_TOP BIS_TOP AMS_TOP CCT_TOP WSH_TOP CLN_TOP OKE_TOP OKL_TOP OKS_TOP CSF_TOP IGS_TOP IBY_TOP JTF_TOP MWA_TOP CN_TOP CSI_TOP WIP_TOP CSE_TOP EAM_TOP FTE_TOP ONT_TOP AR_TOP AHL_TOP OZF_TOP IES_TOP CSD_TOP
    ===========================================================================
    Starting Restore Profile utility at Tue Nov 06 13:26:34 EST 2007
    Using version 120.2
    ADX Database Utility
    getConnection() -->
    sDbHost : oracleapps
    sDbDomain : erpsrv.com
    sDbPort : 1521
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@oracleapps.erpsrv.com:1521:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Verifying connection to the Database : Established
    Restore Profile Feature : Enabled
    Restore Profile file created at : /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/out/11061324/restore.sql
    Purging the table ADX_PRE_AUTOCONFIG of rows containing attribute VIS_oracleapps
    Purging completed
    Restore Profile utility ran successfully
    ===========================================================================
    adcvmlog.xml renamed to /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/log/11061323/adcvmlog.xml.11061326
    [CVM Error Report]
    The following report lists errors encountered during CVM Phase
    <filename> <return code where appropriate>
    /oradata/AppsR12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adgentns.pl 512
    No of scripts failed in CVM phase: 1
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install
    adgendbc.sh INSTE8_SETUP 1
    adgenjky.sh INSTE8_SETUP 1
    afcpnode.sh INSTE8_SETUP 127
    afgcsreg.sh INSTE8_SETUP 127
    txkWfClone.sh INSTE8_SETUP 127
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /oradata/AppsR12/VIS/apps/apps_st/appl/au/12.0.0/perl /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/scripts/adexecsql.pl sqlfile=/oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install
    amscmprf.sql INSTE8_PRF 32512
    amswebprf.sql INSTE8_PRF 32512
    bisadmprf.sql INSTE8_PRF 32512
    bisdblrp.sql INSTE8_PRF 32512
    clnadmprf.sql INSTE8_PRF 32512
    cnadmprf.sql INSTE8_PRF 32512
    cncmprf.sql INSTE8_PRF 32512
    cseadmprf.sql INSTE8_PRF 32512
    csfadmprf.sql INSTE8_PRF 32512
    csiadmprf.sql INSTE8_PRF 32512
    eamadmprf.sql INSTE8_PRF 32512
    fteadmprf.sql INSTE8_PRF 32512
    ibywebprf.sql INSTE8_PRF 32512
    icxwebprf.sql INSTE8_PRF 32512
    oksfrmprf.sql INSTE8_PRF 32512
    wshadmprf.sql INSTE8_PRF 32512
    Directory: /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install
    adadmprf.sh INSTE8_PRF 127
    afadmprf.sh INSTE8_PRF 127
    afcpctx.sh INSTE8_PRF 127
    afcpgsm.sh INSTE8_PRF 127
    afwebprf.sh INSTE8_PRF 127
    jtfictx.sh INSTE8_PRF 127
    mwamscasvc.sh INSTE8_PRF 127
    okladmprf.sh INSTE8_PRF 127
    txkJavaMailerCfg.sh INSTE8_PRF 127
    txkWebServicescfg.sh INSTE8_PRF 127
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /oradata/AppsR12/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /oradata/AppsR12/VIS/apps/apps_st/appl/au/12.0.0/perl /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/install
    adadmat.pl INSTE8_APPLY 141
    AutoConfig is exiting with status 32
    The log file for this session is located at: /oradata/AppsR12/VIS/inst/apps/VIS_oracleapps/admin/log/11061323/adconfig.log
    You have new mail in /var/spool/mail/applmgr
    ===========================================================
    Please guide me to solve this issue.
    Regards
    Anand

  • My installation & Managing Oracle EBS R12.2 on Linux 6.6

    Sales of the Apple Watch have failed to reach supplier 'break-even volume' of two million units per month, reports the WSJ.The news apparently comes from Taiwan's Advanced Semiconductor Engineering Inc., the company that is responsible for putting the watch's many chips and sensors into a small case, known as a system-in-package, or SiP.Bernstein Research analyst Mark Li says that on a conference call, an ASE subsidiary told investors that it didn't reach its "break-even volume" of two million units per month in the second quarter. To make matters worse, the ASE unit doesn't expect to reach that level during the third quarter either, which is typically a busy production period before the holiday sales season. It wouldn't commit to reaching it during the fourth quarter either...Read More
    Read More

    This the Document i've create about building my new R12 stage*- Install linux 6.6 with minimal*- Use Oracle built in RPM pre installusing the yum i did install those required RPMS feel free COPY & pastyum install compat-libstdc++-33-3.2.3-69.el6.i686yum install unixODBC-devel-2.2.14-14.el6.i686yum install libICE.so.6yum install libSM.so.6yum install libXt.so.6yum install libXext.so.6yum install libXp.so.6yum install libXi.i686yum install libXtst.i686yum install libXi-devel.i686yum install libXtst-devel.i686yum install libaio-devel.i686yum install libaio.i686yum install libstdc++.i686yum install libstdc++-devel.i686yum install glibc-devel.i686rpm -ivh openmotif21-2.1.30-11.EL6.i686.rpm must downloadrpm -ivh xorg-x11-libs-compat-6.8.2-1.EL.33.0.1.i386.rpm must download manual 4-Since am using oracle RPM preinstall package i will just set...

  • Linux R12 installation from downloads

    Good Morning,
    I have downloaded 53 zip files for my installation on Linux. Do I have to create any specific structure (folder) to run the rapid install? Can someone point me in the right direction? Any document or readme file that explain how to build the stage area? Thanks.

    Just moving along. Quick question. Do you think it makes a difference if I installed under root or "oracle" user. What would you recommend?If you are going to have a multi-user installation (applmgr and oracle), then you must run RapidWiz as root user.
    For single user installation, run the installer as oracle user.
    Oracle Applications Installation Guide: Using Rapid Install - Page 1-13
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121oaig.pdf
    Thanks,
    Hussein

  • R12 installation giving me error [while loading shared libraries: librt.so]

    Hello ..
    I am installing Fresh R12 installation on Fedora. I was doing Single node installation. Installation was going fine but at the point when it said run "autoconfig.sh" for APPS_TIER. I went to $INST_TOP/admin/scripts and ran "autoconfig.sh". After that installer showed me all the errors and when i try to see the log file.
    I am getting following errors.
    [oracle@aurie / ]$ ls
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    [oracle@aurie / ]$ su - root
    su: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory
    Now, I cant do anything on this machine, I try rebooting it but no matter what command i try to run i am getting above error.
    Cant find any solution online.
    any help would be appreciated.
    Thanks

    Hello Hussein,
    I chnaged my Fedora to following ..
    [root@aurie /]# cat /etc/issue
    Red Hat Enterprise Linux Server release 5 (Tikanga)
    Kernel \r on an \m
    [root@aurie /]# cat /proc/version
    Linux version 2.6.18-8.el5 ([email protected]) (gcc version 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jan 26 14:15:21 EST 2007
    But installer is failing at the end of DB installation and it is not able to create database
    ==== ApplyDatabase_05092341.log ===========
    Executable : /d01/oracle/VIS/db/tech_st/11.1.0/bin/sqlplus
    The log information will be written to
    /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/adcrdb_VIS.txt
    Creating the control file for VIS_aurie database ...
    exit_code=127
    Checking for errors ...
    .end std out.
    ***sqlplus: error while loading shared libraries: libclntsh.so.11.1: cannot open shared object file: No such file or directory***
    ***egrep: /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/adcrdb_VIS.txt: No such file or directory***
    **.end err out.**
    -------------------ADX Database Utility Finished---------------
    RC-00118: Error occurred during creation of database
    Raised by oracle.apps.ad.clone.ApplyDatabase
    =============
    ============05092156.log============
    Processing Disk68....
    ^M
    runProcess_2
    Statusstring Registering Database
    Executing command: /R12_setup/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/VIS_aurie.xml -stage /R12_setup/startCD/Disk1/rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/ApplyDatabase_05092341.log
    ^M
    | 0% completed
    runProcess_3
    Statusstring Configuring Database
    Executing command: /R12_setup/startCD/Disk1/rapidwiz/jre/Linux/1.6.0//bin/java -DCONTEXT_VALIDATED=true -mx512M -classpath /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar oracle.apps.ad.clone.ApplyDatabase -e /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/VIS_aurie.xml -stage /R12_setup/startCD/Disk1/rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/log/VIS_aurie/ApplyDatabase_05092342.log
    ^M
    | 0% completed ^M
    / 0% completed ^M
    - 0% completed ^M
    \ 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    Processing DriverFile = /R12_setup/startCD/Disk1/rapidwiz/template/adridb.drv
    Running Instantiation Drivers for /R12_setup/startCD/Disk1/rapidwiz/template/adridb.drv
    instantiate file:
    source : /R12_setup/startCD/Disk1/rapidwiz/template/adrun11g.sh
    dest : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh
    backup : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh to /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/out/VIS_aurie/templbac/adrun11g.sh
    setting permissions: 755
    setting ownership: oracle:dba
    instantiate file:
    source : /R12_setup/startCD/Disk1/rapidwiz/template/adrundb.sh
    dest : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    backup : /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh to /d01/oracle/VIS/db/tech_st/11.1.0/appsutil/out/VIS_aurie/templbac/adrundb.sh
    setting permissions: 755
    setting ownership: oracle:dba
    Step 0 of 5
    Command: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrun11g.sh
    Step 1 of 5: Doing UNIX preprocessing
    Processing Step 1 of 5
    Step 1 of 5
    Command: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    Step 2 of 5: Doing UNIX preprocessing
    Processing Step 2 of 5
    Executing: /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh
    STARTED INSTALL PHASE : DATABASE : Sun May 10 09:33:17 PDT 2009
    Preparing environment to install databases ...
    Setting LD_LIBRARY_PATH to - /R12_setup/startCD/Disk1/rapidwiz/lib/Linux -
    Setting PATH to - /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    Setting CLASSPATH to - /R12_setup/startCD/Disk1/rapidwiz/jlib/java:/R12_setup/startCD/Disk1/rapidwiz/jlib/xmlparserv2.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/ojdbc14.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/OraInstaller.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/ewt3.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/share.jar:/R12_setup/startCD/Disk1/rapidwiz/jlib/oui/srvm.jar -
    ... installing VISION demo database
    FINISHED INSTALL PHASE : DATABASE : Sun May 10 09:33:18 PDT 2009
    /d01/oracle/VIS/db/tech_st/11.1.0/temp/VIS_aurie/adrundb.sh has succeeded
    =============
    Now, I am again hitting the same issue .. whatever I try to do after this fail installation i am getting following
    *[oracle@aurie 11.1.0]$ ls*
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    *[oracle@aurie 11.1.0]$ cat /etc/issue*
    cat: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    *[oracle@aurie 11.1.0]$ cd /*
    *[oracle@aurie /]$ ls*
    ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory

  • Oracle R12 Installation Error - Validate System Configuration

    Hello,
    I was doing the oracle apps R12 installation and got this error
    =======================
    Validate System Configuration
    The post-install check inspects your system for a complete installation.
    The list below shows the tests that were performed and the results.
    Click on the test icon for details.
    One or more of the post-install tests did not succeed for this:
    Database Availability
    HTTP
    Virtual Directory
    Login page
    Configuration Upload
    Help page
    JSP
    =======================
    I’ve checked the details which are listed below.
    Please help me in solving the issue :(
    Configuration Upload
    uploading config file at /u05/oracle/TEST/db/tech_st/11.1.0/appsutil/conf_TEST.txt
    Failed upload of config file at /db/tech_st/11.1.0/appsutil/conf_TEST.txt
    Database Availability
    command: su dbuser -c "/tmp/RapidInstall/bin/riwTDBup.sh /u05/oracle/TEST/db/tech_st/11.1.0/TEST_erp.env APPS/APPS"
    riwTDBup.sh started at Fri May 25 06:42:59 IST 2012
    Parameters passed are : /u05/oracle/TEST/db/tech_st/11.1.0/TEST_erp.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /u05/oracle/TEST/db/tech_st/11.1.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /u05/oracle/TEST/db/tech_st/11.1.0/perl/bin:/u05/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/u05/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/u05/Setup12.1.1/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/root/bin:.
    LD_LIBRARY_PATH : /u05/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u05/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/u05/oracle/TEST/db/tech_st/11.1.0/ctx/lib
    Executable : /u05/oracle/TEST/db/tech_st/11.1.0/bin/sqlplus
    riwTDBup.sh exiting with status 3
    RW-50011: Error: - Database ORACLE_HOME connection test has returned an error: 3 command: su appsuser -c "/tmp/RapidInstall/bin/riwTDBup.sh /u05/appl/TEST/inst/apps/TEST_erp/ora/10.1.2/TEST_erp.env APPS/APPS"
    riwTDBup.sh started at Fri May 25 06:43:16 IST 2012
    Parameters passed are : /u05/appl/TEST/inst/apps/TEST_erp/ora/10.1.2/TEST_erp.env APPS/APPS
    The environment settings are as follows ...
    ORACLE_HOME : /u05/appl/TEST/apps/tech_st/10.1.2
    ORACLE_SID :
    TWO_TASK : TEST
    PATH : /u05/appl/TEST/apps/tech_st/10.1.2/bin:/usr/bin:/usr/sbin:/u05/appl/TEST/apps/tech_st/10.1.3/appsutil/jdk/jre/bin:/usr/bin:/u05/Setup12.1.1/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/root/bin
    LD_LIBRARY_PATH : /u05/appl/TEST/apps/tech_st/10.1.2/lib32:/u05/appl/TEST/apps/tech_st/10.1.2/lib:/usr/X11R6/lib:/usr/openwin/lib:/u05/appl/TEST/apps/tech_st/10.1.2/jdk/jre/lib/i386:/u05/appl/TEST/apps/tech_st/10.1.2/jdk/jre/lib/i386/server:/u05/appl/TEST/apps/tech_st/10.1.2/jdk/jre/lib/i386/native_threads:/u05/appl/TEST/apps/apps_st/appl/sht/12.0.0/lib
    Executable : /u05/appl/TEST/apps/tech_st/10.1.2/bin/sqlplus
    riwTDBup.sh exiting with status 2
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 2
    Help Page
    checking URL = http://erp.tez.co.in:8009/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    HTTP
    checking URL = http://erp.tez.co.in:8009
    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.
    JSP
    checking URL = http://erp.tez.co.in:8009/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    Hi,
    I think my linux was corrupted :(
    I've done fresh linux installation and after that the R12 installation is complete without any issues :D
    Thanks for you help Hussein Sir

  • Oracle EBS R12 installation by newbie...please help.

    Dear Experts,
    I wanted to learn E-Biz suite R12. So thought of installing R12 on external hard disk and use it with laptop. I googled and in our otn forums also, but i am confused about the steps which i need to do for successful installation.
    My current configuration:
    Dell Laptop : 4 GB RAM, 300 GB harddisk, Windows 7
    External Harddrive : 2 TB  (specially bought for installing EBS and my learning activity)
    as per other forum post, i will increase RAM to 8 GB
    I wanted to install EBS on external hard drive and access it via my laptop.
    can any suggest any step by step material where i can do the installation successfully...I heard we need to install virtual box/vm ware , template etc...i am bit confused. can you please guide me to do  please.. can i install VMware on usb hardrive, and then windows 7 on top of it and then ebs on top of that.....
    please guide.
    Best regards
    Prasanth

    Hi Prasanth,
    I believe you are currently in Windows environment. Most of the production environment will have Unix i.e either Solaris, HP-UX, Linux and etc. So that is the reason you will have to install Linux for example in the VMware(Non-Oracle product) or Virtual box(Oracle product) in order to create a virtualized enviornment, and afterwards proceed with R12 Installation.
    If you are wish to try installing R12 without a virtualized enviornment then you may install it on the host itself (windows environment) without installing VMware/Virtual box
    You may follow  the below notes for R12 Installation on different OS.
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 (Doc ID 761564.1)
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 (Doc ID 761566.1)
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Microsoft Windows Server (32-bit) (Doc ID 761567.1)
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for IBM AIX on Power Systems (64-bit) (Doc ID 761569.1)
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for HP-UX PA-RISC (64-bit) (Doc ID 762894.1)
    Otherwise, if you wish to do the installation A-Z, but rather want a template of an EBS, you can follow the below note:
    Introduction to Oracle VM, Oracle VM Manager and EBS template deployment (Doc ID 1355641.1)
    BEST OF LUCK with your Installation
    Thanks &
    Best Regards

  • Rapidwiz - libXtst.so.6 error when installing EBS R12 on Oracle Linux 6.3

    Hello All,
    I am getting libXtst.so.6 error when installing EBS R12 on Oracle Linux 6.3
    I could not find the exact file to download. Can anyone of you help me to the proper location.
    Thanks in advance.

    987696 wrote:
    Hello All,
    I am getting libXtst.so.6 error when installing EBS R12 on Oracle Linux 6.3
    I could not find the exact file to download. Can anyone of you help me to the proper location.
    Thanks in advance.Please see these docs -- Search for "libXtst.so.6".
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86 [ID 761564.1]
    Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86-64 [ID 761566.1]
    Oracle Forms Upgrade to 10.1.2.3 fails with error /usr/lib/libXtst.so.6: undefined reference [ID 1120527.1]
    Thanks,
    Hussein

  • Problem on installation of linux through the vmware software on compaq CQ60

    Problem on installation of linux through the vmware software on xp operating system. My laptop is Compac CQ60.
    The error message is no device found compatable for the installation.

    user12190571 wrote:
    The error message is no device found compatable for the installation.The question after this kind of information is usually : What is the exact error you got, from who and when you were doing what.

  • R12 installation problem on Fedoa 6 with 64 bit amd processor

    I installed the R12 (both db tier and application tier) on a linux machine (64 bit machine with Fedora core 6) I could install with out any errors. I was able to open the html login page and login as sysadmin. But now, if I start any forms application, I get an error FRM-92101 on the browser. When I looked at the applications.log file (in ...inst/apps/sfa_localhost/logs/ora/10.1.3/j2ee/forms/forms_default_group_1)
    i see this error.
    formsweb: Forms session <1> aborted: runtime process failed during startup with errors /home/applsfa/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: cannot open shared object file: No such file or directory
    07/08/09 12:24:03.523 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    When I searched I found that libXm.so.2 is there in /usr/lib64 directory, so I went and created a link in /usr/X11R6/lib to this lib in /usr/lib64 directory. Now I get the following error.
    formsweb: Forms session <3> aborted: runtime process failed during startup with errors /home/applsfa/apps/tech_st/10.1.2/bin/frmweb: error while loading shared libraries: libXm.so.2: wrong ELF class: ELFCLASS64
    07/08/09 14:43:01.984 formsweb: Forms session <3> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <3> failed during startup: no response from runtime process
    at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
    at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
    Anyone has any clues ? Please help me.

    Subsequent to your reply, I found that Openmotif is not available in Fedora, so we thought Oracle linux is best in terms of compatibility. But looks like it is not that easy to install EBS R12 on Oracle Linux also. Anyway, we installed EBS R12 on OEL-5 64 bit. Able to run forms after installing openmotif 21. Applied RUP 2. The patch application is failing to link some executables. (specifically FEMCCE, and all the executables in MSC product, MSCCPP. etc...)
    Could you give some insights into this ?
    Error messages:
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCDbCrSumExElem.o)
    `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv' referenced in section
    `.rodata' of
    /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o):
    defined in discarded section `.gnu.linkonce.t._ZN14SimpleTreeIterI3ValEppEv'
    of /home/orasfa/apps/apps_st/appl/fem/12.0.0/lib/libfem.a(FCMathExecOp.o)
    collect2: ld returned 1 exit status
    make: *** [home/orasfa/apps/apps_st/appl/fem/12.0.0/bin/FEMCCE] Error 1
    Done with link of fem executable 'FEMCCE' on Wed Aug 15 11:26:06 PDT 2007
    Relink of module "FEMCCE" failed.
    See error messages above (also recorded in log file) for possible
    ------------------------------------------------------------------------------------------------------------------------------

  • Getting error while applyin patch after R12 installation

    I applying patch 8940108 after R12 installation. Pls. suggest what needs to be done.
    Patch 8940108: Optional component(s) missing : [ oracle.precomp.lang, 11.1.0.7.0 ]
    Prerequisite check "CheckRollbackable" on auto-rollback patches failed.
    The details are:
    Patch 7708340:
    Archive Action: Source file "/db01/opt/oracle/product/11.1.0_egebrt/.patch_storage/7708340_Jan_28_2009_11_33_00/files/lib/libpls11.a/pkv.o" does not exist.
    'oracle.rdbms, 11.1.0.7.0': Cannot update file '/db01/opt/oracle/product/11.1.0_egebrt/lib/libpls11.a' with '/pkv.o'
    Archive Action: Source file "/db01/opt/oracle/product/11.1.0_egebrt/.patch_storage/7708340_Jan_28_2009_11_33_00/files/lib/libpls11.a/pkv.o" does not exist.
    'oracle.rdbms.rman, 11.1.0.7.0': Cannot update file '/db01/opt/oracle/product/11.1.0_egebrt/lib/libpls11.a' with '/pkv.o'
    ApplySession failed during prerequisite checks: Prerequisite check "CheckRollbackable" on auto-rollback patches failed.
    System intact, OPatch will not attempt to restore the system
    The following warnings have occurred during OPatch execution:
    1) OUI-67078:Interim patch 8940108 is a superset of the patch(es) [  7708340 ] in OH /db01/opt/oracle/product/11.1.0_egebrt
    OPatch failed with error code 74

    Hi;
    The following warnings have occurred during OPatch execution:
    1) OUI-67078:Interim patch 8940108 is a superset of the patch(es) [  7708340 ] in OH /db01/opt/oracle/product/11.1.0_egebrt
    Its mean if you have patch 8940108 on your system already and if you try to apply patch 7708340 than you dont need to apply patch 7708340,coz patch 8940108 already cover patch 7708340.
    You can try this
    opatch -lsinventory|grep 8940108
    Regard
    Helios

  • Oracle Errors while Solution Manager 4.0 installation on linux

    While installing Oracle 10g instance for Solution Manager 4.0, The following popup message displayed. I checked the log file and not much information. Please tell me what shall I need to do.
    Error message:
    Error in invoking target 'ntcontab.o' of make file '/oracle/<sid>/102_32/network/lib/ins_net_client.mk'
    see '/oracle/orainventory/logs/installActions2006-10-08_06-39-02PM.log' for details
    Thanks in advance
    Regards
    Srinivas

    Hello, have some one solved the problem ? I have the same problem on SLES9. I have fond note #499055. There are something about relinking files during Oracle installation on Linux. Please give an information did You soled a problem.
    Best Regards
    Marcin Sobolewski

  • Oracle EBS R12 installation problem in Windows 2003

    Hi,
    I am trying to install Oracle EBS R12 on Windows 2003 R2. I have installed cygwin along with required packages and also Visual studio 2005 as specified in the prerequisites of installation document.
    All the validations are successful before installation but I am facing error during installation in Step3 at about 53 percent. When i checked the log file, I found that some of the files required for installation are not found in my staging area. Now I want to run MD5sum on the Staged Files.
    I had downloaded md5sum_windows.txt and also run this command :
    md5sum --check md5sum_Windows.txt > md5sum_result.txt
    In md5sum_result.txt, I am getting error for all files. Error message is as :
    oraAppDB\Disk1\data\driver\Disk1.drv
    : FAILED open or read
    This is repeating for all files. But i can see that the files are present in My Staging area. Do i need to set some permission for this. Please help. Desperately want to install EBS as part of perparation for my planned certification.
    Edited by: 855292 on Nov 26, 2011 1:58 AM
    A simple detailed Step by Step Installation Document or any good reference for the same would by really appreciated.
    Edited by: 855292 on Nov 26, 2011 2:00 AM

    I have downloaded all the 33 files in oracle edelivery site. I have seen a post of yours regarding Oracle R12 installation on Windows XP. It mentions only some 25 files. Please do not rely on the that thread as it was for 12.0.x installation.
    For R12 (12.1.1) you need to download the following files:
    From: Oracle E-Business Suite Release 12.1.1 Rapid Install Start Here (Part 1 of 4)
    To: Oracle E-Business Suite Release 12.1.1 for Microsoft Windows (32-bit) Rapid Install APPL_TOP - Disk 2 (Part 2 of 2)
    Is it possible that contents of the zip file are lost during download because my stage area is about 39 GB . and also I have verfied all the files in edelivery site is downloaded too.
    Also the error i mentioned in my last post, I can see the file in the directory but still its showing read error. Is it due to corruption of data. That would mean that I will have to download all 40 GB again :-(It is easy to verify the contents of the stage area directory without running md5sum, so please do so and post the results here.
    Thanks,
    Hussein

  • R12 Staging in Linux (Autostage is not picking up from next dvd)

    Hi,
    I am doing the autostage using perl.
    How to do?
    anyone give - step by step in details.
    Thanks in advance
    Regs.
    TS

    Duplicate thread (Please post only once):
    R12 Staging in Linux (Autostage is not picking up from next dvd)
    R12 Staging in Linux (Autostage is not picking up from next dvd)

Maybe you are looking for

  • Dynamic tables on one page - overflow problem with repeating header/footer

    Hi, with the help of the user RADZMAR I was able to create dynamic tables.. But now, I have got the next problem. 2 different tables are placed on 1 page.Each of them should be dynamic. Please let me list what is working, and what not: each textfield

  • External Display is pixelated

    After the 10.6.8 MacOS update, the external display via the Thunderbolt port is extremely pixelated. Everything looked great prior to this update and I have seen others complain about this too. Anybody at Apple Support care to comment? Paul

  • How to upload video to YouTube

    Have spent 24 hrs trying to figure out why I can't upload video from a brand new 1Phone 5 and iPad OS6 to YouTube. Really apple? help anyone?

  • MOBIOLA WEBCAM and FLASH Issue

    Hello, I've used for a long time Mobiola WEBCAM (app that turns one's iPhone/iPad into a webcam via WIFI) in Skype and video chat sites like Omegle (all done through GOOGLE CHROME), up until yesterday. As of today, any of my browsers or my Skype appl

  • Duties in ARE1

    Hi All, Scenario is A-Sold to Party (India) B- Ship to Party (Thailand) Customer Invoice is for A-Sold to Party Excise Invoice is for B-Ship to Party We create customer Invoice in VF01 of Value 771,516. Excise Invoice get automatic created. But the a