Profile caching in Oracle EBS

Hi All,
I have some questions regarding profile caching in Oracle EBS.
We have exposed some pl/sql APIs through Web Services hosted on Oracle iAS servers.
In those APIs we are fetching value of a profile using fnd_profile.value API which uses a cached value.
The issue is when we are changing profile value from EBS, and when we execute web services, it still fetches the old cached value of profile .
We are updating profile value through fnd_profile.save API on EBS which updates the cache also. Is it happening due to client profile cache on iAS servers connection pool. Please advise.
How can this be rectified ?
Thanks,
Harsh

Please see:
Setting Profile Options
http://docs.oracle.com/cd/E18727_01/doc.121/e12894/T202991T202994.htm#fndpompv
Thanks,
Hussein

Similar Messages

  • URGENT: Oracle EBS 12.1.3 to Apex 4.1.1

    Hi Friends,
    I am trying to open Apex page via Oracle EBS responsibility.
    I performed steps as given by Oracle White paper on Integrating Oracle EBS to APEX
    http://www.oracle.com/technetwork/developer-tools/apex/learnmore/apex-ebs-extension-white-paper-345780.pdf
    1. Create Application in Oracle Apex.
    2. set EBS Profile FND:APEX URL to" http://<APEX_HOME>:8080/pls/apex"
    3. Create a Function of JSP type with URL "GWY.jsp?targetAppType=APEX&p=100:101"
    4. Create Menu of ( Type as HOME page) and attach in resp.
    When I try to Open the Apex application it gives me below error : "HTTP: 500 Internal server Error"
    I tries to open this URL
    "<EBS_HOME>:8010/OA_HTML/RF.jsp?function_id=47586&resp_id=50663&resp_appl_id=20003&security_group_id=0&lang_code=US&params=s84C7wWix3DIkoiRBOSZDu89Q3n738-8cvNF4q24wEE"
    I have cleared the cache of Oracle EBS from Functional admin resp . I have cleared the cache of browser. but no luck.
    Please help on it.
    Edited by: user11672064 on Nov 30, 2012 6:38 AM

    Hi Friends,
    I am trying to open Apex page via Oracle EBS responsibility.
    I performed steps as given by Oracle White paper on Integrating Oracle EBS to APEX
    http://www.oracle.com/technetwork/developer-tools/apex/learnmore/apex-ebs-extension-white-paper-345780.pdf
    1. Create Application in Oracle Apex.
    2. set EBS Profile FND:APEX URL to" http://<APEX_HOME>:8080/pls/apex"
    3. Create a Function of JSP type with URL "GWY.jsp?targetAppType=APEX&p=100:101"
    4. Create Menu of ( Type as HOME page) and attach in resp.
    When I try to Open the Apex application it gives me below error : "HTTP: 500 Internal server Error"
    I tries to open this URL
    "<EBS_HOME>:8010/OA_HTML/RF.jsp?function_id=47586&resp_id=50663&resp_appl_id=20003&security_group_id=0&lang_code=US&params=s84C7wWix3DIkoiRBOSZDu89Q3n738-8cvNF4q24wEE"
    I have cleared the cache of Oracle EBS from Functional admin resp . I have cleared the cache of browser. but no luck.
    Please help on it.
    Edited by: user11672064 on Nov 30, 2012 6:38 AM

  • Getting 404 error when trying to login to Oracle EBS page

    Hi,
    I had installed Oracle EBS 12.0.4 last year and everything was running fine until last week. Last week, we suddenly started seeing this issue - when trying to login to the Oracle EBS page, we are getting the 404 page not found error.
    I have EBS installed on 2 VMs (virtual machines) - one VM has the application server and other VM has the database server. I logged on to the aplpication server to do some debugging and noticed 2 things ->
    1.The Oracle Fullfillment service was not running. I started it, it was up for some time but then it stopped on its own. This happens everytime - after successfully starting the service, it shuts down after sometime. There is nothing in the event viewer except this message "The service may have terminated abnormally, please see the log file generated by the service for more details." I checked the log file, but there is nothing significant inside the log file. Maybe I need to increase the log level. Can any one tell me how can I do that?
    2. Reviver.exe was crashing intermitently on the application server. I belive reviver tries to establish the connection between the application and database server after its broken.
    So I am thinking now that maybe the connection between the app server and the database server is getting broken intermittenlty and this is the root cause of all the problems.
    I dont know how to verify whethe my analysis is correct or not? And it it is, how to resolved it? Is there a setting or a configuration file in which you have to specify the database server details (ip address / host name etc). Can you tell me where can I find this setting?
    Or culd there be something altogether different that is causing the page not found error?
    Thanks in advance,
    Megha

    Hussein,
    The problem is partially solved - I am not getting the 404 error now. The issue was not with the netsvc file. Please see the resolution in NOTE:412980.1 (oafm,forms and oacore not starting up after IP adress change).
    The OC4J services are imperative for any URL for java code. With just the Apache listener running, examples of URLS that will work are ->
    http://HOST.DOMAIN:PORT/OA_MEDIA/FNDLOGOL.gif
    http://HOST.DOMAIN:PORT/
    Any URL for Java code will fail at this stage when OC4J services are down. For example this URL will fail: http://myHost.oracle.com:8000/OA_HTML/ServletPing.
    But now, I am getting 500 Internal server error. Let me know if you kno anything about this error ->
    oracle.apps.fnd.cache.CacheException     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)     at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1014)     at oracle.apps.fnd.sso.Utils.getAppsContext(Utils.java:525)     at oracle.apps.fnd.sso.AppsLoginRedirect.AppsSetting(AppsLoginRedirect.java:120)     at oracle.apps.fnd.sso.AppsLoginRedirect.init(AppsLoginRedirect.java:170)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.loadServlet(HttpApplication.java:2231)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4617)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.findServlet(HttpApplication.java:4541)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpApplication.getRequestDispatcher(HttpApplication.java:2821)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:740)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)     at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     ... 33 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection     at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 37 more

  • Unknow error in Oracle EBS Application Tier

    Hello folks,
    Database started normally and so did the application.
    # su - applprod
    [YOU HAVE NEW MAIL]
    $ cd /oracle/prodappl
    $ . ./APPSPROD_test4.env
    $ cd /oracle/prodcomn/admin/scripts/PROD_test4
    $ ./adstrtal.sh apps/apps
    $
    $
    $ ./adstrtal.sh apps/apps
    You are running adstrtal.sh version 115.14
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adapcctl.sh start
    script returned:
    adapcctl.sh version 115.43
    Starting Apache Web Server Listener (dedicated HTTP) ...
    Starting Apache Web Server Listener (dedicated PLSQL) ...
    adapcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adalnctl.sh start
    script returned:
    adalnctl.sh version
    Checking for FNDFS executable.
    Starting listener process APPS_PROD.
    adalnctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adcmctl.sh start
    script returned:
    You are running adcmctl.sh version 115.19
    Starting concurrent manager for PROD ...
    Starting PROD_0128@PROD Internal Concurrent Manager
    Default printer is noprint
    adcmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfrmctl.sh start
    script returned:
    You are running adfrmctl.sh version 115.33
    Starting forms server for PROD on port 9003.
    adfrmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adrepctl.sh start
    script returned:
    You are running adrepctl.sh version 115.29
    starting Reports Server for PROD on port 7003.
    adrepctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfmcctl.sh start
    script returned:
    You are running adfmcctl.sh version 115.16
    Starting forms load balancing client for PROD.
    adfmcctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/adfmsctl.sh start
    script returned:
    You are running adfmsctl.sh version 115.12
    starting forms metrics server for PROD.
    adfmsctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/jtffmctl.sh start
    script returned:
    You are running jtffmctl.sh version 115.7
    Starting Fulfillment Server for PROD on port 9303 ...
    jtffmctl.sh: exiting with status 0
    .end std out.
    .end err out.
    Executing service control script:
    /oracle/prodcomn/admin/scripts/PROD_test4/addisctl.sh start
    script returned:
    addisctl.sh version 115.8
    /oracle/prodora/8.0.6/vbroker/bin/osagent
    Started osagent.
    Osagent logs messages to the file /oracle/prodora/8.0.6/discwb4/util/osagent.log.
    Waiting for OAD to start...
    Started OAD.
    OAD logs messages to the file /oracle/prodora/8.0.6/discwb4/util/oad.log.
    Discoverer Locator Started.
    Locator logs messages to the file /oracle/prodora/8.0.6/discwb4/util/locator.log.
    addisctl.sh: exiting with status 0
    .end std out.
    .end err out.
    All enabled services for this node are started.
    Check logfile /oracle/prodcomn/admin/log/PROD_test4/01280057.log for details
    Exiting with status 0
    $
    $Check logfile
    cat /oracle/prodcomn/admin/log/PROD_test4/01280057.log for details
    [Service Control Execution Report]
    The report format is:
    <Service> <Script> <Status>
    Oracle Apache Server PROD_test4 adapcctl.sh Started
    OracleTNSListener80APPS_PROD_test4 adalnctl.sh Started
    OracleConcMgrPROD_test4 adcmctl.sh Started
    OracleFormsServer-Forms60PROD_test4 adfrmctl.sh Started
    OracleReportServer-Rep60_PROD adrepctl.sh Started
    Oracle Metrics Client PROD_test4 adfmcctl.sh Started
    Oracle Metrics Server PROD_test4 adfmsctl.sh Started
    Oracle Fulfillment Server PROD_test4 jtffmctl.sh Started
    Oracle Discoverer services PROD_test4 addisctl.sh Started
    Oracle Restricted Apache Server PROD_test4 adaprstctl.sh Disabled
    Oracle Apache Server PROD_test4 for PL/SQL adapcctl.sh Disabled
    Oracle TCF SocketServer PROD_test4 adtcfctl.sh Disabled
    Oracle ICSM PROD_test4 ieoicsm.sh Disabled
    Oracle iProcurement Bulk Loader PROD_test4 icxblkctl.sh Disabled
    ServiceControl is exiting with status 0
    $
    ****************************DATABASE ALERT LOG ******************************************
    $ tail -n 50 alert_PROD.log
    Beginning log switch checkpoint up to RBA [0x1ba.2.10], SCN: 0x0000.c8aa61f1
    Thread 1 advanced to log sequence 442
    Current log# 1 seq# 442 mem# 0: /oracle/proddata/redo_1_1.log
    Current log# 1 seq# 442 mem# 1: /oracle/proddata/redo_1_2.log
    Sun Jan 27 21:30:43 2013
    ARC1: Evaluating archive log 2 thread 1 sequence 441
    ARC1: Beginning to archive log 2 thread 1 sequence 441
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_441.dbf'
    ARC1: Completed archiving log 2 thread 1 sequence 441
    Sun Jan 27 21:51:29 2013
    Completed checkpoint up to RBA [0x1ba.2.10], SCN: 0x0000.c8aa61f1
    Sun Jan 27 22:41:04 2013
    Beginning log switch checkpoint up to RBA [0x1bb.2.10], SCN: 0x0000.c8aac3bc
    Thread 1 advanced to log sequence 443
    Current log# 2 seq# 443 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 443 mem# 1: /oracle/proddata/redo_2_2.log
    Sun Jan 27 22:41:04 2013
    ARC0: Evaluating archive log 1 thread 1 sequence 442
    ARC0: Beginning to archive log 1 thread 1 sequence 442
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_442.dbf'
    ARC0: Completed archiving log 1 thread 1 sequence 442
    Sun Jan 27 23:01:49 2013
    Completed checkpoint up to RBA [0x1bb.2.10], SCN: 0x0000.c8aac3bc
    Sun Jan 27 23:51:25 2013
    Beginning log switch checkpoint up to RBA [0x1bc.2.10], SCN: 0x0000.c8ab255d
    Thread 1 advanced to log sequence 444
    Current log# 1 seq# 444 mem# 0: /oracle/proddata/redo_1_1.log
    Current log# 1 seq# 444 mem# 1: /oracle/proddata/redo_1_2.log
    Sun Jan 27 23:51:25 2013
    ARC1: Evaluating archive log 2 thread 1 sequence 443
    ARC1: Beginning to archive log 2 thread 1 sequence 443
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_443.dbf'
    ARC1: Completed archiving log 2 thread 1 sequence 443
    Mon Jan 28 00:12:08 2013
    Completed checkpoint up to RBA [0x1bc.2.10], SCN: 0x0000.c8ab255d
    Mon Jan 28 00:45:05 2013
    Starting ORACLE instance (normal)
    Mon Jan 28 00:58:29 2013
    ORA-1654: unable to extend index APPLSYS.SYS_IOT_TOP_245802 by 311075 in tablespace APPLSYSD
    ORA-1654: unable to extend index APPLSYS.SYS_IOT_TOP_245802 by 311075 in tablespace APPLSYSD
    Mon Jan 28 00:59:05 2013
    Beginning log switch checkpoint up to RBA [0x1bd.2.10], SCN: 0x0000.c8ab8371
    Thread 1 advanced to log sequence 445
    Current log# 2 seq# 445 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 445 mem# 1: /oracle/proddata/redo_2_2.log
    Mon Jan 28 00:59:05 2013
    ARC0: Evaluating archive log 1 thread 1 sequence 444
    ARC0: Beginning to archive log 1 thread 1 sequence 444
    Creating archive destination LOG_ARCHIVE_DEST_1: '/oracle/archive/1_444.dbf'
    ARC0: Completed archiving log 1 thread 1 sequence 444
    $
    When I run the oracle EBS application I get the following error
    http://test4.aaa.bbb.com.br:8003/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE&dbc=test4_prod
    Error Page
    You have encountered an unexpected error. Please contact the System Administrator for assistance.
    How Can I troubleshoot this error ? Thanks for your help

    OS = AIX 5.3
    Oracle EBS 11.5.9 with database 9
    Run AutoConfig on Database Tier
    $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : /oracle/proddb/9.2.0
    Using java command : /oracle/proddb/9.2.0/jdk/bin/java
    Java version : 1.3.1
    Classpath : /oracle/proddb/9.2.0/jdk/jre/lib/rt.jar:/oracle/proddb/9.2.0/jdk/jre/lib/i18n.jar:/oracle/proddb/9.2.0/jdk/lib/dt.jar:/oracle/proddb/9.2.0/jdk/lib/tools.jar:/oracle/proddb/9.2.0/jdbc/lib/classes12.jar:/oracle/proddb/9.2.0/appsutil/java/xmlparserv2.zip:/oracle/proddb/9.2.0/appsutil/java:/oracle/proddb/9.2.0/jlib/netcfg.jar
    Using Context file : /oracle/proddb/9.2.0/appsutil/PROD_test4.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Updating rdbms version in Context file to db920
    Updating rdbms type in Context file to 64 bits
    Configuring templates from ORACLE_HOME ...
    AutoConfig completed with errors.
    The log file for this session is located at: /oracle/proddb/9.2.0/appsutil/log/PROD_test4/01281615/adconfig.log
    $
    ******************Posting the log******************************************
    oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/addlnctl.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adlsnodes_ux.sh
    dest : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adlsnodes.sh
    backup : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adlsnodes.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adlsnodes.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adlnkoh.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/adlnkoh.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adlnkoh.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcrdbrdlg.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrdbrdlg.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrdbrdlg.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcrdbrdlg.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adautocfg_ux.sh
    dest : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adautocfg.sh
    backup : /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adautocfg.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adautocfg.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcrobj.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcrobj.sh
    setting permissions: 700
    setting ownership: :
    File /oracle/proddb/9.2.0/dbs/initPROD.ora of type INSTALL already exists, this file will not be instantiated.
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/afmkinit.sh
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/afmkinit.sh
    setting permissions: 700
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/config_aix_64.s
    dest : /oracle/proddb/9.2.0/rdbms/lib/config.s
    backup : /oracle/proddb/9.2.0/rdbms/lib/config.s to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/config.s
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcmclean.sql
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcmclean.sql
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcmclean.sql to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcmclean.sql
    setting permissions: 600
    setting ownership: :
    instantiate file:
    source : /oracle/proddb/9.2.0/appsutil/template/adcctclean.sql
    dest : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcctclean.sql
    backup : /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcctclean.sql to /oracle/proddb/9.2.0/appsutil/out/PROD_test4/01281616/adcctclean.sql
    setting permissions: 600
    setting ownership: :
    AutoConfig Setup Phase
    Running Setup Process 1 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/Apache/perl/bin/perl -I /oracle/proddb/9.2.0/Apache/perl/lib/5.00503:/oracle/proddb/9.2.0/Apache/perl/lib/site_perl/5.005:/oracle/proddb/9.2.0/appsutil/perl /oracle/proddb/9.2.0/appsutil/scripts/PROD_test4/adchknls.pl
    script returned:
    Validating information needed for NLS........
    DATABASE version : db920
    No NLS specific checks required
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 2 of 2 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afmkinit.sh
    script returned:
    afmkinit.sh started at Mon Jan 28 16:16:32 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    afmkinit.sh exiting with status 0
    .end std out.
    .end err out.
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/afdbprf.sh
    script returned:
    afdbprf.sh started at Mon Jan 28 16:16:32 SAUST 2013
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    Executable : /oracle/proddb/9.2.0/bin/sqlplus
    afdbprf.sh is version 115.0
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Services Phase
    Running Service Process 1 of 1 for AppsUtil
    Executing script in InstantiateFile:
    /oracle/proddb/9.2.0/appsutil/install/PROD_test4/adcrobj.sh
    script returned:
    adcrobj.sh started at Mon Jan 28 16:16:32 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/proddb/9.2.0
    ORACLE_SID : PROD
    TWO_TASK :
    PATH : /oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/Apache/perl/bin:/oracle/proddb/9.2.0/bin:/usr/ccs/bin:/usr/sbin:/oracle/proddb/9.2.0/jdk/bin:/usr/bin:/etc:/usr/lbin:/usr/bin/X11:/usr/local/bin:/usr/vac/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/oraprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/proddb/9.2.0/lib:/usr/dt/lib:/usr/openwin/lib:/oracle/proddb/9.2.0/ctx/lib
    SQLPLUS Executable : /oracle/proddb/9.2.0/bin/sqlplus
    SQL*Plus: Release 9.2.0.3.0 - Production on Mon Jan 28 16:16:32 2013
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12541: TNS:no listener
    adcrobj.sh exiting with status 1
    ERRORCODE = 1 ERRORCODE_END
    .end std out.
    .end err out.
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/proddb/9.2.0/appsutil/install/PROD_test4
    adcrobj.sh INSTE8_APPLY 1
    AutoConfig is exiting with status 1
    The log file for this session is located at: /oracle/proddb/9.2.0/appsutil/log/PROD_test4/01281615/adconfig.log
    ****************NOW RUNNING AUTOCONFIG ON APPS TIER****************************
    $ ./adautocfg.sh
    Enter the APPS user password:
    AutoConfig is configuring the Applications environment...
    AutoConfig will consider the custom templates if present.
    Using APPL_TOP location : /oracle/prodappl
    Using java command : /usr/java131/bin/java
    Java version : 1.3.1
    Classpath : /usr/java131/jre/lib/rt.jar:/usr/java131/jre/lib/i18n.jar:/usr/java131/lib/dt.jar:/usr/java131/lib/tools.jar:/oracle/prodcomn/java/appsborg2.zip:/oracle/prodcomn/java
    Using Context file : /oracle/prodappl/admin/PROD_test4.xml
    Context Value Management will now update the Context file
    Updating Context file...COMPLETED
    Attempting upload of Context file and templates to database...COMPLETED
    Configuring templates from all of the product tops...
    Configuring AD_TOP........COMPLETED
    Configuring FND_TOP.......COMPLETED
    Configuring ICX_TOP.......COMPLETED
    Configuring IEO_TOP.......COMPLETED
    Configuring ABM_TOP.......COMPLETED
    Configuring ECX_TOP.......COMPLETED
    Configuring BIS_TOP.......COMPLETED
    Configuring GL_TOP........COMPLETED
    Configuring AMS_TOP.......COMPLETED
    Configuring WSH_TOP.......COMPLETED
    Configuring OKE_TOP.......COMPLETED
    Configuring OKL_TOP.......COMPLETED
    Configuring OKS_TOP.......COMPLETED
    Configuring CSF_TOP.......COMPLETED
    Configuring XNC_TOP.......COMPLETED
    Configuring IGS_TOP.......COMPLETED
    Configuring IBY_TOP.......COMPLETED
    Configuring PA_TOP........COMPLETED
    Configuring JTF_TOP.......COMPLETED
    Configuring MWA_TOP.......COMPLETED
    Configuring CN_TOP........COMPLETED
    Configuring CSI_TOP.......COMPLETED
    Configuring WIP_TOP.......COMPLETED
    Configuring CSE_TOP.......COMPLETED
    Configuring EAM_TOP.......COMPLETED
    Configuring IMT_TOP.......COMPLETED
    Configuring FTE_TOP.......COMPLETED
    Configuring ONT_TOP.......COMPLETED
    Configuring AR_TOP........COMPLETED
    Configuring AHL_TOP.......COMPLETED
    Configuring CSD_TOP.......COMPLETED
    Configuring IGC_TOP.......COMPLETED
    AutoConfig completed with errors.
    The log file for this session is located at: /oracle/prodappl/admin/PROD_test4/log/01281645/adconfig.log
    *************************CHECKING THE LOG**********************
    instantiate file:
    source : /oracle/prodappl/ahl/11.5.0/admin/template/ahladmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/ahladmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/ahl/11.5.0/admin/template/ahladmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/ahladmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for AHL_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/ahladmprf.sh
    script returned:
    ahladmprf.sh started at Mon Jan 28 16:50:00 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:00 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    ahladmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Processing DriverFile = /oracle/prodappl/csd/11.5.0/admin/driver/csdtmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for CSD_TOP
    instantiate file:
    source : /oracle/prodappl/csd/11.5.0/admin/template/csdadmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/csdadmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/csd/11.5.0/admin/template/csdadmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/csdadmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for CSD_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/csdadmprf.sh
    script returned:
    csdadmprf.sh started at Mon Jan 28 16:50:02 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:02 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    csdadmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Processing DriverFile = /oracle/prodappl/igc/11.5.0/admin/driver/igctmpl.drv
    AutoConfig Profile Phase
    Running Instantiation Drivers for IGC_TOP
    instantiate file:
    source : /oracle/prodappl/igc/11.5.0/admin/template/igccmprf.sql
    dest : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sql
    backup : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sql to /oracle/prodappl/admin/PROD_test4/out/01281645/igccmprf.sql
    setting permissions: 600
    setting ownership: applprod:dba
    instantiate file:
    source : /oracle/prodappl/igc/11.5.0/admin/template/igccmprf.sh
    dest : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh
    backup : /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh to /oracle/prodappl/admin/PROD_test4/out/01281645/igccmprf.sh
    setting permissions: 700
    setting ownership: applprod:dba
    AutoConfig Profile Phase
    Running Profile Process 1 of 1 for IGC_TOP
    Executing script in InstantiateFile:
    /oracle/prodcomn/admin/install/PROD_test4/igccmprf.sh
    script returned:
    igccmprf.sh started at Mon Jan 28 16:50:04 SAUST 2013
    Parameters passed are : apps apps
    The environment settings are as follows ...
    ORACLE_HOME : /oracle/prodora/8.0.6
    ORACLE_SID :
    TWO_TASK : PROD
    PATH : /oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodappl/fnd/11.5.0/bin:/oracle/prodappl/ad/11.5.0/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip::/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/iAS/Apache/perl/bin:/oracle/prodora/8.0.6/bin:/oracle/prodcomn/util/jre/1.1.8/bin:/oracle/prodcomn/util/unzip/unzip:/oracle/prodora/8.0.6/bin:/usr/bin:/usr/ccs/bin:/usr/sbin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/applprod/bin:/usr/bin/X11:/sbin:.
    LD_LIBRARY_PATH : /oracle/prodora/8.0.6/network/jre11/lib/aix/native_threads:/oracle/prodappl/cz/11.5.0/bin:/oracle/prodora/8.0.6/lib:/usr/dt/lib:/usr/openwin/lib
    Executable : /oracle/prodora/8.0.6/bin/sqlplus
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Jan 28 16:50:04 2013
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    ERROR:
    ORA-12224: TNS:no listener
    igccmprf.sh exiting with status 1
    .end std out.
    .end err out.
    Product Top Drivers executed : AD_TOP FND_TOP ICX_TOP IEO_TOP ABM_TOP ECX_TOP BIS_TOP GL_TOP AMS_TOP WSH_TOP OKE_TOP OKL_TOP OKS_TOP CSF_TOP XNC_TOP IGS_TOP IBY_TOP PA_TOP JTF_TOP MWA_TOP CN_TOP CSI_TOP WIP_TOP CSE_TOP EAM_TOP IMT_TOP FTE_TOP ONT_TOP AR_TOP AHL_TOP CSD_TOP IGC_TOP
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/prodcomn/admin/install/PROD_test4
    adadmprf.sh INSTE8_PRF 1
    admk80ln.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /oracle/prodora/iAS/Apache/perl/bin/perl -I /oracle/prodora/iAS/Apache/perl/lib/5.00503:/oracle/prodora/iAS/Apache/perl/lib/site_perl/5.005:/oracle/prodappl/au/11.5.0/perl /oracle/prodcomn/admin/install/PROD_test4
    adadmat.pl INSTE8_APPLY 256
    adupdlobs.pl INSTE8_APPLY 256
    AutoConfig is exiting with status 4
    The log file for this session is located at: /oracle/prodappl/admin/PROD_test4/log/01281645/adconfig.log
    $
    $
    ***************ALERT.LOG*****************
    $ tail -n 60 /oracle/proddb/9.2.0/admin/PROD_test4/bdump/alert_PROD.log
    DBW0 started with pid=3
    LGWR started with pid=4
    CKPT started with pid=5
    SMON started with pid=6
    RECO started with pid=7
    CJQ0 started with pid=8
    QMN0 started with pid=9
    Mon Jan 28 16:56:15 2013
    ARCH: STARTING ARCH PROCESSES
    ARC0 started with pid=10
    ARC0: Archival started
    ARC1 started with pid=11
    ARC1: Archival started
    Mon Jan 28 16:56:15 2013
    ARCH: STARTING ARCH PROCESSES COMPLETE
    Mon Jan 28 16:56:15 2013
    ARC0: Thread not mounted
    Mon Jan 28 16:56:15 2013
    ARC1: Thread not mounted
    Mon Jan 28 16:56:15 2013
    ALTER DATABASE MOUNT
    Mon Jan 28 16:56:20 2013
    Successful mount of redo thread 1, with mount id 217770287.
    Mon Jan 28 16:56:20 2013
    Database mounted in Exclusive Mode.
    Completed: ALTER DATABASE MOUNT
    Mon Jan 28 16:56:20 2013
    ALTER DATABASE OPEN
    Mon Jan 28 16:56:28 2013
    LGWR: Primary database is in CLUSTER CONSISTENT mode
    Thread 1 opened at log sequence 525
    Current log# 2 seq# 525 mem# 0: /oracle/proddata/redo_2_1.log
    Current log# 2 seq# 525 mem# 1: /oracle/proddata/redo_2_2.log
    Successful open of redo thread 1.
    Mon Jan 28 16:56:33 2013
    MTTR advisory is disabled because FAST_START_MTTR_TARGET is not set
    Mon Jan 28 16:56:33 2013
    SMON: enabling cache recovery
    Mon Jan 28 16:56:34 2013
    Undo Segment 1 Onlined
    Undo Segment 2 Onlined
    Undo Segment 3 Onlined
    Undo Segment 4 Onlined
    Undo Segment 5 Onlined
    Undo Segment 6 Onlined
    Undo Segment 7 Onlined
    Undo Segment 8 Onlined
    Undo Segment 9 Onlined
    Undo Segment 10 Onlined
    Successfully onlined Undo Tablespace 371.
    Mon Jan 28 16:56:35 2013
    SMON: enabling tx recovery
    Mon Jan 28 16:56:35 2013
    Database Characterset is AR8ISO8859P6
    Mon Jan 28 16:56:56 2013
    replication_dependency_tracking turned off (no async multimaster replication found)
    Completed: ALTER DATABASE OPEN
    Mon Jan 28 16:57:18 2013
    Restarting dead background process QMN0
    QMN0 started with pid=12
    $
    Where to proceed from here ?
    postscript: Thanks Taher for the feedback below. I will start the listener & database and try the autoconfig and will keep the apps tier down, and then post the results here.

  • Global temp table in Oracle EBS

    hi gurus,
    i have a GTT with "ON COMMIT PRESERVE ROWS".
    i am populating this table through an OAF page and displaying the data.
    as per the documentation it should delete the data from the table once user logs out from the Oracle EBS but it's not happening.
    the user still sees the records from the previous session.
    please throw some light here.
    thanks,

    i was wondering if there is any sysadmin level setup/profile setup which can end the session (JDBC) once user logs out?No such profile option exists.
    Behavior of Global Temp Table in JDBC
    Behavior of Global Temp Table in JDBC
    Global temp tables with connection pooling
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:4444273995237
    Make global temporary tables transaction specific
    http://asktom.oracle.com/pls/apex/f?p=100:11:0::::P11_QUESTION_ID:868691300346807468
    Thanks,
    Hussein

  • Oracle EBS R12 for Windows Installation Error

    Hi,
    I tried to install Oracle EBS R12 for Windows. My installation had failed. Listed below is the log information. On the Second log file (further down below) it is saying "TNS:no listener". Please help.
    FIRST LOG FILE:Log Path: C:\Orale\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\06132024
    C:\Users\Bing\AppData\Local\Temp>if 0 == 0 goto :TCFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "runProcess_4"
    "runProcess_4"
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>REM Perform the instance configuration
    C:\Users\Bing\AppData\Local\Temp>REM
    C:\Users\Bing\AppData\Local\Temp>echo "Statusstring Configuring Database Technology Stack"
    "Statusstring Configuring Database Technology Stack"
    C:\Users\Bing\AppData\Local\Temp>(echo APPS & echo APPS ) | J:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.6.0\bin\java -DCONTEXT_VALIDATED=true -mx512M -classpath .;J:\StageR12\startCD\Disk1\rapidwiz\jlib\java;J:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;J:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyDBTechStack -e C:\oracle\VIS\db\tech_st\11.1.0\appsutil\VIS_bing-pc.xml -stage J:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase cfg -nopromptmsg
    Log file located at C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed
    | 0% completed
    / 0% completed
    - 0% completed
    \ 0% completed RC-00110: Fatal: Error occurred while relinking of ApplyDBTechStack
    C:\Users\Bing\AppData\Local\Temp>if 1 == 0 goto :ICFG_OK
    C:\Users\Bing\AppData\Local\Temp>echo "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    "Cannot execute configure of database ORACLE_HOME using RapidClone\n";
    C:\Users\Bing\AppData\Local\Temp>if "" == "TRUE" goto :ICFG_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for VIS instance
    SECOND LOG FILEC::\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\ApplyDBTechStack_06132042.log
    LOCAL : VIS
    ORACLE_SID :
    PATH : C:\Oracle\VIS\db\tech_st\11.1.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;C:\oracle\VIS\db\tech_st\11.1.0\appsutil\jre\bin;J:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\oracle\VIS\db\tech_st\11.1.0\bin;C:\Program Files (x86)\Oracle\jre\1.3.1\bin;C:\Perl\bin\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\hp\bin\Python
    LD_LIBRARY_PATH : C:\oracle\VIS\db\tech_st\11.1.0\lib
    ECHO is off.
    ECHO is off.
    The log information will be written to
         "C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\addlnctl.txt"
    ECHO is off.
    ECHO is off.
    Starting listener process VIS ...
    ECHO is off.
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:12
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bing-pc.horse.com)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    LSNRCTL for 32-bit Windows: Version 11.1.0.7.0 - Production on 13-JUN-2009 20:43:14
    Copyright (c) 1991, 2008, Oracle. All rights reserved.
    Starting tnslsnr: please wait...
    TNS-12560: TNS:protocol adapter error
    TNS-00530: Protocol adapter error
    addlnctl.cmd exiting with status 1
    OpenSCManager failed
    adsvdlsn.cmd exiting with status 1002
    ERRORCODE = 1002 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 5 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit_inst.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    "afmkinit_inst.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    AutoConfig Setup Phase
    Running Setup Process 6 of 6 for AppsUtil
    Executing script in InstantiateFile:
    C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc\afmkinit.cmd
    script returned:
    Sat 06/13/2009
    08:43 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_bing-pc\adcvmlog.xml.06132042
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_bing-pc
    adsvdlsn.cmd INSTE8_SETUP 1002
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    Thanks in advanced,
    Edited by: amorsolo on Jun 15, 2009 9:12 PM

    Hi user3726038,
    I have seen posting about the installation of EBS R12/i11 saying it does not work with Windows Vista (64 bit). I went ahead and tried it anyway to see what kind of errors I get and to confirm if the errors I get are consistent with other people using Windows Vista. FYI, my installation went as far as 99% complete of step 2 of 5 before it errored out. I checked and noticed that many components of EBS have been installed with status equal zero which is good.
    When I got the "TNS-12541: TNS: no listener", I went to Windows services, located the Oracle TNS service that was created by the EBS installation and tried to start it. Then I got this error: "error 1053 the service did not respond to the start or control request in a timely fashion". I googled the error message and the resolution is: "To resolve this problem, obtain the latest service pack for the Microsoft .NET Framework 1.1.". I have tried this but it does not work because my Windows Vista uses a higher version of .Net Framework 1.1. I have done more research but to no avail. However, it is fun as I learn many things about the EBS intallation and Windows Vista.
    By the way, these are the steps when I run the rapidwiz on Windows Vista. Click on Start => Click on command prompt => right click on command Prompt => select run as administrator => CD to the path where the rapidwiz reside. Somehow if I use the regular command prompt the installation will die on step 1 of 5 even when I log in as administrator.
    In your case you are using Windows 2k3. Make sure your OS is not 64 bit. Whenever you get an error and it does not say much, google it to see the resolution and make sure you read the Installation Guide. Hope this helps.

  • Oracle Single Sign on Integration with Oracle EBS  r12

    Hello,
    I am working on a project to integrate Oracle Single Sign On on Oracle r12. There is plenty of information available on Oracle Support but few inter-mixing and confusing terminology keeps popping up and I do not understand how all pieces together work. I am new to Oracle Single Sign On.
    Here are few basic questions.
    1. What is the difference between Oracle Internet Directory, Oracle Virtual Directory and Oracle Active Directory
    2. Are the terms Identity Management and Oracle Single Sign On interchangeable?   What is the difference between two?
    3. What is Oracle Access manager and how different that is from Identity Management?
    4. What is Oracle HTTP Server 11g webgate and how different that is from a normal traditional Oracle HTTP Server?
    5. What is Oracle EBS Accessgate?  Why do I need it?  On metalink some notes do not indicate use of Accessgate at all for OSSO deployment while some makes it look like required.And advise on above will help.
    Thank you
    Darsh

    Hi Darsh,
    1. Oracle Internet Directory (OID) is Oracle LDAP storage solution (more here), Oracle Virtual Directory is Oracle solution that can read identity data (and filter it (mask it) based on policies) from Oracle/non-Oracle databases, Oracle/non-Oracle Directories and files and provide the user profiles as LDAP view (more here), There is nothing called Oracle Active Directory, you must be referring to Microsoft Active Directory.
    2. No, Oracle Single Sign On (OSSO) is a feature in iAS (its obsolete), Identity Management is wide umbrella of solutions and concepts.
    3. Oracle Access Manager is one component of Oracle Identity and Access Management suite of products.
    4. Webgate is Oracle access Manager agent that is installed on a webtier, it intercepts the web requests and collect the credentails, send them to Oracle Access Manager for security evaluation (decide what Authentication is needed, verify collect credentials, etc), webgate then enforce the Access Manager decision.
    5. Oracle EBS AccessGate is a java application that has the same use of OAM Webgate (it is OAM agent) but specific to E Business suite, EBS Access Gate is the new solution replacing OSSO agents, OAM is replacing OSSO server component, EBS and OSSO customers can use OAM server with OSSO agents, or with EBS AccessGate.
    HTH.
    Ghassan

  • Query regarding vendor classification in Oracle EBS (r12)

    Dear All,
    We are using a Oracle EBS (r12) purchase module. We are currently discussing to classify our vendors into approved, trial, prospective and debarred. We have been informed that this is not a standard oracle feature but can maintain the classification as mere flex fields. The problem with maintaining the classification as flex fields is that we are unable to achieve the value added services behind this choice to classify vendors. (eg: Trial vendors cannot be used to raise more than 3 purchase orders, we cannot have this restriction setup in the system because the classification will be maintained as flex fields),
    If any one can provide some additional info or has experience in performing similar work, please do share the same. This will be highly appreciated.
    Thank you.
    Regards.
    Sai

    If the profile option HZ: Change Party Name is set to No the update to vendor name is not allowed.
    You will get the following error.
    Failed to update party: TCA: Return Status:E: Error : Organization name cannot be updated because the HZ: Change Party Name profile option is set to No.

  • RW-50004 error when installing Oracle EBS 12.1.1 on Windows 32 bit, 2003

    Hi All
    I am installing Oracle EBS 12.1.1 for Windows 32 bit on a Windows 2003 server, my pre-requisite checks have gone through successfully when checked by the oracle ebs installer.
    However during the installation process i get RW-50004 error and the installation stops, the log file seems to have the following last entries
    Mon 07/04/2011
    05:05 PM
    1 file(s) copied.
    1 file(s) copied.
    1 file(s) copied.
    "afmkinit.cmd exiting with status 0"
    ERRORCODE = 0 ERRORCODE_END
    .end std out.
    .end err out.
    Skipping Profile Phase
    Skipping Apply Phase
    adcvmlog.xml renamed to C:\oracle\VIS\db\tech_st\11.1.0\appsutil\log\VIS_99a4659\adcvmlog.xml.07041705
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: C:\oracle\VIS\db\tech_st\11.1.0\appsutil\install\VIS_99a4659
    adsvdlsn.cmd INSTE8_SETUP 9020
    AutoConfig is exiting with status 1
    RC-50014: Fatal: Execution of AutoConfig was failed
    Raised by oracle.apps.ad.clone.ApplyDBTechStack
    Can some one please help me on what I am missing or how can i correct this. Thank you.

    adsvdlsn.cmd INSTE8_SETUP 9020Search AutoConfig log file for adsvdlsn.cmd and you should find more details about the error.
    Please see if (Rapidwiz R12 Failed at 66% with error: RW-50004: Error code received when running external process. [ID 418109.1]) is applicable.
    Also, please run md5sum as per (MD5 Checksums for R12.1.1 Rapid Install Media (Doc ID 802195.1)) to verify the integrity of the stage area directory.
    Thanks,
    Hussein

  • How to Install and Configure Discoverer with Oracle EBS R12

    Hi,
    We are using ,
    Oracle EBS Application Version: 12.1.1
    Operating System Version : OEL 5.6
    Database Version : 11.1.0.7
    We want to install Discoverer on Server where EBS R12 is installed. After doing initial analysis found that we need to install Application Server before installing Discoverer.. Is it right ?
    If yes then which Application Server version we need to download? can anyone post guidelines about Application Server version, place from where i can download it and installation guide ?
    Thanks,
    Priyanka

    Thanks to all of you for your valuable guidance.. We are planning to install WLS. Meanwhile i came across one document saying EUL is pre-installed for Vision instance.
    For connecting to EUL_US i have installed Discoverer Administrator and Deskop (10.1.2) on my win 7 machine. After that did following steps,
    1. Create folder under ORACLE_HOME (D:\oracle\BIToolsHome_1\secure)
    2. Copied DBC file from $INST_TOP/appl/fnd/12.0.0/secure to "D:\oracle\BIToolsHome_1\secure" folder
    3. Copied TNS entry of EBS R12 at tnsnames.ora file
    4. Created environment variables FND_SECURE (D:\oracle\BIToolsHome_1\secure) and FND_TOP (D:\oracle\BIToolsHome_1)
    Tried to connect to Discoverer Administrator using Database User like SYSTEM and able to connect. But when tried connecting to Discoverer Administrator or Desktop using Application user then got following error,
    "Unable to connect to: cbrown@vis
    Failed to connect to database - Unable to connect to Oracle Applications database: invalid username/password"
    After doing some analysis on this error using Metalink and Forum made following changes,
    1. Set System Profile value "Signon Password Case" to "Insensitive".
    2. Updated value if the parameter "s_aapserverid_authenticate" from "SECURE" to "OFF" in context file and after that executed autoconfig.
    Still not able to resolve the issue.. Can anyone guide me on this ?? So that i will be able to access Discoverer Desktop using my Vision instance Application users.
    Regards,
    Priyanka

  • Oracle EBS 12 DR

    Hi,
    One of our customers has implemented Oracle EBS R12 as follows:
    Database - Oracle Database 10gR2 RAC (2 Node)
    Application - Shared APPL_TOP (2 Nodes)
    OID/SSO - integrated with AD & Oracle EBS integrated with OID/SSO
    H/W load balancer.
    The above was implemented some 3 years ago.
    The customer wanted us to implement DR (Data Guard) as follows:
    Database - Oracle Database 10gR2 RAC (2 Node)
    Application - Shared APPL_TOP (2 Nodes)
    OID/SSO - integrated with AD (AD at DR) & Oracle EBS integrated with OID/SSO
    S/W load balancer using Web Cache.
    We have completed the DR setup. But during the Switchover or Failover we have to Unregister and Register the OID/SSO with EBS at the DR Site. Customer does not want to do this.
    They are asking us to re-configure OID/SSO and Web Cache in such a way that during Switchover/Failover activity and after configuring the DB Tier and Apps Tier, they should be able to login to the SSO without unregistering/registering OID/SSO with Oracle EBS.
    The only solution for me is to re-configure the OID/SSO at DR with the same Hostname as the Production OID Server and also use the H/W load balancer name to the Web Cache Server at DR. But customer does not want to give Production OID Hostname for OID at OID and Load Balancer name to the Web Cache server.
    I am planning to use different Physical Hostname for OID and Web cache server but use Virtual Hostname identical to the Production OID and Web Cache server. Does anyone know if using Virtual Hostnames for OID and Web Cache will achieve the required result.
    Regards,
    Thiru

    We have completed the DR setup. But during the Switchover or Failover we have to Unregister and Register the OID/SSO with EBS at the DR Site. Customer does not want to do this.
    They are asking us to re-configure OID/SSO and Web Cache in such a way that during Switchover/Failover activity and after configuring the DB Tier and Apps Tier, they should be able to login to the SSO without unregistering/registering OID/SSO with Oracle EBS.
    The only solution for me is to re-configure the OID/SSO at DR with the same Hostname as the Production OID Server and also use the H/W load balancer name to the Web Cache Server at DR. But customer does not want to give Production OID Hostname for OID at OID and Load Balancer name to the Web Cache server.Why not using this approach? What is the problem/issue in using the Production OID details?
    I am planning to use different Physical Hostname for OID and Web cache server but use Virtual Hostname identical to the Production OID and Web Cache server. Does anyone know if using Virtual Hostnames for OID and Web Cache will achieve the required result.What is the difference (to the customer) in using the virtual hostname identical to production OID and not using the actual hostnames?
    I have not seen any implementation of OID using virtual hostnames, so you might need to log a SR and confirm with Oracle support if this is supported or not.
    Thanks,
    Hussein

  • How to audit and audit features available in Oracle EBS

    Any one can help me how to audit and audit features available in Oracle EBS.
    Message was edited by:
    user470228

    - Set 'Sign-On: Audit Level' profile option to Form (Default is None)
    You can monitor the users in the System Administrator responsibility, navigate to Security > User > Monitor form

  • Error while running a customize report in oracle ebs

    Hi ..
    can anybody suggest how to solve the follwing error while running a customize report in oracle ebs?
    XXIFMS: Version : UNKNOWN
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    Current system time is 03-JUN-2011 11:09:24
    +-----------------------------
    | Starting concurrent program execution...
    +-----------------------------
    Arguments
    P_DATE_FROM='2010/04/01 00:00:00'
    P_DATE_TO='2011/06/03 00:00:00'
    Forcing NLS_NUMERIC_CHARACTERS to: '.,' for XDO processing
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.AL32UTF8
    stat_low = 9
    stat_high = 0
    emsg:was terminated by signal 9
    ld.so.1: rwrun: fatal: librw.so: open failed: No such file or directory
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Program was terminated by signal 9
    Concurrent Manager encountered an error while running Oracle*Report for your concurrent request 1068011.
    Review your concurrent request log and/or report output file for more detailed information.
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1068011 on node D0005 at 03-JUN-2011 11:09:24.
    Post-processing of request 1068011 failed at 03-JUN-2011 11:09:24 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 03-JUN-2011 11:09:24

    Please post the details of the application release, database version and OS.
    Is the issue with this specific concurrent program?
    Can you find any errors in the CM/OPP log files?
    Please see if these docs help.
    On R12.1.1/Solaris Platform While Generating Oracle Reports Files Failed With Error " ld.so.1: rwconverter: fatal: librw.so: open failed: No such file or directory [ID 1067786.1]
    Apps UPG Fail With Error Ld.So.1: Rwserver: Fatal: Librw.So [ID 961222.1]
    Thanks,
    Hussein

  • Migrate Oracle EBS 12.1.3 from Microsoft Windows 2003 32-Bit to Linux

    Hi
    We are currently using Oracle EBS 12.1.3 on Microsoft Windows 2003 32-Bit. We are planning to migrate to linux. I have gone through the certification matrix and the following versions certified with Oracle EBS 12.1.3
    1. Linux x86 Oracle Linux 5
    2. Linux x86 Oracle Linux 4
    3. Linux x86 Red Hat Enterprise Linux 5
    4. Linux x86 SLES 10
    Question #
    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to Linux

    1Q) I would like to know is there any linux freeware which is certified with Oracle EBS 12.1.3No.
    2Q) Also please let me know which documents I need to follow to migrate Oracle EBS 12.1.3 from Microsoft Windows to LinuxApplication Tier Platform Migration with Oracle E-Business Suite Release 12 [ID 438086.1]
    To migrate the database you can use export/import or transportable tablespaces -- Refer to these docs for details:
    Export/Import Process for Oracle E-Business Suite Release 12 using 10gR2 [ID 454616.1]
    Export/import process for R12 using 11gR1 or 11gR2 [ID 741818.1]
    Using Transportable Database to migrate E-Business Suite R12 Using Oracle Database 10gR2 or 11g [ID 734763.1]
    Thanks,
    Hussein

  • Memory and No. of Processor calculation for Oracle EBS R11 and R12

    Can some one please tell me …. How to calculate required Memory and No. of Processors for Oracle EBS R11 and R12.
    For example we have 50 Concurrent users and 100 named (i.e. the users which are doing only Data entry.), so how to How to calculate required Memory and No. of Processors
    Please guide me on the same.
    Thanks,

    Please refer to the following links, it may be helpful:
    Oracle Applications Benchmark White Papers
    http://www.oracle.com/apps_benchmark/html/white-papers-e-business.html
    Oracle Applications Standard Benchmark White Papers
    http://www.oracle.com/apps_benchmark/html/white-papers.html
    Hardware requirements for Oracle APPS
    Hardware requirements for Oracle APPS

