EBS 11i  ORA-1653

Hi Friends,
EBS 11i
Oracle DB 9.2.0.6
RHEL 4.6
I just encountered error in our database ora-1653 in the tablespace APPS_TS_QUEUES, and it has two datafiles namely:
SQL> select file_name, AUTOEXTENSIBLE from dba_data_files where tablespace_name='APPS_TS_QUEUES';
FILE_NAME                                          AUT
/u02/oracle/oaproddata/a_queue02.dbf               YES
/u02/oracle/oaproddata/a_queue01.dbf               YESBased on the metalink notes, I did the command:
alter database datafile '/u02/oracle/oaproddata/a_queue01.dbf ' autoextend on;
alter database datafile '/u02/oracle/oaproddata/a_queue02.dbf ' autoextend on;
But it did not solve the issue :(
Do you think I need to bounce back the database of let the users exit from their login Forms data entry?
I tried doing this :
alter tablespace APPS_TS_QUEUES add datafile '/u02/oracle/oaproddata/a_queue03.dbf' size 500M ;
and the problem was solved.
I just can not understand why "autoextend" did not work :(
Please clear my doubts ...
Thanks a lot,
Ms K

Hussein,
Do you think that even if I made the all tablespace1 "autoextend on" I will still get Ora-1653?
I have another mistake too :( I cleared up all logs after I fixed the ora error becase the are lots and lots of logs in the database background dump files accumulated for the past years. I decided to clear to so that I can fresh see new logs.
I also reset the altertPROD.log huhuhuh. And now the support wants what exact time did the error occured. And I can not give it. This is the logs in the bdump database side.
Can I get logs for the error at the APPS tier side? where can I get the applications log when it hit Ora-1653 while the user was processing the Order Management module?
Thansk a lot
Edited by: user_unlimited on Oct 11, 2010 5:31 PM

Similar Messages

  • Ebs 11i   error while logging in

    Hi,
    when i try to login to ebs 11i iam getting this error as shown below...
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: SQL_PLSQL_ERROR. Tokens: ROUTINE = createSession(int, String)(userid=6','A26198979CC1FE7BE040A8C0E714126E19682271241064037327178121309578'); REASON = java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 ; ERRNO = 1653; at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:974) at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 ; at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865) at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980) at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119) at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2191) at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2064) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2989) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:736) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2777) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2678) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2623) at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4935) at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1509) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4708) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 ; at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891) at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865) at oracle.apps.fnd.framework.server.OAExceptionUtils.processAOLJErrorStack(OAExceptionUtils.java:980) at oracle.apps.fnd.framework.OACommonUtils.processAOLJErrorStack(OACommonUtils.java:866) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4710) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534) ## Detail 0 ## java.sql.SQLException: ORA-01653: unable to extend table ICX.ICX_SESSIONS by 16 in tablespace APPS_TS_TX_DATA ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 433 ORA-06512: at "APPS.FND_SESSION_MANAGEMENT", line 538 ORA-06512: at "APPS.FND_AOLJ_UTIL", line 217 ORA-06512: at line 1 at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289) at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:590) at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1973) at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1119) at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2191) at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2064) at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2989) at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658) at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:736) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2777) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2678) at oracle.apps.fnd.common.WebAppsContext.createSession(WebAppsContext.java:2623) at oracle.apps.fnd.common.WebAppsContext.createAnonymousSession(WebAppsContext.java:4935) at oracle.apps.fnd.common.WebRequestUtil.setGuestSession(WebRequestUtil.java:1509) at oracle.apps.fnd.framework.webui.OAPageBean.validateUser(OAPageBean.java:4708) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:704) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509) at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430) at oa_html._OA._jspService(_OA.java:84) at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119) at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417) at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267) at oracle.jsp.JspServlet.internalService(JspServlet.java:186) at oracle.jsp.JspServlet.service(JspServlet.java:156) at javax.servlet.http.HttpServlet.service(HttpServlet.java:588) at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456) at org.apache.jserv.JServConnection.run(JServConnection.java:294) at java.lang.Thread.run(Thread.java:534)
    Can anyone help?
    Regards
    Dj

    Hi,
    It depends on weather you have ASM, or normal disk.
    Database version????
    http://ss64.com/ora/tablespace_a.html
    these are the general steps.
    login to sqlplus as sysdba privilege
    $sqlplus '/ as sysdba'
    SQL> select file_name,tablespace_name from dba_data_files where tablespace_name='APPS_TS_TX_DATA' order by file_name;
    To find the data file name and location.
    Check the output. IF the last file is a_txn_data07.dbf, then you need to add a new file with name a_txn_data_08.dbf (This is only example. Check for your environment).
    SQL>ALTER TABLESPACE APPS_TS_TX_DATA add datafile '<PATH FOUND ABOVE>/a_txn_data_<replace with number>.dbf' size 1024M;
    Thanks

  • Installing EBS 11i (11.5.10.2)

    Hi All,
    I have installed EBS 11i before many times , and each time I install in another server (linux) i encounter different error.
    My error now is that the gui window installer just closed suddenly without completing.
    I tried to restart it many times (./rapidwiz -restart ) but still the screen window will just close out.
    I check the log files and I can see that the installer passed the DB Tier creation. I can start/shutdown the database and the listener. But the application tier has not yet been populated. There is no data yet in the respective directories (prodcomn,prodora,prodappl)
    The following is the log file of rapidwiz -restart (last part)
    ===========================
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : boss
    sDbDomain : abc.org
    sDbPort : 1531
    sDbSid : PROD
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@boss.abc.org: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=boss.abc.org)(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=boss.abc.org)(PORT=1531))(CONNECT_DATA=(SERVICE_NAME=PROD.abc.org)))
    Exception occurred: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection
    Connection could not be obtained; returning null
    -------------------ADX Database Utility Finished---------------
    Could not get connection to the database.
    Exiting with status 100 to instantiate the tnsnames.ora template
    ===============
    Please help ....
    Thanks a lot

    Thanks for your words, it is really too much. Thanks anyway :)
    Did you verify that the database was created successfully? From the entries above, it indicates that the JDBC connection cannot be established, and this would happen if there is a missing entry in the hosts file OR the database is down OR the database listener is down. So, please refer to the installation log file and/or alert_<SID>.log file to verify this.

  • Oracle database error after clone EBS 11i.

    Hi,
    I am getting following error ORA-01578 message when I open forms after the cloning.
    APP-FND-01564: Oracle error 1578 in fdmgrated.
    But no error in database alert log file.
    Clone was done by RMAN.
    Oracle 10gR2 on AIX.
    EBS 11i.
    Thanks.

    Yes, Autocofig completed without any error message.
    But no errors in database alert log file.
    Full error message is when I open Forms:
    Cause: fdmgranted failed due to ORa-01578: Oracle data block corrupted
    (file#440, block#9291)
    ORA-01110: data file 440:
    ORA_26040: Data block was loaded using the NOLOGGING option.     please seee this
    ORA-1578 / ORA-26040 Corrupt blocks by NOLOGGING - Error explanation and solution [ID 794505.1]
    Handling Oracle Block Corruptions in Oracle7/8/8i/9i/10g/11g [ID 28814.1]
    How to identify all the Corrupted Objects in the Database with RMAN [ID 472231.1]
    OERR: ORA-1578 "ORACLE data block corrupted (file # %s, block # %s)" Master Note [ID 1578.1]
    Master Note for Handling Oracle Database Corruption Issues [ID 1088018.1]
    ;) AppsMAsti ;)
    sharing is Caring

  • Oracle EBS 11i Installation issues

    Dear All,
    I am trying to install Oracle EBS 11i on Redhat Enterprise Linux 4.5
    [oracle@machine1 /]$ cd /Stage11i/startCD/Disk1/rapidwiz/
    [oracle@machine1 rapidwiz]$ ./rapidwiz
    Note: i have started the installation logged as user oracle which is member of groups oinstall and dba
    the installatio starts without warning but suddenly installation aborted by giving the message check the log
    /u01/oracle/proddb/9.2.0/appsutil/log/PROD-macnine1/021804050.log to see the errors
    when i checked the specified log file ,some errors found here described below
    runProcess_6
    Statusstring Executing Command: adlnkoh.sh
    adlnkoh.sh started at Mon Feb 18 18:32:18 UZT 2008
    logfile located in /u01/oracle/proddb/9.2.0/install/make.log
    Error while running adlnkoh.sh. Please check logfile
    Errors while running adlnkoh.sh
    There was an error while running the command -
    /u01/oracle/proddb/9.2.0/temp/PROD_machine1/adrun9i.sh APPS APPS
    /u01/oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh: line 198:
    /u01/oracle/proddb/9.2.0/bin/sqlplus: No such file or directory
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file
    for details.
    and when i check the log file /u01/oracle/proddb/9.2.0/install/make.log
    many errors found like these
    chmod 6751 /u01/oracle/proddb/9.2.0/bin/oracle
    chmod: cannot access `/u01/oracle/proddb/9.2.0/bin/oracle': No such file or
    directory
    make: [ioracle] Error 1 (ignored)
    mv /u01/oracle/proddb/9.2.0/rdbms/lib/oracle
    /u01/oracle/proddb/9.2.0/bin/oraclemv: cannot stat
    `/u01/oracle/proddb/9.2.0/rdbms/lib/oracle': No such file or directory
    make: [ioracle] Error 1 (ignored)
    chmod 6751 /u01/oracle/proddb/9.2.0/bin/oracle
    chmod: cannot access `/u01/oracle/proddb/9.2.0/bin/oracle': No such file or
    directory
    make: [ioracle] Error 1 (ignored)
    Completed...
    /u01/oracle/proddb/9.2.0/bin/oracle did not relink properly.
    Please review relink errors in this log file
    The user Oracle (by which installation is in progress) has all privileges on base directory /u01 (used for 11i install)
    Here is the permissions for both directoried Stage11i and /u01
    Code: Select all
    drwxr-xr-x 7 root root 4096 Feb 15 13:03 Stage11i
    drwxr-xr-x 3 oracle oinstall 4096 Feb 18 17:05 u01

    Now i had started the installation again and once again unable to do this
    i had seen the errors while checking the logfile created during installation
    Statusstring Creating the database controlfile...
    adcrdb.sh started at Fri Feb 22 21:37:23 UZT 2008
    The environment settings are as follows ...
    ORACLE_HOME : /u01/oracle/testdb/9.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /u01/oracle/testdb/9.2.0/Apache/perl/bin:/u01/oracle/testdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/testdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/Stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    LD_LIBRARY_PATH : /u01/oracle/testdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/testdb/9.2.0/ctx/lib
    Executable : /u01/oracle/testdb/9.2.0/bin/sqlplus
    The log information will be written to
         /u01/oracle/testdb/9.2.0/appsutil/log/TEST_machine1/adcrdb_TEST.txt
    Creating the control file for TEST_machine1 database ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Feb 22 21:37:33 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506668 bytes
    Fixed Size          452204 bytes
    Variable Size          402653184 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000
    blocks
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u01/oracle/testdata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.localdomain"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506668 bytes
    Fixed Size          452204 bytes
    Variable Size          402653184 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified controlfile
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 3284
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506668 bytes
    Fixed Size          452204 bytes
    Variable Size          402653184 bytes
    Database Buffers     167772160 bytes
    Redo Buffers          10629120 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "TEST"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000 blocks
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u01/oracle/testdata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.localdomain"
    ERROR at line 1:
    ORA-01109: database not open
    declare lib_ver varchar2(3);
    ERROR at line 1:
    ORA-01219: database not open: queries allowed on fixed tables/views only
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    exit_code=1
    Checking for errors ...
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    ORA-01507: database not mounted
    ORA-01109: database not open
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORA-00205: error in identifying controlfile, check alert log for more info
    ORA-00210: cannot open the specified controlfile
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 3284
    ORA-06512: at line 1
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01200: actual file size of 120647 is smaller than correct size of 192000
    ORA-01110: data file 394: '/u01/oracle/testdata/a_ref01.dbf'
    ORA-01507: database not mounted
    ORA-01109: database not open
    ORA-01109: database not open
    The database has not been successfully created. Shutting down the instance ...
    SQL*Plus: Release 9.2.0.6.0 - Production on Fri Feb 22 21:39:16 2008
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected.
    ORACLE instance shut down.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    Cannot create control file for TEST
    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 TEST instance

  • EBS 11i - Concurrent Manager goes down due to network failure.

    Hi,
    We have a Single Node Oracle EBS 11i (11.5.10) [upgraded from 11.0.3] Production Instance on a Windows 2003 (32-Bit) server.
    We have UPS support for the Server but the Netwok Switch is not on UPS. Due to this whenever there is a power trip the network goes down and due to this the Concurrent Manager (only)goes down. All other Apps Tier and DB Tier services are up inlcluding the 806 Listener (APPS_SID).
    Is this how it is designed to work? Is there anyway to ensure that the Conc. Manager does not go down due to network failure.
    Rgds,
    Thiru

    Here it is
    Process monitor session ended : 02-OCT-2009 07:30:04
    The Internal Concurrent Manager has encountered an error.
    Review concurrent manager log file for more detailed information. : 02-OCT-2009 07:43:16 -
    Shutting down Internal Concurrent Manager : 02-OCT-2009 07:45:56
    Reviver is not enabled, not spawning a reviver process.
    List of errors encountered:
    _ 1 _
    Routine AFPCMT encountered an ORACLE error. ORA-01041: internal error.
    hostdef extension doesn't exist
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 2 _
    Routine AFPSMG encountered an ORACLE error. ORA-03114: not connected
    to ORACLE
    Review your error messages for the cause of the error. (=<POINTER>)
    _ 3 _
    Routine FDPCRQ encountered an ORACLE error. ORA-03113: end-of-file on
    communication channel
    Review your error messages for the cause of the error. (=<POINTER>)
    APP-FND-01564: ORACLE error 1041 in fdudat
    Cause: fdudat failed due to ORA-01041: internal error. hostdef extension doesn't exist.
    The SQL statement being executed at the time of the error was: &SQLSTMT and was executed from the file &ERRFILE.
    List of errors encountered:
    _ 1 _
    Routine AFPCAL received failure code while parsing or running your
    concurrent program CPMGR
    Review your concurrent request log file for more detailed information.
    Make sure you are passing arguments in the correct format.
    The PROPTRN_1002@PROPTRN internal concurrent manager has terminated with status 1 - giving up.

  • EBS 11i clone question

    Hi all,
    It's been awhile since I've cloned our EBS 11i.
    We used to have identical structure on the apps and db tiers between Prod, Uat and Crp environments. Some time ago we moved our Prod d/b on the SAN. So, now I have datafiles, redo logs and control files in different locations then before. In prod they are now in /prod/oraprd/oracle/data, /prod/oraprd/oracle/redo, /prod/oraprd/oracle/control.
    In Uat, they are in /uat/orauat/data directory.
    My question is: after I run a adpreclone.pl and copy files over to Uat, then untar them into correct directories, do I then go to init.ora parameter and change locations of control files?
    After that, do I modify (new locations) and rebuild controlfile before run adcfgclone.pl ???
    Thanks,
    Eugene

    do I then go to init.ora parameter and change locations of control files?After that, do I modify (new locations) and rebuild controlfile before run adcfgclone.pl ???You do not have to update any file manually, just run adcfgclone.pl script and it will prompt you to type the location of the data/redo/ log files.
    Just make sure you have the directories already created on the target server before you run postclone script.
    Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1]
    Troubleshooting RapidClone issues with Oracle Applications 11i [ID 364565.1] -- Section 4. Configure Target system
    Thanks,
    Hussein

  • EBS 11i hot backup

    Hi experts,
    I am doing hot clone of my ebs 11i with 10g db.
    all dbf file have copied control file is created with using trace on TEST...
    db is now on mount stage
    when i trying to recover gettign this error....
    SQL> recover database using backup controlfile until cancel;
    ORA-00283: recovery session canceled due to errors
    ORA-01110: data file 65: '/d02_testdbx/oracle/testdb/testdata/csdd01.dbf'
    ORA-01201: file 1 header failed to write correctly
    ORA-283 signalled during: ALTER DATABASE RECOVER database using backup controlfile until cancel ...
    Please suggest what to do ?????
    os is AIX
    thanks

    Hi;
    Please check below and see its helpful:
    Rman Duplicate Error When Creating Standby Database Rman-11003 Ora-1157 [ID 306092.1]
    Also check:
    OERR: ORA 1201 file header failed to write correctly [ID 18773.1]
    How to clone/duplicate a database with added datafile with no backup. [ID 292947.1]
    ORA-01110 ORA-1122 ORA-01251 When Restoring With a Backup from a Standby DB [ID 743101.1]
    MPP: (RDBMS) ORA-1124 ORA-283 ORA-1110 ON RECOVERY [ID 1031379.6]
    RMAN TSPITR Fails with ORA-283 [ID 241237.1]
    Hope it helps
    Regard
    Helios

  • EBS 11i Aix install error

    Hi Hussein,
    I am installing again EBS 11i (11.5.10.2) on Aix, and I got this pitpall again everytime I have this installed.
    I onften stuck up at the RW-50004 "Can not create control file error" ORA-1031: Insufficient privileges.
    I tried to remove all the tmp file at /var/tmp and chmod 777 and also rm -R .oracle, but the error persist.
    I also tried as "oracle" owner > sqlplus / as sysdba ....and I got ORA-1031 too. :(
    But I just copied the settings of my oracle owner to the existing one.
    The existing is "oraprod" using and I create anothe "oramgr" from my new instance.
    Its weird bacuase oraprod can sqlplus / as sysdba ....while oramgr can not.
    Please help.....
    Thanks

    Thanks hussein,
    By the way, as I can remember, there is not so much in the log files. Its just the usual thing similar error like
    RW-50004 external thing error, then when you see the log file, it stops on the creating of database / of course
    the first is the control file to hit the error. Then I found out that "oramgr" can not sqlplus / sysdba.
    So what I did is to add "dba" group and let the "oramgr" member of it. then I restarted the failed installation.
    Then it was able to continue, but I didnt see it completed becuase i left it running. But before that.
    I tried to login the "oracle" user owner of the existing PROD instance. True enough my suspicions is correct.
    Its the one now the cannot connect sqlplus / as sysdba or ora-1031 error.
    So my workaround will be (maybe I hope it worked) and not corrupts the existing PROD setup.
    If i use "oracle" and have to drop the "dba" group again. and if I use "oramgr" or PROD2 instance, I will add again
    the "dba" group .....whewwww what a setup :)

  • EBS 11i install error on Linux Rhel4

    Hi Friends,
    I have successfully insatalled EBS 11i (VISION) on linux before .
    Then I do another linux test install for a fresh install (PROD) EBS 11i as my second installation.
    But i was hit with the error RW-50004 in the middle of the process.
    The database log error shows the ff:
    ======================
    Starting listener process PROD ...
    addlnctl.sh: exiting with status 1
    Cannot start net8 listener
    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 PROD instance
    listener.log
    =======
    LSNRCTL for Linux: Version 9.2.0.6.0 - Production on 16-DEC-2008 12:29:15
    Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
    Starting /u03/oracle2/proddb/9.2.0/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 9.2.0.6.0 - Production
    System parameter file is /u03/oracle2/proddb/9.2.0/network/admin/PROD_accelerator/listener.ora
    Log messages written to /u03/oracle2/proddb/9.2.0/network/admin/prod.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROCPROD)))
    Error listening on: (ADDRESS=(PROTOCOL=TCP)(Host=%s_virtual_hostname%.abc.biz)(Port=1541))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
    TNS-00515: Connect failed because target host or object does not exist
    Listener failed to start. See the error message(s) above...
    ================
    my etc/hosts
    192.168.1.173 accelerator.abc.biz accelerator
    ==============
    Why do I get %_virtual_hostname% at my Host?
    Thanks a lot

    I have successfully insatalled EBS 11i (VISION) on linux before .
    Then I do another linux test install for a fresh install (PROD) EBS 11i as my second installation.Do you mean on the same host?
    Why do I get %s_virtual_hostname% at my Host?Please check the hostname in the listener.ora file under $RDBMS_ORACLE_HOME\network\admin\<CONTEXT_NAME>. If it shows "s_virtual_hostname", edit the file and replace this entry with your hostname "accelerator.abc.biz" and click on retry button.

  • Upgrade EBS 11i To R12.2

    Hello ,
    I need help if you can send me notes , DOC   .... step by step how to upgrade EBS 11i to R12.2
    Thanks

    Hi,
    there are MOS notes and Whitepapers available.
    Note that there are some SLA upgrade jobs in the upgrade from 11i to Release 12.2.0, especially ... most current data is being upgraded.
    Best Practices for Minimizing Oracle EBS R12.2.n Upgrade Downtime Whitepaper
    regards

  • EBS 11i AutoInvoice Performance Very Slow

    Hi all,
    EBS 11i
    Oracle 9.2.0.6 32bit
    AutoInvoice Transfer Program has been bugging down the Company's business, a bad start for 2013. Please help for this serious problem :(
    Attached is the "STATSPACK" report for the slow performance time.
    STATSPACK report for
    DB Name         DB Id    Instance     Inst Num Release     Cluster Host
    OAPROD        4204192100 OAPROD              1 9.2.0.6.0   NO      oel5.prod
                                                                       e.local
                  Snap Id     Snap Time      Sessions Curs/Sess Comment
    Begin Snap:       551 02-Jan-13 22:00:04      123      59.1
      End Snap:       553 03-Jan-13 00:00:02       97      48.7
       Elapsed:              119.97 (mins)
    Cache Sizes (end)
    ~~~~~~~~~~~~~~~~~
                   Buffer Cache:       288M      Std Block Size:          8K
               Shared Pool Size:       288M          Log Buffer:     10,240K
    Load Profile
    ~~~~~~~~~~~~                            Per Second       Per Transaction
                      Redo size:             54,437.02             65,579.53
                  Logical reads:          2,053,336.52          2,473,626.15
                  Block changes:                383.39                461.86
                 Physical reads:             43,270.67             52,127.57
                Physical writes:                 46.63                 56.18
                     User calls:                 35.83                 43.16
                         Parses:                 25.53                 30.76
                    Hard parses:                  0.18                  0.21
                          Sorts:                186.25                224.38
                         Logons:                  0.08                  0.10
                       Executes:                108.76                131.02
                   Transactions:                  0.83
      % Blocks changed per Read:    0.02    Recursive Call %:     85.81
    Rollback per transaction %:    3.18       Rows per Sort:      3.77
    Instance Efficiency Percentages (Target 100%)
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                Buffer Nowait %:   99.99       Redo NoWait %:     99.98
                Buffer  Hit   %:   97.90    In-memory Sort %:    100.00
                Library Hit   %:   99.87        Soft Parse %:     99.31
             Execute to Parse %:   76.52         Latch Hit %:     99.96
    Parse CPU to Parse Elapsd %:   37.01     % Non-Parse CPU:     99.98
    Shared Pool Statistics        Begin   End
                 Memory Usage %:   95.13   94.82
        % SQL with executions>1:   83.58   95.42
      % Memory for SQL w/exec>1:   79.28   92.57
    Top 5 Timed Events
    ~~~~~~~~~~~~~~~~~~                                                     % Total
    Event                                               Waits    Time (s) Ela Time
    CPU time                                                       74,717    84.80
    latch free                                        181,788       8,101     9.19
    db file scattered read                         47,546,136       2,893     3.28
    db file sequential read                        23,092,208       2,006     2.28
    buffer busy waits                               1,812,920         193      .22
    ^LWait Events for DB: OAPROD  Instance: OAPROD  Snaps: 551 -553
    -> s  - second
    -> cs - centisecond -     100th of a second
    -> ms - millisecond -    1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    latch free                        181,788    180,378      8,101     45     30.4
    db file scattered read         47,546,136          0      2,893      0  7,957.5
    db file sequential read        23,092,208          0      2,006      0  3,864.8
    buffer busy waits               1,812,920          2        193      0    303.4
    log file switch (checkpoint           124         51         69    560      0.0
    log file parallel write            21,251          0         39      2      3.6
    log file sync                       4,072          0         21      5      0.7
    control file parallel write         3,061          0         12      4      0.5
    library cache load lock                 5          2          9   1806      0.0
    log file switch completion             54          6          8    148      0.0
    PX Deq: Execute Reply               7,268          0          6      1      1.2
    PX Deq: Signal ACK                    297        103          6     21      0.0
    PX qref latch                         310        279          5     16      0.1
    PX Deq: Msg Fragment                4,301          0          4      1      0.7
    PX Deq Credit: send blkd            1,256          0          2      2      0.2
    PX Deq: Parse Reply                   267          0          2      7      0.0
    process startup                        46          0          2     39      0.0
    PX Deq: Table Q Sample                 84          0          2     22      0.0
    library cache pin                     337          0          1      4      0.1
    kksfbc child completion               116         76          1     11      0.0
    write complete waits                    2          1          1    491      0.0
    PX Deq: Join ACK                      212          0          1      4      0.0
    SQL*Net break/reset to clien        2,152          0          1      0      0.4
    enqueue                                80          0          1      7      0.0
    db file parallel read                  38          0          0     13      0.0
    SQL*Net more data to client        24,272          0          0      0      4.1
    log file single write                 160          0          0      2      0.0
    PX Deq: Table Q qref                   62          0          0      4      0.0
    control file sequential read        4,336          0          0      0      0.7
    direct path read                   45,818          0          0      0      7.7
    library cache lock                      1          0          0     76      0.0
    direct path write                  22,821          0          0      0      3.8
    LGWR wait for redo copy             5,387          0          0      0      0.9
    PX Deq Credit: need buffer            206          0          0      0      0.0
    undo segment extension             40,035     40,028          0      0      6.7
    db file parallel write              3,904          0          0      0      0.7
    db file single write                   40          0          0      0      0.0
    log file sequential read              160          0          0      0      0.0
    async disk IO                          40          0          0      0      0.0
    SQL*Net message from client       269,626          0    337,613   1252     45.1
    pipe get                            5,313      5,286     21,063   3964      0.9
    queue messages                      1,466      1,464     14,023   9566      0.2
    wakeup time manager                   239        238      6,738  28191      0.0
    PX Idle Wait                        3,475      3,042      6,026   1734      0.6
    jobq slave wait                       961        960      2,824   2939      0.2
    PX Deq: Execution Msg               9,423          1        159     17      1.6
    PX Deq: Table Q Normal              1,362          4          8      6      0.2
    SQL*Net more data from clien       12,643          0          2      0      2.1
    SQL*Net message to client         269,616          0          0      0     45.1
    ^LWait Events for DB: OAPROD  Instance: OAPROD  Snaps: 551 -553
    -> s  - second
    -> cs - centisecond -     100th of a second
    -> ms - millisecond -    1000th of a second
    -> us - microsecond - 1000000th of a second
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    ^LBackground Wait Events for DB: OAPROD  Instance: OAPROD  Snaps: 551 -553
    -> ordered by wait time desc, waits desc (idle events last)
                                                                       Avg
                                                         Total Wait   wait    Waits
    Event                               Waits   Timeouts   Time (s)   (ms)     /txn
    log file parallel write            21,251          0         39      2      3.6
    latch free                            407        353         13     32      0.1
    control file parallel write         2,981          0         12      4      0.5
    db file scattered read              3,464          0          5      1      0.6
    db file sequential read             1,756          0          2      1      0.3
    rdbms ipc reply                       137          0          2     16      0.0
    log file single write                 160          0          0      2      0.0
    enqueue                                17          0          0      6      0.0
    control file sequential read        3,346          0          0      0      0.6
    LGWR wait for redo copy             5,387          0          0      0      0.9
    db file parallel write              3,904          0          0      0      0.7
    direct path read                    1,833          0          0      0      0.3
    direct path write                   1,833          0          0      0      0.3
    log file sequential read              160          0          0      0      0.0
    buffer busy waits                      21          0          0      0      0.0
    rdbms ipc message                  41,753      9,476     33,069    792      7.0
    pmon timer                          4,438      2,164      7,021   1582      0.7
    smon timer                            522          1      6,820  13064      0.1
    ^LSQL ordered by Gets for DB: OAPROD  Instance: OAPROD  Snaps: 551 -553
    -> End Buffer Gets Threshold:     10000
    -> Note that resources reported for PL/SQL includes the resources used by
       all SQL statements called within the PL/SQL code.  As individual SQL
       statements are also reported, it is possible and valid for the summed
       total % to exceed 100
                                                         CPU      Elapsd
      Buffer Gets    Executions  Gets per Exec  %Total Time (s)  Time (s) Hash Value
      5,636,117,159           28  201,289,898.5   38.1 ######## #########  835260576
    Module: RAXTRX
    INSERT INTO RA_INTERFACE_ERRORS  (INTERFACE_LINE_ID,   MESSAGE_
    TEXT,   INVALID_VALUE) SELECT  INTERFACE_LINE_ID, :b_err_msg6, '
    trx_number='||T.TRX_NUMBER||','||'customer_trx_id='||TL.CUSTOMER
    _TRX_ID FROM RA_INTERFACE_LINES_GT IL, RA_CUSTOMER_TRX_LINES TL,
    RA_CUSTOMER_TRX T WHERE  IL.REQUEST_ID = :b1 AND    IL.INTERFAC
        511,626,129           20   25,581,306.5    3.5  8155.90  15045.56  205460129
    Module: JDBC Thin Client
    select  TRANSACTION_BRANCH , BRANCH_ADDRESS_1 , BRANCH_ADDRESS_2
    , BRANCH_PHONES , BRANCH_FAX , BRANCH_TIN , TRX_NUMBER , TRX_NU
    MBER_DISP , TRX_DATE , TRX_DATE_DISP , BILL_TO_CUSTOMER_ID , BIL
    L_TO_CUSTOMER_NAME , SHIP_DATE_ACTUAL_DISP , SHIP_TO_NAME , SHIP
    _TO_ADDRESS1 , SHIP_TO_ADDRESS2 , SHIP_TO_ADDRESS3 , SHIP_TO_ADD
        114,013,000        8,544       13,344.2    0.8  2919.47   4527.54  803969757
    Module: JDBC Thin Client
    SELECT COALESCE(DELV_ADDR.CITY, DELV_ADDR.PROVINCE) FROM APPS.OE
    _ORDER_HEADERS_ALL OE_HEADERS , APPS.RA_SITE_USES_ALL DELV_SITE
    , APPS.RA_ADDRESSES_ALL DELV_ADDR WHERE TO_CHAR(ORDER_NUMBER) =
    :B1 AND DELV_SITE.SITE_USE_ID(+) = OE_HEADERS.DELIVER_TO_ORG_ID
    AND DELV_ADDR.ADDRESS_ID(+) = DELV_SITE.ADDRESS_ID
        113,972,897        8,550       13,330.2    0.8  2924.20   4550.22 3761220362
    Module: JDBC Thin Client
    SELECT DELV_ADDR.ADDRESS1 FROM APPS.OE_ORDER_HEADERS_ALL OE_HEAD
    ERS , APPS.RA_SITE_USES_ALL DELV_SITE , APPS.RA_ADDRESSES_ALL DE
    LV_ADDR WHERE TO_CHAR(ORDER_NUMBER) = :B1 AND DELV_SITE.SITE_USE
    _ID(+) = OE_HEADERS.DELIVER_TO_ORG_ID AND DELV_ADDR.ADDRESS_ID(+
    ) = DELV_SITE.ADDRESS_ID
        113,972,850        8,551       13,328.6    0.8  2919.13   4533.69 4273350236
    Module: JDBC Thin Client...more... > http://www.datafilehost.com/download-60d3df1e.html
    If downloading this file...
    Uncheck [ ] Use our download manager and get recommended downloads
    Your assistance is highly appreciated.
    Thanks a lot,
    Jan

    Hi hussein,
    Is this normal locks for the apps table which is "3". Im selecting the locks even if there is no users in the system.
    SELECT o.owner, o.object_name, o.object_type, o.last_ddl_time, o.status, l.session_id,
    l.oracle_username, l.locked_mode
    FROM dba_objects o, gv$locked_object l
    WHERE o.object_id = l.object_id;
    OWNER       OBJECT_NAME                                OBJECT_TYPE       LAST_DDL  STATUS       SESSION_ID       ORACLE_USERNAME       LOCKED_MODE
    APPLSYS       FND_CONCURRENT_QUEUES               TABLE      24-APR-10      VALID      109      APPS      3
    APPLSYS       FND_CONCURRENT_REQUESTS               TABLE      24-APR-10      VALID      25      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_T       TABLE      24-APR-10      VALID      143      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_T       TABLE      24-APR-10      VALID      139      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_T       TABLE      24-APR-10      VALID      138      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_T       TABLE      24-APR-10      VALID      131      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_T       TABLE      24-APR-10      VALID      115      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_T       TABLE      24-APR-10      VALID      103      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_T       TABLE      24-APR-10      VALID      87      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_H       TABLE      24-APR-10      VALID      143      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_H       TABLE      24-APR-10      VALID      139      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_H       TABLE      24-APR-10      VALID      138      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_H       TABLE      24-APR-10      VALID      131      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_H       TABLE      24-APR-10      VALID      115      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_H       TABLE      24-APR-10      VALID      103      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_H       TABLE      24-APR-10      VALID      87      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_I       TABLE      24-APR-10      VALID      143      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_I       TABLE      24-APR-10      VALID      139      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_I       TABLE      24-APR-10      VALID      138      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_I       TABLE      24-APR-10      VALID      131      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_I       TABLE      24-APR-10      VALID      115      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_I       TABLE      24-APR-10      VALID      103      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_OPP_AQTBL_I       TABLE      24-APR-10      VALID      87      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      121      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      104      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      95      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      75      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      67      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      66      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      55      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      54      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_T       TABLE      24-APR-10      VALID      52      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      121      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      104      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      95      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      75      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      67      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      66      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      55      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      54      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_H       TABLE      24-APR-10      VALID      52      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      121      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      104      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      95      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      75      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      67      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      66      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      55      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      54      APPS      3
    APPLSYS       AQ$_FND_CP_GSM_IPC_AQTBL_I       TABLE      24-APR-10      VALID      52      APPS      3Thanks,
    Edited by: yxes2013 on 21.1.2013 10:18

  • Opatch error while applying Windows patch 6 (9.2.0.8.0) on EBS 11i Database

    Hi,
    I am upgrading our EBS 11i database (9.2.0.5.0) to 9.2.0.8.0 by following note : 216550.1 (Interoperability Notes Oracle Applications Release 11i with Oracle9i Release 2 (9.2.0)).
    I have installed Opatch 2617419 and then installed 6880880 (p6880880_101000_WINNT.zip) (OUI patch).
    While applying Windows patch 6 (5916268) ,using opatch I am getting the following error:
    OPATCH_JAVA_ERROR=OPatch Exception while trying to check for Mini Patchset
    Cannot check bug/file conflict and component prerequisite checks.
    ERROR: OPatch failed during prerequisite check.
    OPatch returns with error code = 150
    Any help to resolve the issue is appreciated.
    I saw note +'OPATCH_JAVA_ERROR=OPatch Exception While Trying to Check for Mini Patchset' while applying patch using opatch 1.0.0.0.x [ID 971783.1].+
    There are no '&' in the inventory file. There are a lot of '<'. I dont know if this note is applicable.
    Thanks
    Thiru.

    Hi,
    I am following section 2 only.
    In Section 2, # 7 we have to apply latest Oracle Patching Tool (OPatch) patch 2617419 and in # 8 we have to apply additional 9.2.0.8 RDBMS patches ( in our case it is Windows patch 6.
    I am getting issue while applying Windows patch 6 using opatch.
    Rgds,
    Thiru

  • Installing EBS 11i on CentOS 5.4

    Dear Members :
    Encountering: error while loading shared libraries: libdb.so.3: cannot open shared object file: no such file or directory >> in step 4/5 and message showing "starting CVM on middle tier".
    CentOS might not be the certified version, but since it is nothing but RHEL, I tried. Could you clear my confusions :
    [1] If patch 6078836 solves the issue, how to download, as I don't have Oracle SID.
    [2] Whether patches are not required if I install it on OEL5 and what should be the right Update version for that ?
    [3] Is there any way I could still install on CentOS5.4, applying some rpms, to overcome libdb.so.3 issue ?
    I downloaded EBS 11i from e-delivery choosing "on-demand/Linux X86" .
    Thanks in advance.
    Atanu

    Hi Atanu,
    Could you please try to answer my first post in this regard ?
    CentOS might not be the certified version, but since it is nothing but RHEL, I tried. Could you clear my confusions :Off course both Centos and redhat holds same source code, you can try your Installation on centos, but what i recommend is you can get certified OS platform free to download from oracle web http://edelivery.oracle.com then why to waste time on uncertified version of OS if Installation failed.
    [1] If patch 6078836 solves the issue, how to download, as I don't have Oracle SID.Yes this can resolve your Issue, but for downloading this patch you need to have valid CSI number.
    [2] Whether patches are not required if I install it on OEL5 and what should be the right Update version for that ?Yes, this is an interoperability patch at OS level provided by oracle as pre-requisite patch for Installing oracle applications.
    [3] Is there any way I could still install on CentOS5.4, applying some rpms, to overcome libdb.so.3 issue ?yes, you can. But Instead of wasting your time i again recommend you to download OEL from http://edelivery.oracle.com
    Regards,
    X A H E E R

  • RHEL 6 for EBS 11i (11.5.10.2)

    Hi hussein,
    I posted a thread in here before about our company buying or upgrading to a newer server which is of higher-end and with bigger CPUs and Memories.
    We are currently running EBS 11i (11.5.10.2) on the current server which is about 6 years old. This is single node only and running RHEL 4.6.
    Now, due to performance degradation, we are buying newer machines which will be a two-node configuration. The machine vendor said that the O.S. that it runs on will be RHEL 6.
    My question is....Is RHEL 6 supported in EBS 11i? Can I clone the existing PROD EBS 11i which is on RHEL 4.6 to
    the new target servers running on RHEL 6?
    Thanks a lot,
    Ms Inday

    My question is....Is RHEL 6 supported in EBS 11i? No, you either need to install RHEL4 or RHEL5.
    Can I clone the existing PROD EBS 11i which is on RHEL 4.6 to
    the new target servers running on RHEL 6?If you install RHEL5, you can use Rapid Clone to clone from RHEL4 to RHEL5.
    Please see these docs for the list of pre-req. software and packages on RHEL5/OEL5
    Oracle Applications Installation Update Notes, Release 11i (11.5.10.2) [ID 316806.1]
    Oracle Applications 11i Installation on OEL5 or RHEL5 [ID 730444.1]
    Recommendations to Install Oracle Applications 11i [ID 294932.1]
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    You may relink relink the executable files as per the docs referenced in this thread (it is optional as Rapid Clone will do this for you).
    Need clarification on Solaris 10 upgrade for E Business suite application
    Need clarification on Solaris 10 upgrade for E Business suite application
    Thanks,
    Hussein
    Thanks,
    Hussein

Maybe you are looking for