Confused about EBS 11i Logs

on the path $COMMON_TOP/admin/log/CONTEXT_NAME/, I have logs called FNDCPGSC*.txt. these files are so huge and some of them are consuming about 12GB, 7GB etc. can I delete these files or what is the effect of deleting these files.
If not can I zero them/Purge by using ">" command since I’m not left with enough space on the apps server.
The installation is on Solaris 10
Brgds/Bulinsky

f602fef7-07a5-48ad-94fe-dd111f330467 wrote:
on the path $COMMON_TOP/admin/log/CONTEXT_NAME/, I have logs called FNDCPGSC*.txt. these files are so huge and some of them are consuming about 12GB, 7GB etc. can I delete these files or what is the effect of deleting these files.
If not can I zero them/Purge by using ">" command since I’m not left with enough space on the apps server.
The installation is on Solaris 10
Brgds/Bulinsky
These are workflow log files, so you can safely delete/purge them. Stop the Workflow services (or CMs using adcmctl.sh script), delete/purge the files, then start Workflow/CMs) -- You may take a backup first in case you need to refer to those log files later.
Thanks,
Hussein

Similar Messages

  • Confused about standby redo log groups

    hi masters,
    i am little bit confuse about creating redo log group for standby database,as per document number of standby redo group depends on following equation.
    (maximum number of logfiles for each thread + 1) * maximum number of threads
    but i dont know where to fing threads? actually i would like to know about thread in deep.
    how to find current thread?
    thanks and regards
    VD

    is it really possible that we can install standby and primary on same host??
    yes its possible and i have done it many times within the same machine.
    For yours confusion about spfile ,i agree document recommend you to use spfile which is for DG broker handling if you go with DG borker in future only.
    There is no concern spfile using is an integral step for primary and standby database implementation you can go with pfile but good is use spfile.Anyhow you always keep pfile on that basis you created spfile,i said you make an entry within pfile then mount yours standby database with this pfile or you can create spfile from this pfile after adding these parameter within pfile,i said cause you might be adding this parmeter from SQL prompt.
    1. logs are not getting transfered(even i configure listener using net manager)
    2.logs are not getting archived at standby diectory.
    3.'ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DISCONNECT FROM SESSION' NEVER COMPLETE ITS RECOVERY
    4. when tried to open database it always note it 'always' said system datafile is not from sufficiently old backup.
    5.i tried 'alter database recover managed standby database camncel' also.Read yours alert log file and paste the latest log here..
    Khurram

  • Confusion about In-Memory logging and Permanent message

    Dear sir:
    In the Replication C-GSG.pdf document, it describes as follow:
    For the master (again, using the replication framework), things are a little more
    complicated than simple message acknowledgment. Usually in a replicated application,
    the master commits transactions asynchronously; that is, the commit operation does not
    block waiting for log data to be flushed to disk before returning. So when a master is
    managing permanent messages, it typically blocks the committing thread immediately
    before commit() returns. The thread then waits for acknowledgments from its replicas.
    If it receives enough acknowledgments, it continues to operate as normal.
    If the master does not receive message acknowledgments — or, more likely, it does not
    receive enough acknowledgments — the committing thread flushes its log data to disk
    and then continues operations as normal. The master application can do this because
    replicas that fail to handle a message, for whatever reason, will eventually catch up to
    the master. So by flushing the transaction logs to disk, the master is ensuring that the
    data modifications have made it to stable storage in one location (its own hard drive).
    My question:
    If I have configured IN-Memory Logging in the logging subsystem, is it means that even the master does not receive enough acknowledgments, the committing thread will not flush the log data to disk and just let it stay in the memory region?

    Yes, that's correct.
    You might find this additional information helpful:
    db-4.5.20/docs/ref/program/ram.html

  • How to check ,how many  users are logged in and logged out in oracle ebs 11i/R12.

    Hi Experts,
    Kindly let me know
    how to check ,how many  users are logged in and logged out in oracle ebs 11i/R12.
    Also, in the database level too ,Do we need to write any trigger for this?
    Thanks in advance.

    Hi,
    How to check ,how many  users are logged in and logged out in oracle ebs 11i/R12.
    Please check the following links:
    Oracle EBS - Number of Users logged into EBS / Oracle Applications currently
    List all users currently logged in on Oracle EBS
    Also see forum Search:
    Forum Search: Logged In EBS User
    Also, in the database level too
    Please see:
    https://forums.oracle.com/message/9225094#9225094
    Do we need to write any trigger for this?
    Yes you may, But I personally suggest you not to do so as it may affect performance.
    Thanks &
    Best Regards,

  • I'm a bit confused about standby log files

    Hi all,
    I'm a bit confused about something and wondering if someone can explain.
    I have a Primary database that ships logs to a Logical Standby database.
    Everything appears to be working properly. If I check the v$archived_log table in the Primary and compare it to the dba_logstdby_log view in the Logical Standby, I'm seeing that logs are being applied.
    On the logical standby, I have the following configured for log_archive_dest_n parameters:
    *.log_archive_dest_1='LOCATION=/u01/oracle/archivedlogs/ORADB1
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PNX8A_GMD'
    *.log_archive_dest_2='LOCATION=/u02/oracle/archivedlogs/ORADB1
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PNX8A_GMD'
    *.log_archive_dest_3='LOCATION=/u03/oracle/archivedlogs/ORADB1
    VALID_FOR=(ALL_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=PNX8A_GMD'
    *.log_archive_dest_4='SERVICE=PNX8A_WDC ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=PNX8A_WDC'
    *.log_archive_dest_5='LOCATION=/u01/oracle/standbylogs/ORADB1
    VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PNX8A_GMD'
    *.log_archive_dest_6='LOCATION=/u02/oracle/standbylogs/ORADB1
    VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PNX8A_GMD'
    *.log_archive_dest_7='LOCATION=/u03/oracle/standbylogs/ORADB1
    VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=PNX8A_GMD'
    Here is my confusion now. Before converting from a Physical standby database to a Logical Standby database, I was under the impression that I needed the standby logs (i.e. log_archive_dest_5, 6 and 7 above) because a Physical Standby database would receive the redo from the primary and write it into the standby logs before applying the redo in the standby logs to the Physical standby database.
    I've now converted to a Logical Standby database. What's happening is that the standby logs are accumulating in the directory pointed to by log_archive_dest_6 above (/u02/oracle/standbylogs/ORADB1). They do not appear to be getting cleaned up by the database.
    In the Logical Standby database I do have STANDBY_FILE_MANAGEMENT parameter set to AUTO. Can anyone explain to me why standby log files would continue to accumulate and how I can get the Logical Standby database to remove them after they are no longer needed on the LSB db?
    Thanks in advance.
    John S

    JSebastian wrote:
    I assume you mean in your question, why on the standby database I am using three standby log locations (i.e. log_archive_dest_5, 6, and 7)?
    If that is your question, my answer is that I just figured more than one location would be safer but I could be wrong about this. Can you tell me if only one location should be sufficient for the standby logs? The more I think of this, that is probably correct because I assume that Log Transport services will re-request the log from the Primary database if there is some kind of error at the standby location with the standby log. Is this correct?As simple configure as below. Why more multiple destinations for standby?
    check notes Step by Step Guide on How to Create Logical Standby [ID 738643.1]
    >
    LOG_ARCHIVE_DEST_1='LOCATION=/arch1/boston VALID_FOR=(ONLINE_LOGFILES,ALL_ROLES) DB_UNIQUE_NAME=boston'
    LOG_ARCHIVE_DEST_2='SERVICE=chicago LGWR ASYNC VALID_FOR=(ONLINE_LOGFILES,PRIMARY_ROLE) DB_UNIQUE_NAME=chicago'
    LOG_ARCHIVE_DEST_3='LOCATION=/arch2/boston/ VALID_FOR=(STANDBY_LOGFILES,STANDBY_ROLE) DB_UNIQUE_NAME=boston'
    The following table describes the archival processing defined by the initialization parameters shown in Example 4-2.
         When the Boston Database Is Running in the Primary Role      When the Boston Database Is Running in the Logical Standby Role
    LOG_ARCHIVE_DEST_1      Directs archival of redo data generated by the primary database from the local online redo log files to the local archived redo log files in /arch1/boston/.      Directs archival of redo data generated by the logical standby database from the local online redo log files to the local archived redo log files in /arch1/boston/.
    LOG_ARCHIVE_DEST_2      Directs transmission of redo data to the remote logical standby database chicago.      Is ignored; LOG_ARCHIVE_DEST_2 is valid only when boston is running in the primary role.
    LOG_ARCHIVE_DEST_3      Is ignored; LOG_ARCHIVE_DEST_3 is valid only when boston is running in the standby role.      Directs archival of redo data received from the primary database to the local archived redo log files in /arch2/boston/.
    >
    Source:-
    http://docs.oracle.com/cd/B19306_01/server.102/b14239/create_ls.htm

  • 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

  • EBS 11i, about environment variable OA_MEDIA

    Hello,
    We are in EBS 11i.
    The system has been installed using an application server and a db server. (on 2 different unix server)
    I have noticed that OA_MEDIA is declared on both unix servers (exactly the same directory path).
    That means that we had to duplicate all files in $OA_MEDIA into both server OA_MEDIA directory.
    My first question : Is it a good practice ?
    Second question : In the way we declared OA_MEDIA, is it possible that it points only on one server ? ( the db server for instance )
    Thanks for your help,
    Olivier

    The system has been installed using an application server and a db server. (on 2 different unix server)
    Assuming you have two nodes (1 application node and 1 database node) ..
    My first question : Is it a good practice ?
    No, since this directory should exist on the application tier node only.
    Second question : In the way we declared OA_MEDIA, is it possible that it points only on one server ? ( the db server for instance )
    If no application tier components are running on the database tier node then you shouldn't have OA_MEDIA directory mounted on the database tier node.
    http://docs.oracle.com/cd/B25516_18/current/acrobat/11iconcepts.pdf
    Thanks,
    Hussein

  • Installing Oracle EBS 11i installation problem

    Dear All,
    I have a problem regarding the installation of Oracle EBS 11i of which I can't figure out a solution.
    After unzipping all the 108 files during the rapidwiz installation the installer seems to halt (in step 1, 100% of file extraction). It involves instconf.drv but it doesn't show me an error in the installation logs. The line that appears is the following:
    instantiatefile -d instconf.drv
    I tried to change my Linux distribution from SLES10 to Ubuntu but that doesn't work either.
    Could you please help me out with this.
    Kind regards,
    Charif Ennaciri

    Dear hsawwan,
    I checked the log file and it's full of lines similar like:
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/addNode.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/addNode.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/addNode.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    AC-50402: Exception: java.lang.NullPointerException
    Raised by oracle.apps.ad.autoconfig.InstantiateFile
    instantiate file:
    source : /d01/oracle/visdb/9.2.0/appsutil/template/oui/bin/ouica.sh
    dest : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh
    backup : /d01/oracle/visdb/9.2.0/oui/bin/ouica.sh to /d01/oracle/visdb/9.2.0/appsutil/out/VIS_server/04261350/ouica.sh
    StackTrace:
    java.lang.NullPointerException
         at oracle.apps.ad.autoconfig.InstantiateFile.instantiateTheFile(InstantiateFile.java:4019)
         at oracle.apps.ad.autoconfig.InstantiateFile.processDriverFile(InstantiateFile.java:2655)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:1066)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:951)
         at oracle.apps.ad.autoconfig.InstantiateFile.<init>(InstantiateFile.java:609)
         at oracle.apps.ad.autoconfig.InstantiateFile.doMain(InstantiateFile.java:1948)
         at oracle.apps.ad.autoconfig.InstantiateFile.main(InstantiateFile.java:2312)
    What can I do about this?
    Kind regards,
    Charif

  • Cloning EBS 11i AIX 5L

    Hi Friends,
    I am cloning EBS 11i AIX 5L on the same server.
    Currently we have EBS 11i PROD on the server, @user oracle.
    I want to clone it to EBS 11i TEST on the same server, @user oracle2.
    Things I did:
    1. run autoconfig
    2. run preclone programs
    3. copy appl and db file to new location for user oracle2.
    4. run cloning at user oracle2.
    But I got the following error:
    $ perl adcfgclone.pl dbTier
    Enter the APPS password [APPS]:
    apps
    ERROR : Unable to set CLASSPATH
    /u10/app/oracle/kprddb/9.2.0/appsutil/clone/bin/../jlib/classes111.zip: is missing
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    sh: 946274 Illegal instruction(coredump)
    ERROR: context creation not completed successfully.
    Please check /tmp/adcfgclone.err file for errors
    =========
    adcfgclone.err
    =========
    stackpointer=2ff20660
    JVMXM004: JVM is performing abort shutdown sequence
    JVMDG217: Dump Handler is Processing a Signal - Please Wait.
    JVMDG303: JVM Requesting Java core file
    JVMDG304: Java core file written to /u10/app/oracle/kprddb/9.2.0/appsutil/clone/
    bin/javacore946274.1227240407.txt
    JVMDG215: Dump Handler has Processed Exception Signal 4.
    ==== end ====
    Can you help me please....
    Thanks a lot

    Hi All,
    I got some details of the required error logs and error check procedures to be done.
    a. The cloning notes I used is >Cloning Oracle Applications Release 11i with Rapid Clone
    Doc ID: Note:230672.1
    b. From the source :
    Select bug_number from ad_bugs where bug_number in ('3453499','5414396','6372396','3571388','5478710','
    5035661','6502082','2237858','6718351','3453499','4445697','4617175','6372396');
    BUG_NUMBER
    3453499
    c. 3 Results of adident (on source):
    adident Header $JAVA_TOP/oracle/apps/ad/clone/ApplyDatabase.class
    adident Header put your RDBMS
    ORACLE_HOME/appsutil/java/oracle/apps/ad/clone/ApplyDatabase.class
    $ adident Header $JAVA_TOP/oracle/apps/ad/clone/ApplyDatabase.class
    /u04/app/oa/kprdcomn/java/oracle/apps/ad/clone/ApplyDatabase.class:
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    $ adident Header $ORACLE_HOME/appsutil/java/oracle/apps/ad/clone/ApplyDatabase.class
    /u03/app/oracle/kprddb/9.2.0/appsutil/java/oracle/apps/ad/clone/ApplyDatabase.class:
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    $Header ApplyDatabase.java 115.93 2005/07/22 22:42:46 hfux ship $
    4. Check that you correctlly updated /etc/hosts in your target system.
    Upload it for review.
    /etc/hosts is the same because we are cloning on the same server PROD and TEST
    5. Check the following logs:
    From source:
    available >appsTier:
    $APPL_TOP\admin\SID_hostname\log:
    StageAppsTier_XXXXXXXX.log
    dbTier:
    DB $ORACLE_HOME\appsutil\log\SID_hostname\StageDBTier_XXXXXXXX.log
    From target:
    ***** The following files are not generated since error occured *****
    =============
    appsTier :
    $APPL_TOP\admin\SID_hostname\log\ApplyAppsTier_XXXXXXXX.log
    \tmp\CloneContext_XXXXXXXX.log
    8.0.6 $ORACLE_HOME\install\make_XXXXXXXX.log
    iAS $ORACLE_HOME\install\make.log
    dbTier:
    DB $ORACLE_HOME\appsutil\log\SID_hostname:
    adcrdb_SID.txt
    addbupdgsm.txt
    addlnctl.txt
    afadmprf.txt
    ApplyDBTier_XXXXXXXX.log
    oraInventory:
    apps2005-XX-XX_HH-MM-SS-AM/PM.log
    OracleHomeCloner_XXXXXXXX.log
    Thanks

  • Runaway Processes in our EBS 11i Server

    Hi hussein,
    RHEL 4.6
    EBS 11i
    I am confused with was is happening to our EBS 11i server.
    I usually clear everything by shutting down all apps and db tiers process.
    then I check ps -ef| and I see that there is no more appsmgr and oramgr id running.
    But after a while....there will start some appsmgr process but no oramgr process I do not know if someone has triggered this process in crontab? but I can not idenfy which process starting it. I can see <defunct> status in the "top"
    monitoring and it is consuming cpu and memory resources. I just can not understand why this appsmgr process can run without a database?
    appltrng 13389     1  0 06:00 ?        00:00:01 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/httpd -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd.conf
    appltrng 13417 13389  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/fcgi- -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd.conf
    appltrng 13418 13389  0 06:00 ?        00:00:19 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/httpd -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd.conf
    appltrng 13419 13418  0 06:00 ?        00:00:02 /uo1/oracle/oatrngcomn/util/java/1.4/j2sdk1.4.2_04/jre/bin/java -DCLIENT_PROCESSID=13419 -verbose:gc -Xmx512M -Xms128M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -Djava.awt.headless=false -DFND_TOP=/uo1/oracle/oatrngappl/fnd/11.5.0 -DAPPL_TOP=/uo1/oracle/oatrngappl -DOA_HTML=/uo1/oracle/oatrngcomn/html/ -DOA_MEDIA=/uo1/oracle/oatrngcomn/java/oracle/apps/media/ -DFND_SECURE=/uo1/oracle/oatrngappl/fnd/11.5.0/secure/OATRNG_oracletrng -DOASMTPServer=oracletrng.abc.local -DWebProxyHost= -DWebProxyPort= -DWebProxyByPassDomain=abc.local -DOASSLCACertFile=/uo1/oracle/oatrngora/iAS/Apache/Apache/conf/ssl.crt/ca-bundle.crt -DOXTAInPoolSize=1 -DOXTAOutThreads=1 -DCOMMON_TOP=/uo1/oracle/oatrngcomn -Dcz.uiservlet.templateurl=http://oracletrng.abc.local:8000/OA_HTML/US/czFraNS.htm -Dcz.uiservlet.templateurl.ie=http://oracletrng.abc.local:8000/OA_HTML/US/czFraIE.htm -Dcz.uiservlet.stylesheet.applet=http://oracletrng.abc.local:8000/OA_HTML/czcmdcvt.xsl -Dcz.uiservlet.stylesheet.applet.client=http://oracletrng.abc.local:8000/OA_HTML/czclient.xsl -Dcz.uiservlet.stylesheet.applet.server=http://oracletrng.abc.local:8000/OA_HTML/czserver.xsl -Dcz.uiservlet.stylesheet.dhtml=http://oracletrng.abc.local:8000/OA_HTML/czxml2js.xsl -Dcz.uiservlet.url=http://oracletrng.abc.local:8000/servlets/oracle.apps.cz.servlet.UiServlet -Dcz.uiservlet.proxyurl=http://oracletrng.abc.local:8000/servlets/oracle.apps.cz.servlet.Proxy -Dcz.uiservlet.proxyscript=http://oracletrng.abc.local:8000/OA_HTML/czProxy.js -Dcz.uiservlet.sourcefile=http://oracletrng.abc.local:8000/OA_HTML/czSource.htm -Dcz.html.source.treeview=http://oracletrng.abc.local:8000/OA_HTML/cztree.htm -Dcz.html.source.display=http://oracletrng.abc.local:8000/OA_HTML/czdisp.htm -Dcz.uiservlet.jdbcdriver=oracle.jdbc.driver.OracleDriver -Dcz.uiservlet.logfilename=/uo1/oracle/oatrngora/iAS/Apache/Jserv/logs/cz -Dcz.uimanager.logpath=/uo1/oracle/oatrngora/iAS/Apache/Jserv/logs -Dcz.uiservlet.applet.tmp=/uo1/oracle/oatrngora/iAS/Apache/Jserv/logs -Dcz.uiservlet.blaftemplateurl=http://oracletrng.abc.local:8000/OA_HTML/US/czBlafTemplate.htm -Dcz.uiservlet.formtemplateurl=http://oracletrng.abc.local:8000/OA_HTML/US/czFormTemplate.htm -Dcz.html.source.formtreeview=http://oracletrng.abc.local:8000/OA_HTML/czFormTree.htm -Dcz_properties_file=/uo1/oracle/oatrngora/iAS/Apache/Jserv/etc/cz_init.txt -DOXTALogDebugMsg=false -DEXTERNAL_URL=http://oracletrng.abc.local:8000 -Djbo.323.compatible=true -DLONG_RUNNING_JVM=true -DJTFDBCFILE=/uo1/oracle/oatrngappl/fnd/11.5.0/secure/OATRNG_oracletrng/oatrng.dbc -Doracle.apps.jtf.cache.IASCacheProvidercacheProvider.port=12345 -Dservice.Logging.common.filename=/uo1/oracle/oatrngcomn/temp/ibe.log -Dframework.Logging.system.filename=/uo1/oracle/oatrngcomn/temp/fwsys.log -DIMT_COM_PROPERTY_FILE=/uo1/oracle/oatrngappl/imt/11.5.0/admin/scripts/imtjserv.properties -Dpoolsize=100 -Dminpoolsize=10 -Dpoolincrement=10 -Dpooldelayincrement=3 -DBNEDBCFILE=/uo1/oracle/oatrngappl/fnd/11.5.0/secure/OATRNG_oracletrng/oatrng.dbc -Dcsa.config_file_path=/uo1/oracle/oatrngcomn/html/bin/txkcsa_OATRNG_oracletrng.cfg -Djserv.session.getValue.instrument=false -DHZ_DNB_CONFIG_DIR=/uo1/oracle/oatrngcomn/java/com/dnb/gaconfig/ -Djava.protocol.handler.pkgs=HTTPClient -DAPPLRGF=/uo1/oracle/oatrngcomn/rgf/OATRNG_oracletrng -Dorg.omg.CORBA.ORBClass=com.visigenic.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.visigenic.vbroker.orb.ORB org.apache.jserv.JServ -opmpropfile /uo1/oracle/oatrngora/iAS/Apache/Jserv/etc/jserv.properties -opmhost oracletrng.abc.local -opmport 8100 -opmgrp OACoreGroup -opmindex 0 -opmprocid 1
    appltrng 13420 13418  0 06:00 ?        00:00:05 /uo1/oracle/oatrngcomn/util/java/1.4/j2sdk1.4.2_04/jre/bin/java -DCLIENT_PROCESSID=13420 -verbose:gc -Xmx512M -Xms128M -XX:MaxPermSize=128M -XX:NewRatio=2 -XX:+PrintGCTimeStamps -XX:+UseTLAB -Djava.awt.headless=false -Dorg.omg.CORBA.ORBClass=com.visigenic.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.visigenic.vbroker.orb.ORB -Djserv.session.getValue.instrument=false -Djava.protocol.handler.pkgs=HTTPClient org.apache.jserv.JServ -opmpropfile /uo1/oracle/oatrngora/iAS/Apache/Jserv/etc/viewer4i.properties -opmhost oracletrng.abc.local -opmport 8100 -opmgrp DiscoGroup -opmindex 0 -opmprocid 2
    appltrng 13443 13389  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/rotatelogs /uo1/oracle/oatrngora/iAS/Apache/Apache/logs/access_log 86400
    appltrng 13444 13389  0 06:00 ?        00:00:01 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/httpd -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd.conf
    appltrng 13445 13389  0 06:00 ?        00:00:01 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/httpd -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd.conf
    appltrng 13490     1  0 06:00 ?        00:00:01 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/httpd -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd_pls.conf
    appltrng 13504 13389  0 06:00 ?        00:00:01 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/httpd -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd.conf
    appltrng 13521 13490  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/iAS/Apache/Apache/bin/fcgi- -d /uo1/oracle/oatrngora/iAS/Apache/Apache -f /uo1/oracle/oatrngora/iAS/Apache/Apache/conf/httpd_pls.conf
    appltrng 13566     1  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/8.0.6/bin/tnslsnr APPS_OATRNG -inherit
    appltrng 13843     1  0 06:00 ?        00:00:00 f60srvm em oracletrng_9000_OATRNG port 9000 mode socket exe f60webmx
    appltrng 13863 13843  0 06:00 ?        00:00:00 f60webmx webfile=5,0,oracletrng_9000_OATRNG
    appltrng 13977     1  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14128     1  0 06:00 ?        00:00:01 d2lc60 oracletrng 9100 0 1 f60webmx
    appltrng 14260     1  0 06:00 ?        00:00:00 d2ls60 9100 9200
    appltrng 14422     1  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/8.0.6/vbroker/bin/oad -t 60
    appltrng 14448 13977  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14449 14448  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14450 14448  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14451 14448  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14452 14448  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14453 14448  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14454 14448  0 06:00 ?        00:00:00 rwmts60 name=REP60_OATRNG
    appltrng 14500     1  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/8.0.6/vbroker/bin/osagent
    appltrng 14522     1  0 06:00 ?        00:00:24 /uo1/oracle/oatrngora/8.0.6/jre1183o/bin/../bin/i686/green_threads/jre -DORBagentPort=10100 oracle.disco.locator.Locator -preference oracletrng.abc.local_8000OracleDiscovererPreferences4 -locator oracletrng.abc.local_8000OracleDiscovererLocator4 -debug
    appltrng 14718 14422  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/8.0.6/discwb4/bin/dis4pr -preference oracletrng.abc.local_8000OracleDiscovererPreferences4 -OAactivateIOR IOR:012020202500000049444
    appltrng 15122 14718  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/8.0.6/discwb4/bin/dis4pr -preference oracletrng.abc.local_8000OracleDiscovererPreferences4 -OAactivateIOR IOR:012020202500000049444
    appltrng 15123 15122  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/8.0.6/discwb4/bin/dis4pr -preference oracletrng.abc.local_8000OracleDiscovererPreferences4 -OAactivateIOR IOR:012020202500000049444
    appltrng 15124 15122  0 06:00 ?        00:00:00 /uo1/oracle/oatrngora/8.0.6/discwb4/bin/dis4pr -preference oracletrng.abc.local_8000OracleDiscovererPreferences4 -OAactivateIOR IOR:012020202500000049444
    appltrng 15142 15122  0 06:00 ?        00:00:01 /uo1/oracle/oatrngora/8.0.6/discwb4/bin/dis4pr -preference oracletrng.abc.local_8000OracleDiscovererPreferences4 -OAactivateIOR IOR:012020202500000049444
    appltrng 22546 13418 28 18:42 ?        00:00:00 [java] <defunct>Please help...
    Thanks

    Hi;
    Please shutdown all services first, when sometimes pass like 20 min check apps services down or not. Please check alert.log also for any error message
    Also see below links
    runaway processes
    Re: runaway processes
    script issue_urgent
    If possible Please restart server
    Regard
    Helios

  • 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

  • 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

  • Confused about transaction, checkpoint, normal recovery.

    After reading the documentation pdf, I start getting confused about it's description.
    Rephrased from the paragraph on the transaction pdf:
    "When database records are created, modified, or deleted, the modifications are represented in the BTree's leaf nodes. Beyond leaf node changes, database record modifications can also cause changes to other BTree nodes and structures"
    "if your writes are transaction-protected, then every time a transaction is committed the leaf nodes(and only leaf nodes) modified by that transaction are written to JE logfiles on disk."
    "Normal recovery, then is the process of recreating the entire BTree from the information available in the leaf nodes."
    According to the above description, I have following concerns:
    1. if I open a new environment and db, insert/modify/delete several million records, and without reopen the environment, then normal recovery is not run. That means, so far, the BTree is not complete? Will that affact the query efficiency? Or even worse, will that output incorrect results?
    2. if my above thinking is correct, then every time I finish commiting transactions, I need to let the checkpoint to run in order to recreate the whole BTree. If my above thinking is not correct, then, that means that, I don't need to care about anything, just call transaction.commit(), or db.sync(), and let je to care about all the details.(I hope this is true :>)
    michael.

    http://www.oracle.com/technology/documentation/berkeley-db/je/TransactionGettingStarted/chkpoint.html
    Checkpoints are normally performed by the checkpointer background thread, which is always running. Like all background threads, it is managed using the je.properties file. Currently, the only checkpointer property that you may want to manage is je.checkpointer.bytesInterval. This property identifies how much JE's log files can grow before a checkpoint is run. Its value is specified in bytes. Decreasing this value causes the checkpointer thread to run checkpoints more frequently. This will improve the time that it takes to run recovery, but it also increases the system resources (notably, I/O) required by JE.
    """

  • Confused about schema..

    I'm currently working on a project using VB 2010 Express and Oracle 11g XE. On my Oracle My SQL Developer, I am currently logged on as 'user X' and I created three tables. All of which are just listed on the 'tables' tree. Does it mean that 'user X' is like a schema when compared to MySQL?
    I have already integrated my database to my vb project and is working fine ATM. I'm just really confused about schemas in Oracle 11g XE.

    I'm just really confused about schemas in Oracle 11g XE.http://docs.oracle.com/cd/E11882_01/server.112/e25789/intro.htm#CEGJFFFD

Maybe you are looking for

  • Contacts and Calendar Services Broken

    I have a new build of Mountain Lion Server 10.8.2 and am having problems with the Contacts and Calendar services. The server is an Open Directory Master. I did this build by installing Mountain Lion 10.8 on a new hard drive. I had no interest in migr

  • [SOLVED] i3-wm strange behavior with feh

    greetings, I'm having problems with i3-wm, it seems to work pretty well but when I add a wallpaper through feh, it gives me this: [i3bar/src/xcb.c:903] ERROR: Cannot open display I tried all kind of setups, like, changing a jpg image to a new png ima

  • Item category determination for Free Goods

    Hi I have configured inclusive Free Goods and have a second line correctly determined when I create a quotation or a sales order for a particular product. However, I keep getting the error "Item 20: No item category could be determined". I have creat

  • Can't save changes to a .vi

    I have a .vi that references a database.dsn file on the computer's C: drive.  I would like to change the file location.  I can change the path in the .vi that points to the new location, and I can run the vi pointing to the new path.  I seem to be ab

  • PPTP connection stall, but still "connected"

    Hi, I just bought new iMac 2 wks ago. It comes with Lion 10.7.2. Got problem on PPTP connection to my work. Basically, I can create a PPTP setup (VPN) and make connection work. However, it won't last for long, at most 15-20 min, all web request just