Oracle 10 Connection Cache (another question)

Hi all,
We have a large web app which currently uses JRun connection pooling. This is causing some problems so we'd like to try the Oracle Connection Cache mechanism. The thing is, each time a client gets a database connection, it runs a connection factory which looks up the datasource with jndi then creates the connection. So, in order for the Oracle 10 Connection Cache to work, do I need to change the logic so the datasource is static & we just do the look up once & set the cache-related properties at that point so every connection uses the same datasource object? This seems to me the way to go.
Thanks very much,
Jim Greetham

Perfectly Yes. If we try using Oracle's own Cahceing mechanism, it is out of our control. But if we custom deploy our own cacheing mechanism according to our need like you said, we need to develop our own codes using ojdbc6 driver available from Oracle.

Similar Messages

  • Question on Oracle's Connection Cache

    Hi,
    I am using JSP's Javabean to connect to the database using Oracle's OracleConnectionCacheImpl for Connection Cache.
    My question is if I should synchronize the methods to initialize the Cache and to return the Connection object using the the cache? Thanks.

    I am facing problems with using Oracle's Implicit Connection cache and it returns 'null' connection from OracleDataSource when the maxLimit is reached and what I noticed is the OracleConnectionCache doesn't seem to return cached connections between running multi-thread requests.
    Scenario to produce the problem:
    1) Create a sample JSP file that uses 2 connections and close the 2 connections in 'finally' clause (print the active and idle connections before and after the datasource.getConnection()). Make sure you set the connectionCachingEnabled to true on your datasource.
    2) Define the maxLimit and other connectioncache properties in your context.xml file
    3) Run the test plan using JMeter and you can see that the connection becomes 'null' even though you are closing the connections right after its being used.

  • Oracle 9i - Invalid or Stale Connection found in the Connection cache

    Hi all,
    I did the following steps:
    1. Deployed my application in Jboss and started the jboss and my application.
    2. Re-started my database when the application is alive and running.
    3. Tried to login to the application.
    4. I got the following exception:
    NO MORE DATA TO READ
    5. Then i set the Oracle Data Source property DB_VALIDATE_CONNECTION=true via my application.
    6. But still i get the following exception when i log in first time to the application. But not in subsequent attempts. I am able to login to the application except for the first time.
    “java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache”.
    Please let me know why this exception occurs.
    Thanks!!

    The error looks like a generic jdbc/database problem. Will the error go away if you restart mapviewer?

  • Oracle BPEL connection to Caché/MUMPS

    Hello,
    Im looking for any docs on Oracle BPEL connection to Caché/MUMPS, wonder if anyone can assist me.
    Thank you.

    John,
    that's really interesting. Could you explain what was "corrupted" in ns_emails.xml? Do you know why and how it was affecting test connection in JDeveloper for BPEL server connection? And how did you discover this (through which logs, what exception lead you to this issue)?
    Thanks
    Peter

  • Oracle Connection Cache

    Hi Guys,
    i�ve just downloaded the ojdbc14.jar library from Oracle Site and i am kind of lost using it.
    What i want to do is when a physical connection isn�t in use anymore the application or the connection cache drop that connection.
    Can anybody help me !?

    I wrote my code like this:
    ods = new OracleConnectionCacheImpl(ocpds);
    ods.setCacheScheme(OracleConnectionCacheImpl.FIXED_WAIT_SCHEME);
    ods.setURL(strURL);
    ods.setUser(strUserName);
    ods.setPassword(strPassword);
    ods.setMaxLimit(2);
    ods.setMinLimit(1);
    ods.setCacheInactivityTimeout(1);
    ods.setCacheFixedWaitIdleTime(1);
    I�m not sure in how to use the last two lines (setCacheInactivityTimeout and setCacheFixedWaitIdleTime) and i don�t know if the parameter "1" is one minute or one second.
    Thanx in advance.

  • 2 system PLM setup question - Connecting to another ECC system for master data

    I have been tasked with setting up the latest version of PLM in our environment.  We have a free standing PLM Server (ECC 6.0 EHP7, SP2 with PLMWUI 747, SP3) that we would like to connect to another ECC system (ECC 6.0 EHP5, SP4 with PLMWUI 701, SP4) for its master data.  In trolling around google and the marketplace, there isn't any setup guide or anything that really explains what the options are.  Does anyone know what the possible setup options are or even better provide links to documents that show how to set this up?  Can PLM be setup in the way that we want it to be?
    Thanks in advance.

    Hello Steve,
    Unfortunately there isn't a lot of PLM documentation available.
    I'm not sure I really understand what you need, but in essence, the PLM framework was developed using the SPI technology. That is, the Service Provider Infrastructure, which is a technology to split the UI from the business logic behind it. The idea is, in the end, you can have one single DB, connected to multiple systems and different types of UIs. (you can find some more details here: http://wiki.scn.sap.com/wiki/display/SPI/Home)
    As far as I know, you have to do some customization in SPRO and maintain views /PLMB/V_RFC_DEST and /PLMB/V_RFC_LSYS. Everything else is done by the PLM framework via RFC connections.
    Hope this helps you...
    Tudor

  • Connection Caching and Connection pooling

    Hi,
    I have question its about a concept which has been introduced by oracle called as connection caching (not sure if its a accepted in other app servers). I had a look at it and it is similar to wht a connection pool does. So can anyone out there explain me wht is the actual difference between these ?
    Thanks!

    i would ignore the idea all together, unlessyour
    connection has state or something, here readthis:
    http://nikhilb020875.wordpress.com/2006/05/24/cache-vs
    -pool/Hard to say for sure but I would guess your response
    is meaningless. It certainly isn't clear to me why
    you think that link is relevant.if you had read the first 2 lines from the page..I read the entire link.

  • 500 Internal Server Error oracle.apps.fnd.cache.CacheException

    I have been trying to access a new instance using JDEV, but i have been getting this error:
    Can anyone help me ?
    500 Internal Server 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.WebAppsContext.<init>(WebAppsContext.java:1027) at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:223) at OAErrorPage.jspService(_OAErrorPage.java:62) [OAErrorPage.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813) at runregion.jspService(_runregion.java:193) [runregion.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) 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) ... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe 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) ... 54 more

    Hi Pardeep,
    I was getting the same error. I have copied the JDK 1.5.0_16.zip from other user and unzip in the folder of mine like AB12020 where I have installed the Jdeveloper or might be your DBC file get corrupted.
    Check out..
    Thanks
    Anil Sharma
    PS-Pls marked ur questioned as answered and close the question.
    Edited by: OAFUser on Jan 15, 2009 9:43 PM

  • Statement cache  in connection cache

    In my application , i have implemented connection cache mechanism using OracleConnectionImpl class, my application
    gets the connection from connection cache and it makes JDBC calls(SELECT,UPDATE),and returns connection back to connection cache.
    i am doing above steps repedetily, i am trying to implement statement cache mechanism for performance reasons, is statement cache
    mechanism is suitable for above scenario.
    i learned that statement chache is associated with a physical connection, in my case i am getting physical connection instances from a connection cache ,
    using the connection for making JDBC calls and return back to cache. i am using several physical connection instances using connection cache,
    is statement cache suitable for my application?
    i need some help
    thanks

    Hi Elango,
    Thank you, I have downloaded latest jdbc driver (9.2) as u suggested, now it's working well, but i found another problem in my application, as am using CLOB datatypes in my application, when i changed my driver classes to above one i am getting following problem while working with CLOB.
    here i am giving my error stack:
    java.io.IOException: No more data to read from socket
    at oracle.jdbc.dbaccess.DBError.SQLToIOException(DBError.java:716)
    at oracle.jdbc.driver.OracleClobWriter.flushBuffer(OracleClobWriter.java:270)
    at oracle.jdbc.driver.OracleClobWriter.close(OracleClobWriter.java:232)
    my application code as follows
    BufferedReader xmlReader = new BufferedReader(new StringReader(clobXML)); //my xml string
    CLOB clob = ((OracleResultSet) dbresultset).getCLOB(1);
    Writer writer = clob.getCharacterOutputStream();
    // writing xml into clob
    String xmlString = "";
    while ((xmlString = xmlReader.readLine()) != null) {
    writer.write(xmlString);
    xmlReader.close();
    writer.close(); //problem here
    when i am trying to close or flush the stream,it's giving above problem, otherwise it's working fine, but no data is stored in database.
    the above code was working fine with my old driver classes.
    any idea?
    Thanks,
    Sasi

  • 10g (10.2.0.2) driver XA Connection Cache / xa connection pooling

    According to this table: http://download-east.oracle.com/docs/cd/B19306_01/java.102/b14355/overvw.htm#BABEAJHG, the XA Connection Cache was implemented in the 10.2 driver. However, I can't seem to get this to work. I noticed another user posted regarding this exact same problem about a month ago. Has anyone had any luck with this? Once I enable caching, I always get this exception:
    SQLException: Can not use getXAConnection() when connection caching is enabled.
    My code follows the code found here: http://download-east.oracle.com/docs/cd/B19306_01/java.102/b14355/concache.htm#CACDBBJI. Basically:
    OracleXADataSource ods = new OracleXADataSource();
    ods.setConnectionCachingEnabled(true);
    ods.setConnectionCacheProperties(properties);
    ods.getXAConnection(); // <---- throws exception

    I would try connecting using an Oracle 8i client. Using a 10g client to connect to an 8i database is asking for trouble.
    For example, someone in the following link got the same error as you, apparently through using an unsupported version of TOAD. It doesn't prove that your error is also due to an incompatible client, but I would start there. If you still get the same error when using an 8i client, we can look at other possibilities.
    http://dbaspot.com/oracle-tools/411067-not-able-create-tables-using-toad.html
    Edited by: karluk on May 12, 2011 3:07 PM

  • OA Framework pages gives oracle.apps.jtf.cache.CacheLoaderNotFoundExecption

    I have installed the right version of JDeveloper and started working on as per anilpassi demos and friends guidence.I was able to work on OA Framework pages, I have added some attributes in Tutorial page and also I was able to see isupplier page that I have to customize. While running the pages, it will take nearly 10mins to show every page.
    With the same configuration,Now I am getting error when I run any page from yesterday afternoon. So I have tried to reconfigure again the Jdeveloper and even I have tried by reinstalling it. Still I am getting the Error page. Here are details regarding the error page. I request you to go through these please and give your suggestions.
    I have set the JDEV_USER_HOME Environment Variable to “E:\jdevhome\jdev” and also I have set the database connection.
    The runtime settings I have given is below:
    Selected the DBC file.
    also the username and password i given is correct only. and also the user has the turorials responsibility.
    Error in IE while running:
    ==============
    Error Page Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.jtf.cache.CacheLoaderNotFoundException;
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
    at OAErrorPage.jspService(OAErrorPage.jsp:34)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
    at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
    at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
    at runregion.jspService(runregion.jsp:143)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    ==============
    Then in JDeveloper below messages are shown in Embedded OC4J Server tab:
    ==============
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    E:\jdevbin\jdk\bin\javaw.exe -client -classpath E:\jdevbin\j2ee\home\oc4j.jar;E:\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:E:\jdevbin\jdev\appslibrt\ojdbc14.jar;E:\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config E:\jdevhome\jdev\system9.0.3.5.1453\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 3797 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    TIME: runregion: initialization [16 ms]
    Tutalii: E:\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ApplicationServer: appName = APPS_OA
    ApplicationServer: appName = bc4j
    ApplicationServer: appName = current-workspace-app
    ApplicationServer: appName = soap
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 1297 ms.
    Error creating the ORB :
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    TIME: runregion: initialization [16 ms]
    ====================
    Starting Embedded OC4J Server is been displayed in the status bar. Also when a OA Framework page is getting opened, huge lines of codes and messages will be shown in Embedded OC4J Server Tab, but here nothing is shown than TIME: runregion: initialization [16 ms] .
    Please help in figuring out this,
    Thank you,

    Nothing much can be done, if you don't have vpn type of tool in performance.Moreoever,to pick latest class files it is necessary to bounce local jdev oc4j server, every time you make a change.
    Most of the time it do takes latest class files, but sometimes it not, so don't know how u will manage it, because in ur case every time u terminate the server... to restart it will take another 40 minutes.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ArcGis-Oracle direct connection

    Dear Friends:
    We're doing a direct connection beteewn ArcGis 8.1.2 and Oracle 8.1.7.
    We've just populated the sde schema and tried the connection in ArcCatalog.
    However, the Oracle4 spatial indexes are not recognized during the connection. These are RTree index.
    If we look at the Features Class Properties sheet, in the Indexes part (ArcGis) there is no reference to the Oracle spatial index.
    If we type 'sdelayer -o describe_long .....' the 'Spatial Index' is like this:
    parameter SPIDX_DBTUNE
    exist YES
    array_form 0,0,0
    I think there is any wrong in the sde.dbtune table, but I don4t know what this is.
    Another question:
    We have set the SRID value in the Oracle4s metadata tables, but when the spatial tables are registered, the SDE.SPATIAL_REFERENCES table is populated whit arbitraries values not corresponding whit the Oracle4s SRID ones . Must I manually change this values with the equivalent of the pedef.h file? What information must I introduce in this table?
    Thank you in advance
    Jeszs de Diego

    Hello David:
    Take a look at:
    http://arconline.esri.com/ArcSDEOnline/ArcSDE/admin_command_refs/arcsde_com_refs.htm
    The sdelayer -o register options:
    sdelayer -o register -l <table,column> [-e <entity_mask>] -c <primary_key_column>
    [-k <config_keyword>] [-S <layer_description_str>] [-i <service>]
    [-s <server_name>] -u <DB_User_name> [-p <DB_User_password>] [-q]
    In our help:
    sdelayer -o register -l <table,column> -e <entity_mask>
    [{-c <row_id_column> -C {SDE | USER} } | {-C NONE}]
    [Spatial_Index] [-S <layer_description_str>]
    [-k <config_keyword>] [-i <service>] [-s <server_name]
    -u <DB_User_name> [-p <DB_User_password>] [-D <database>] [-q]
    We4re using ArcGis 8.1.2. I4ve readed there is a patch of the direct connection drivers for an ArcSde Client. Have you installed this ?(sde81sp1_ora8i_intel_nt.zip).
    Of course, this is not an important problem, but the curiosity...
    Thank you again
    Jeszs de Diego

  • Oracle.apps.fnd.cache.CacheException while generating Auto Reports

    Hi,
    Please help me in resolving out the ERROR occured while dealing with Automated Report Generation.
    Following is the Error Message:
    Weekly Report Generator starts running at:Tue Jun 24 14:41:47 IST 2008
    connection oracle.jdbc.driver.T4CConnection@789144
    Generating Health Summary Report for: _11_5_1.html
    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:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDataba
    seValues(DebugEventManager.java:1149)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(Deb
    ugEventManager.java:1010)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(Debug
    EventManager.java:979)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:946)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:933)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :917)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :882)
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:933)
    at uttara.oracle.apps.uttaraimc.reports.jasper.HealthSummaryReportGenera
    tor.getServiceApplicationModule(HealthSummaryReportGenerator.java:110)
    at uttara.oracle.apps.uttaraimc.reports.jasper.HealthSummaryReportGenera
    tor.generateReport(HealthSummaryReportGenerator.java:40)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.gen
    erateWeeklyReports(WeeklyReportGenerator.java:75)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.mai
    n(WeeklyReportGenerator.java:27)
    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:678)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 20 more
    Error: Report cannot be created at: /oracle10/oracle/viscomn/java/oracle/apps/me
    dia/CDV/CDVReport/HTML/Auto/Weekly/24_06_2008/ status: false
    Error:oracle.apps.fnd.cache.CacheException
    No. of reports generated:0
    ************************************************************************

    It looks like the reports to be created is trying to use
    /oracle10/oracle/viscomn/java/oracle/apps/media/CDV/CDVReport/HTML/Auto/Weekly/24_06_2008/
    And it can not write in that location. Specify a different folder or check the permisisons/free space avaialable.
    Rajesh Alex

  • Why does my iPhone not show up in iTunes on a mac that has a shared internet connection from another mac?

    I have what I would consider a difficult question. I called Apple Care and after she spoke to a senior advisor,the representative ended up saying it wasn't possible.
    Having said that, I'm sure this is not a difficult question for people with networking expertise.
    Setup
    So...I have a MacBook receiving a WiFi signal via AirPort.
    In System Preferences, I have turned on Internet sharing (share airport over Ethernet).
    I connected the Ethernet port on my MacBook to the Ethernet port on my MDD PowerMac G4.
    At this point, I can successfully browse the web, perform software updates, and view other computers and iTunes libraries on my network from my G4.
    Goal
    However, in iTunes on my G4 I would like to use iTunes DJ.
    Tried
    So...I click on iTunes DJ.
    I set the settings (button in bottom right) to allow guest remotes, etc.
    I turned on iTunes Home Sharing (logged into the same account as by iPhone).
    Problem
    However, from the Remote app on my iPhone, I am unable to see the library on my G4.
    Also, if I want to pair my iPhone Remote app with iTunes on my G4, I click add Library in the Remote app, but iTunes on the G4 never displays my iPhone in the left column (although I am able to see all other iTunes libraries being shared on the network).
    Thus, I cannot connect to iTunes as a guest Remote, nor can I connect as paired remote.
    I have successfully done both of these things with computers connected directly to my modem, as well as with computers connected via WiFi.
    The problem is connecting devices to computers that get their internet connection though another computer via internet sharing.
    Question
    So my question is about Internet sharing itself. Is it not a fully featured ad-hoc network? Does it only provide browsing capabilities and the ability to browse networked computers, but NOT devices such as an iPhone? I don't see the difference; my iPhone is on the same network as the computers, so why is there no communication between it and computers that gain their Internet connection through another computer?
    I really hope someone out there who is an expert in networking can help me out with this. Or if it truly is impossible, if someone could explain to me why that is the case, I would also appreciate it.
    ps. I usually have my MacBook sharing its Internet connection through an old router that I am using as a switch because I share the connection with three other computers. And if it isn't obvious, the modem is downstairs, and the MacBook, old router being used as a switch, and other computers are upstairs where there is no Ethernet wired.
    Thank you in advance for any help.

    Phone not recognised in itunes
    iPhone not recognised by iTunes on PC
    iPhone not recognised by iTunes on Mac

  • Select in Oracle's Connection

    Hi
    I've had two connection, one for Oracle Database and other for SQL Server Database, both it have worked fine and my question is
    How I can show data with one Select in Oracle's Connection for one table in SQL Server ?
    I mean
    Select * from ConnectSQL..dbo.Table ???
    Is it possible ?

    Karthick
    thanks
    I made the DataBase Link but send me this error
    ORA 12541 TNS no listener
    the connection request could no be completed because the listener is no running
    I click in your link, but I can't created the Oracle ODBC ....
    How I can to install the oracle client in my local PC ?