Maybe you are looking for

  • How do I find an Apple email address to log a fault?

    I have sat in a phone queue for 30 mins - only to have my call dropped I have booked an appointment at a genius bar - as my retina has faulty pixels BUt I am unable to email to log this officially I am concerned that as my 1 year warrent is due to ex

  • IPod not recognised by PC?

    I tried to sync my iPod and was informed that I needed to restore it. I did all this and the iPod came back on as expected with no music. When I then hooked up to iTunes to re-sync all my music the PC did not even recognise my iPod? Does anyone know

  • DVD plays well on some machines, gets stuck on others

    Made a 20-minute DVD, having done all my editing, etc. in iMovie and exported to iDVD5. Once burned, tested it on my iMac and it worked fine. Also worked fine in a friend's stand-alone DVD player. But some users since have this problem: the DVD plays

  • Too many hard drives?

    I'm experiencing a growing problem, and that's that I'm getting too many hard drives. I originally bought a 250GB drive, then added a 400GB drive, and lastly I got a 100GB bus powered drive for portability. But now I need another drive for media and

  • Why 'open cursor for variable' dosnt work?

    Hi.... I have this package: create or replace package body filter_frmtrialjoinbatch_pkg is procedure join_batch(cdescription varchar2, cdepartment char, cemployee_function char, cemployee char, c_cursor out c_cursor_ref) is vSqlText varchar2(4000); t