Maybe you are looking for

  • url-pattern for extension mapping in security-constraint not working

    I'm trying to use extension mapping in a <security-constraint> configuration, According to: http://download.oracle.com/otn-pub/jcp/servlet-3_1-fr-eval-spec/servlet-3_1-final.pdf?AuthParam=1429824454_de04222eab1b8- Section 12.2: A string beginning wit

  • Set Default Report Attributes

    Hi, Is is possible to set the default report attributes for interactive reports so when I create a new one I don't have to go through and change the defaults. Basically I want to set the "Show Null Values as" variable to null rather than a dash for a

  • Data src Financial Reporting studio

    Hi i'm a BO guy and new to hyperion. My doubt is if i have a fact table and a couple of dimensions as oracle data structures,can i create a connection to oracle and import tables to create a report in Frinancial reporting studio ? will it work this w

  • Help!! iPod won't connect or restore!!...

    I have solved many problems over the years with my 160gb iPod Classic but I can't seem to work this one out. My iPod itself is fine.  It works properly, recharges fine, and I use it every day. However recentaly my Ipod Classic won't connect to my PC

  • Airtunes Speaker Selection

    Why is it that when you select a different set of speakers than your own computer, it mutes iTunes coming out of the earphone jack? What if I have another stereo connected to my computer and I want music in both places? Anyone know a workaround?