Maximum Number of JDBC Datasources

Does anyone know if there is a limit or if there is a
recommended max to the number of JDBC datasources that a standard
version of CF8 can handle?
We have approx. 500 on our server and occasionally the server
restarts due to Out of Memory errors. This most recently happened
when adding a new datasource through the CF Admin, which is what
led me to asking this question.
Thanks, Chris

> Does anyone know if there is a limit or if there is a
recommended max to the
> number of JDBC datasources that a standard version of
CF8 can handle?
>
> We have approx. 500 on our server and occasionally the
server restarts due to
> Out of Memory errors. This most recently happened when
adding a new datasource
> through the CF Admin, which is what led me to asking
this question.
A datasource is just a bunch of setting which get stuck in an
XML file.
THey don't have any RAM footprint in and of themselves.
However, the more DSNs you have, it suggests the more DB
traffic you have,
and indeed probably more activity on the box.
How much RAM have you got allocated to the JVM?
Have you used FusionReactor or similar to monitor what's
going on with the
RAM the JVM has?
Adam

Similar Messages

  • Maximum number of datasources for an index.

    Hello,
      Could someone comment on what is the maximum number of datasources allowed for an index-? Can we have 10 -15 datasources for a single index? I am not planning huge datasources ,each ds will be only a document in a FS rep.
    bcause this is the only option.
    Rgds

    Hello Robert ,
    Thanks for replying. I am not trying to index large datasources.
    Each datasource would be only a single document in a FS rep.
    i.e an index with about 10-15 datasources like this. I need to get this done for nearly 50 docs. Thats why I wanted to check how to split this up in a proper way.
    This is a hard requirement , so no other option than to index individual docs in the repositories rather than the whole rep.So then 10 -15 datasources per index should be fine,is it?.
    Currently made 6-9 data sources for an index(all docs in FS rep's), But index admin shows red and states that some document has not been indexed correctly.
    There are no errors in the indexing/trex monitor.
    Also search also picks up the document . Is this a known problem/bug?
    Rgds

  • Java.lang.Exception: ORA-00020: maximum number of processes (150) exceeded?

    When i run my web-application with the embedded OC4J server, the following error message is prompted:
    java.lang.Exception: ORA-00020: maximum number of processes (150) exceeded
         void MyFolder.objects.MyObject.<init>(oracle.jbo.ApplicationModule, java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)
         void MyFolder.servlet.MyServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    Question:
    - What is the cause of this error message? How to avoid?
    - I intended to deploy my application to 9IAS server. Will the same problem occurs too?
    Thanks for your reply!

    Hi Pig,
    When i run my web-application with the embedded OC4J server, the following error message is prompted:
    java.lang.Exception: ORA-00020: maximum number of processes (150) exceeded
         void MyFolder.objects.MyObject.<init>(oracle.jbo.ApplicationModule, java.lang.String, java.lang.String, javax.servlet.http.HttpServletRequest)
         void MyFolder.servlet.MyServlet.doPost(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
         void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.servlet.ServletRequest, javax.servlet.ServletResponse)
         void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(javax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
         boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.evermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpServletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.InputStream, java.io.OutputStream, boolean)
         void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
         void com.evermind.util.ThreadPoolThread.run()
    Question:
    - What is the cause of this error message? How to avoid?.
    From the Oracle error message documentation:
    ORA-00020 maximum number of processes (string) exceeded
    Cause: All process state objects are in use.
    Action: Increase the value of the PROCESSES initialization parameter.
    Another alternative approach may be to configure your Connection pool and/or your ApplicationModule pool to optimize the use of
    database connections and/or restrict the number of database connections used by the application. For example, if your application
    has declared many root ApplicationModules (i.e. more than one ApplicationModule pool is in use) then it may help to enable the
    jbo.doconnectionpooling switch so that each ApplicationModule instance in the pools does not maintain a dedicated database
    connection while not in use. Another alternative if you are using the BC4J connection pool (not a JDBC datasource) may be to
    restrict the number of connections the pool can create to < 150 with the jbo.maxpoolsize switch. However, please note that this
    may have an impact on throughput.
    - I intended to deploy my application to 9IAS server. Will the same problem occurs too?.
    This is a database issue. So, yes.
    Hope this helps.
    JR

  • Problem with reached maximum number of connections to database

    Dear Experts,
    Our Production system was not responding properly last week.
    The below was the reply from the Basis team.
    "It seems that we have again problem with reached maximum number of connections to database. We have extended this number to 100 this year and now it seems that it’s not enough again. It seems that something is running on Production, which takes over too many connections."
    They have increased the number to 200 as a work around.
    Do we have any means to find out, which component or application is causing the issue.
    Please advise me if any better way is available to correct the issue.
    Please see the below trace.
    From default trace:
    ======
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseSQLException: ResourceException occurred in method ConnectionFactoryImpl.getConnection(): javax.resource.R
    esourceException: (Failed in component: dbpool, BC-JAS-TRH) Cannot create connection. Possible reasons: 1)Maximum allowed connections to DB or EIS is reached. You
    can apply CSN Note 719778 in order to check and resolve connection leaks. 2) Configuration to DB/EIS is wrong or DB/EIS is temporary unreachable. 3) Connections ar
    e not enough for current load.
            at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:60)
            at com.sap.security.core.persistence.datasource.imp.J2EEConnectionPool.getConnection(J2EEConnectionPool.java:205)
            ... 61 more
    Caused by: javax.resource.ResourceException: (Failed in component: dbpool, BC-JAS-TRH) Cannot create connection. Possible reasons: 1)Maximum allowed connections to
    DB or EIS is reached. You can apply CSN Note 719778 in order to check and resolve connection leaks. 2) Configuration to DB/EIS is wrong or DB/EIS is temporary unr
    eachable. 3) Connections are not enough for current load.
            at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:230)
            at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:343)
            at com.sap.engine.services.connector.jca.ShareableConnectionManager.allocateConnection(ShareableConnectionManager.java:54)
            at com.sap.engine.services.dbpool.cci.ConnectionFactoryImpl.getConnection(ConnectionFactoryImpl.java:52)
            ... 62 more
    Caused by: com.sap.engine.services.dbpool.exceptions.BaseResourceException: SQLException is thrown by the pooled connection: com.sap.sql.log.OpenSQLException: No c
    onnection to data source SAPEPPDB available. All 100 pooled connections are in use and 70 connection requests are currently waiting. The connection pool size might
    need to be adjusted.
            at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:192)
            at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:221)
            ... 65 more
    Caused by: com.sap.sql.log.OpenSQLException: No connection to data source SAPEPPDB available. All 100 pooled connections are in use and 70 connection requests are
    currently waiting. The connection pool size might need to be adjusted.
    ======
    Thanks and Kind Regards,
    Jelbin

    Stop all instances(including DB) and start again, Hope it should work.
    It may happened that jar has not been synchronized with the database and may be version mismatch with the java.
    719778 - Data Source fails to return connection
    1650472 - Transactions are interrupted due to database connection periodically failing to establish
    1138877 - How to Deploy External Drivers JDBC/JMS Adapters
    Change the connection pool so that it can connect to DB as per the note 719778
    Regards
    Vijay Kalluri

  • How to get maximum number of results using content presenter taskflow

    Hello Friends,
    I am using 11.1.1.6,
    Below is the query is getting executed while content presenter taskflow get executed, Though I have more than 100 results in UCM, I am always getting only 25. Is there anywhere I can configure to fetch maximum number of results ? Though I set maxResults = 200, It always returns 25.
    SELECT * FROM ora:t:IDC:GlobalProfile WHERE ora:p:xRegionDefinition = 'NEWS_REG_DEF' AND ora:p:xArchiveFlag='Yes' and ora:p:xDocumentSortDate > TIMESTAMP '2014-01-01T00:00:00.000+00:00' and ora:p:xDocumentSortDate < TIMESTAMP '2014-12-31T00:00:00.000+00:00' ORDER BY ora:p:xDocumentSortDate DESC
    Page Def.xml : here the taskflow entries configured in page def xml file
    <taskFlow id="doclibcontentpresenter2"
                  taskFlowId="/oracle/webcenter/doclib/view/jsf/taskflows/presenter/contentPresenter.xml#doclib-content-presenter"
                  activation="deferred"
                  xmlns="http://xmlns.oracle.com/adf/controller/binding"
                  Refresh="ifNeeded"
                  RefreshCondition="#{requestScope.pRefreshArchiveNewsSction='Y'}">
          <parameters>
            <parameter id="taskFlowInstId" value="${'myinst'}"/>
            <parameter id="datasourceType" value="${'dsTypeQueryExpression'}"/>
            <parameter id="datasource"
                       value="#{backingBeanScope.ArchiveBean.contentQuery}"/>
            <parameter id="templateCategory" value="${''}"/>
            <parameter id="templateView" value="${'templates.archive.list'}"/>
            <parameter id="regionTemplate" value="${'false'}"/>
            <parameter id="maxResults" value="200"/>
          </parameters>
        </taskFlow>

    Hi Dan,
    Here is the detailed logs
    searchcache/6
    02.19 15:21:14.656
    SearchCache
    Approximately 0% of the available cache space is used.
    >searchquery/7
    02.19 15:23:53.642
    IdcServer-14885
    Query by [email protected] from CIS
    >searchquery/6
    02.19 15:23:53.643
    IdcServer-14885
    preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:53.643
    IdcServer-14885
    Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:53.643
    IdcServer-14885
    Parsing universal query: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
    >searchquery/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing callback on query value 'NEWS_REG_DEF'
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Into appendClauseElement CommonSearchConfig with operator : equals value : NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing actions list size : 1 on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing action number : 0 : prefix on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing actions list size : 2 on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing action number : 0 : upperCase on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing action number : 1 : escape on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processed escape with '' resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processed escape with _ resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processed escape with \- resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processed escape with \_ resulting in value :NEWS\_REG\_DEF
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processed escape with \, resulting in value :NEWS\_REG\_DEF
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing callback on query value 'Yes'
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Into appendClauseElement CommonSearchConfig with operator : equals value : Yes
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing actions list size : 1 on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing action number : 0 : prefix on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing actions list size : 2 on the input value : Yes with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.643
    IdcServer-14885
    Processing action number : 0 : upperCase on the input value : Yes with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Processing action number : 1 : escape on the input value : YES with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Processed escape with '' resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Processed escape with _ resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Processed escape with \- resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Processed escape with \_ resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Processed escape with \, resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:53.644
    IdcServer-14885
    Processing callback on query value '2013-01-01 00:00:00'
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Into appendClauseElement CommonSearchConfig with operator : dateGreater value : 2012/12/31 18:00:00
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:53.644
    IdcServer-14885
    Processing callback on query value '2013-12-31 00:00:00'
    >searchqueryparse/6
    02.19 15:23:53.644
    IdcServer-14885
    Into appendClauseElement CommonSearchConfig with operator : dateLess value : 2013/12/30 18:00:00
    >searchquery/6
    02.19 15:23:53.644
    IdcServer-14885
    Converted native query: '((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))'
    >searchquery/7
    02.19 15:23:53.644
    IdcServer-14885
    assigning connection
    >searchquery/6
    02.19 15:23:53.644
    IdcServer-14885
    !csMonitorActiveDbConnections,1
    >searchquery/6
    02.19 15:23:53.644
    IdcServer-14885
    Connection is added to active connections with key of '[ACTIVE] ExecuteThread: '35' for queue: 'weblogic.kernel.Default (self-tuning)''.
    >searchquery/6
    02.19 15:23:53.644
    IdcServer-14885
    query(live): (((((((((((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))))))))))) [1,51] sort(xDocumentSortDate DESC)
    >search/6
    02.19 15:23:53.688
    IdcServer-14885
    Start parsing drill down fields with SAX...
    >search/6
    02.19 15:23:53.691
    IdcServer-14885
    Completed parsing 1 groups.
    >search/7
    02.19 15:23:53.692
    IdcServer-14885
    ResultSetInterface results: <ctx_result_set><hitlist><hit><sdata name="DID">11489</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006063</sdata><score>100</score></hit><hit><sdata name="DID">16132</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006403</sdata><score>100</score></hit><hit><sdata name="DID">13513</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006591</sdata><score>100</score></hit><hit><sdata name="DID">11319</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006003</sdata><score>100</score></hit><hit><sdata name="DID">17043</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004050</sdata><score>100</score></hit><hit><sdata name="DID">16477</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006407</sdata><score>100</score></hit><hit><sdata name="DID">16162</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006593</sdata><score>100</score></hit><hit><sdata name="DID">16010</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006399</sdata><score>100</score></hit><hit><sdata name="DID">10524</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005609</sdata><score>100</score></hit><hit><sdata name="DID">10777</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005601</sdata><score>100</score></hit><hit><sdata name="DID">10508</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005600</sdata><score>100</score></hit><hit><sdata name="DID">10476</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005585</sdata><score>100</score></hit><hit><sdata name="DID">12427</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006397</sdata><score>100</score></hit><hit><sdata name="DID">16333</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005580</sdata><score>100</score></hit><hit><sdata name="DID">17080</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004051</sdata><score>100</score></hit><hit><sdata name="DID">15926</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006482</sdata><score>100</score></hit><hit><sdata name="DID">16857</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003963</sdata><score>100</score></hit><hit><sdata name="DID">16895</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003964</sdata><score>100</score></hit><hit><sdata name="DID">16487</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006481</sdata><score>100</score></hit><hit><sdata name="DID">12431</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006485</sdata><score>100</score></hit><hit><sdata name="DID">16813</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003977</sdata><score>100</score></hit><hit><sdata name="DID">9569</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005342</sdata><score>100</score></hit><hit><sdata name="DID">16814</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003978</sdata><score>100</score></hit><hit><sdata name="DID">17045</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004056</sdata><score>100</score></hit><hit><sdata name="DID">12246</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006478</sdata><score>100</score></hit><hit><sdata name="DID">15911</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005652</sdata><score>100</score></hit><hit><sdata name="DID">16775</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003999</sdata><score>100</score></hit><hit><sdata name="DID">11925</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000776</sdata><score>100</score></hit><hit><sdata name="DID">15639</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000763</sdata><score>100</score></hit><hit><sdata name="DID">16865</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000770</sdata><score>100</score></hit><hit><sdata name="DID">10100</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000741</sdata><score>100</score></hit><hit><sdata name="DID">17116</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004054</sdata><score>100</score></hit><hit><sdata name="DID">9015</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000801</sdata><score>100</score></hit><hit><sdata name="DID">16474</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006061</sdata><score>100</score></hit></hitlist><count>34</count><groups sdata="SDDRILLDOWN"><group value="Document,insight_application1,"><count>34</count></group></groups></ctx_result_set>
    >search/7
    02.19 15:23:53.692
    IdcServer-14885
    Trace:
    search/7
    02.19 15:23:53.692
    IdcServer-14885
    ctx_query.result_set start time:15:23:53.64
    search/7
    02.19 15:23:53.692
    IdcServer-14885
    ctx_query.result_set   end time:15:23:53.66
    search/7
    02.19 15:23:53.692
    IdcServer-14885
    Result parsing start time: 15:23:53.66
    search/7
    02.19 15:23:53.692
    IdcServer-14885
    Result parsing   end time: 15:23:53.67
    search/7
    02.19 15:23:53.692
    IdcServer-14885
    SELECT dDocName,dDocTitle,dDocType,dSecurityGroup,dInDate,xArchiveFlag,xHidden,xWebsiteObjectType,xWebsiteSection,xDontShowInListsForWebsites,dRevisionID,dDocCreator,dWebExtension,xUpdateContentType,xSubmitForApproval,xFilesAllowed,xRegionDefinition,xWCWorkflowAssignment,dDocCreatedDate,dCreateDate,xWCTags,dOriginalName,xNewsType,dFormat,dPublishType,dDocFunction,dDocAuthor,VaultFileSize,dDocLastModifier,xWebFlag,dOutDate,dGif,dExtension,dDocLastModifiedDate,xClbraRoleList,xInhibitUpdate,URL,AlternateFormat,WebFileSize,xClbraUserList,dDocOwner,xReadOnly,dRevClassID,xWCWorkflowApproverUserList,xCollectionID,xComments,xPartitionId,dRevLabel,xStorageRule,dFullTextFormat,xWebsites,xDocumentSortDate,dRendition2,dRendition1,dID,xReadyForReplication,dDocAccount,xReadMoreURL,xIdcProfile,xClbraAliasList,otsFormat,otsCharset,otsLanguage FROM IdcText2 WHERE dID IN (11489,16132,13513,11319,17043,16477,16162,16010,10524,10777,10508,10476,12427,16333,17080,15926,16857,16895,16487,12431,16813,9569,16814,17045,12246,15911,16775,11925,15639,16865,10100,17116,9015,16474)
    search/7
    02.19 15:23:53.692
    IdcServer-14885
    Meta query start time: 15:23:53.67
    search/7
    02.19 15:23:53.692
    IdcServer-14885
    Meta query end time:15:23:53.67
    >searchquery/6
    02.19 15:23:53.692
    IdcServer-14885
    !csMonitorActiveDbConnections,0
    >searchquery/6
    02.19 15:23:53.692
    IdcServer-14885
    Connection is removed from active connections with key of '[ACTIVE] ExecuteThread: '35' for queue: 'weblogic.kernel.Default (self-tuning)''.
    >searchquery/6
    02.19 15:23:53.692
    IdcServer-14885
    release pool connection
    >searchquery/6
    02.19 15:23:53.708
    IdcServer-14885
    Execution time is 65 ms.
    >searchquery/7
    02.19 15:23:53.945
    IdcServer-14886
    Query by [email protected] from CIS
    >searchquery/6
    02.19 15:23:53.946
    IdcServer-14886
    preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:53.946
    IdcServer-14886
    Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:53.946
    IdcServer-14886
    Parsing universal query: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2013-01-01 00:00:00`) <and> (xDocumentSortDate<`2013-12-31 00:00:00`)))) )'
    >searchquery/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing callback on query value 'NEWS_REG_DEF'
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Into appendClauseElement CommonSearchConfig with operator : equals value : NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing actions list size : 1 on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing action number : 0 : prefix on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing actions list size : 2 on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing action number : 0 : upperCase on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing action number : 1 : escape on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with '' resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with _ resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with \- resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with \_ resulting in value :NEWS\_REG\_DEF
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with \, resulting in value :NEWS\_REG\_DEF
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing callback on query value 'Yes'
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Into appendClauseElement CommonSearchConfig with operator : equals value : Yes
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing actions list size : 1 on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing action number : 0 : prefix on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing actions list size : 2 on the input value : Yes with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing action number : 0 : upperCase on the input value : Yes with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processing action number : 1 : escape on the input value : YES with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with '' resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with _ resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.946
    IdcServer-14886
    Processed escape with \- resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.947
    IdcServer-14886
    Processed escape with \_ resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.947
    IdcServer-14886
    Processed escape with \, resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:53.947
    IdcServer-14886
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:53.947
    IdcServer-14886
    Processing callback on query value '2013-01-01 00:00:00'
    >searchqueryparse/6
    02.19 15:23:53.947
    IdcServer-14886
    Into appendClauseElement CommonSearchConfig with operator : dateGreater value : 2012/12/31 18:00:00
    >searchqueryparse/6
    02.19 15:23:53.947
    IdcServer-14886
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:53.947
    IdcServer-14886
    Processing callback on query value '2013-12-31 00:00:00'
    >searchqueryparse/6
    02.19 15:23:53.947
    IdcServer-14886
    Into appendClauseElement CommonSearchConfig with operator : dateLess value : 2013/12/30 18:00:00
    >searchquery/6
    02.19 15:23:53.947
    IdcServer-14886
    Converted native query: '((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))'
    >searchquery/7
    02.19 15:23:53.947
    IdcServer-14886
    assigning connection
    >searchquery/6
    02.19 15:23:53.947
    IdcServer-14886
    !csMonitorActiveDbConnections,1
    >searchquery/6
    02.19 15:23:53.947
    IdcServer-14886
    Connection is added to active connections with key of '[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)''.
    >searchquery/6
    02.19 15:23:53.947
    IdcServer-14886
    query(live): (((((((((((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2012/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2013/12/30 18:00:00') )))))))))))))) [1,51] sort(xDocumentSortDate DESC)
    >search/6
    02.19 15:23:53.992
    IdcServer-14886
    Start parsing drill down fields with SAX...
    >search/6
    02.19 15:23:53.993
    IdcServer-14886
    Completed parsing 1 groups.
    >search/7
    02.19 15:23:53.994
    IdcServer-14886
    ResultSetInterface results: <ctx_result_set><hitlist><hit><sdata name="DID">11489</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006063</sdata><score>100</score></hit><hit><sdata name="DID">16132</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006403</sdata><score>100</score></hit><hit><sdata name="DID">13513</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006591</sdata><score>100</score></hit><hit><sdata name="DID">11319</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006003</sdata><score>100</score></hit><hit><sdata name="DID">17043</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004050</sdata><score>100</score></hit><hit><sdata name="DID">16477</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006407</sdata><score>100</score></hit><hit><sdata name="DID">16162</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006593</sdata><score>100</score></hit><hit><sdata name="DID">16010</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006399</sdata><score>100</score></hit><hit><sdata name="DID">10524</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005609</sdata><score>100</score></hit><hit><sdata name="DID">10777</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005601</sdata><score>100</score></hit><hit><sdata name="DID">10508</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005600</sdata><score>100</score></hit><hit><sdata name="DID">10476</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005585</sdata><score>100</score></hit><hit><sdata name="DID">12427</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006397</sdata><score>100</score></hit><hit><sdata name="DID">16333</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005580</sdata><score>100</score></hit><hit><sdata name="DID">17080</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004051</sdata><score>100</score></hit><hit><sdata name="DID">15926</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006482</sdata><score>100</score></hit><hit><sdata name="DID">16857</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003963</sdata><score>100</score></hit><hit><sdata name="DID">16895</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003964</sdata><score>100</score></hit><hit><sdata name="DID">16487</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006481</sdata><score>100</score></hit><hit><sdata name="DID">12431</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006485</sdata><score>100</score></hit><hit><sdata name="DID">16813</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003977</sdata><score>100</score></hit><hit><sdata name="DID">9569</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005342</sdata><score>100</score></hit><hit><sdata name="DID">16814</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003978</sdata><score>100</score></hit><hit><sdata name="DID">17045</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004056</sdata><score>100</score></hit><hit><sdata name="DID">12246</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006478</sdata><score>100</score></hit><hit><sdata name="DID">15911</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-005652</sdata><score>100</score></hit><hit><sdata name="DID">16775</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003999</sdata><score>100</score></hit><hit><sdata name="DID">11925</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000776</sdata><score>100</score></hit><hit><sdata name="DID">15639</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000763</sdata><score>100</score></hit><hit><sdata name="DID">16865</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000770</sdata><score>100</score></hit><hit><sdata name="DID">10100</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000741</sdata><score>100</score></hit><hit><sdata name="DID">17116</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004054</sdata><score>100</score></hit><hit><sdata name="DID">9015</sdata><sdata name="SDDDOCNAME">VMOHSKEND05482000801</sdata><score>100</score></hit><hit><sdata name="DID">16474</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006061</sdata><score>100</score></hit></hitlist><count>34</count><groups sdata="SDDRILLDOWN"><group value="Document,insight_application1,"><count>34</count></group></groups></ctx_result_set>
    >search/7
    02.19 15:23:53.994
    IdcServer-14886
    Trace:
    search/7
    02.19 15:23:53.994
    IdcServer-14886
    ctx_query.result_set start time:15:23:53.95
    search/7
    02.19 15:23:53.994
    IdcServer-14886
    ctx_query.result_set   end time:15:23:53.96
    search/7
    02.19 15:23:53.994
    IdcServer-14886
    Result parsing start time: 15:23:53.96
    search/7
    02.19 15:23:53.994
    IdcServer-14886
    Result parsing   end time: 15:23:53.97
    search/7
    02.19 15:23:53.994
    IdcServer-14886
    SELECT dDocName,dDocTitle,dDocType,dSecurityGroup,dInDate,xArchiveFlag,xHidden,xWebsiteObjectType,xWebsiteSection,xDontShowInListsForWebsites,dRevisionID,dDocCreator,dWebExtension,xUpdateContentType,xSubmitForApproval,xFilesAllowed,xRegionDefinition,xWCWorkflowAssignment,dDocCreatedDate,dCreateDate,xWCTags,dOriginalName,xNewsType,dFormat,dPublishType,dDocFunction,dDocAuthor,VaultFileSize,dDocLastModifier,xWebFlag,dOutDate,dGif,dExtension,dDocLastModifiedDate,xClbraRoleList,xInhibitUpdate,URL,AlternateFormat,WebFileSize,xClbraUserList,dDocOwner,xReadOnly,dRevClassID,xWCWorkflowApproverUserList,xCollectionID,xComments,xPartitionId,dRevLabel,xStorageRule,dFullTextFormat,xWebsites,xDocumentSortDate,dRendition2,dRendition1,dID,xReadyForReplication,dDocAccount,xReadMoreURL,xIdcProfile,xClbraAliasList,otsFormat,otsCharset,otsLanguage FROM IdcText2 WHERE dID IN (11489,16132,13513,11319,17043,16477,16162,16010,10524,10777,10508,10476,12427,16333,17080,15926,16857,16895,16487,12431,16813,9569,16814,17045,12246,15911,16775,11925,15639,16865,10100,17116,9015,16474)
    search/7
    02.19 15:23:53.994
    IdcServer-14886
    Meta query start time: 15:23:53.97
    search/7
    02.19 15:23:53.994
    IdcServer-14886
    Meta query end time:15:23:53.98
    >searchquery/6
    02.19 15:23:53.995
    IdcServer-14886
    !csMonitorActiveDbConnections,0
    >searchquery/6
    02.19 15:23:53.995
    IdcServer-14886
    Connection is removed from active connections with key of '[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)''.
    >searchquery/6
    02.19 15:23:53.995
    IdcServer-14886
    release pool connection
    >searchquery/6
    02.19 15:23:54.007
    IdcServer-14886
    Execution time is 61 ms.
    >searchquery/7
    02.19 15:23:54.313
    IdcServer-14887
    Query by [email protected] from CIS
    >searchquery/6
    02.19 15:23:54.313
    IdcServer-14887
    preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:54.313
    IdcServer-14887
    Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )'
    >searchqueryparse/6
    02.19 15:23:54.313
    IdcServer-14887
    Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
    >searchqueryparse/6
    02.19 15:23:54.313
    IdcServer-14887
    Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:54.313
    IdcServer-14887
    Parsing universal query: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )'
    >searchquery/6
    02.19 15:23:54.313
    IdcServer-14887
    Processing callback on query value 'NEWS_REG_DEF'
    >searchqueryparse/6
    02.19 15:23:54.313
    IdcServer-14887
    Into appendClauseElement CommonSearchConfig with operator : equals value : NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:54.313
    IdcServer-14887
    Processing actions list size : 1 on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.313
    IdcServer-14887
    Processing action number : 0 : prefix on the input value : xRegionDefinition with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.313
    IdcServer-14887
    Processing actions list size : 2 on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing action number : 0 : upperCase on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing action number : 1 : escape on the input value : NEWS_REG_DEF with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with '' resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with _ resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with \- resulting in value :NEWS_REG_DEF
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with \_ resulting in value :NEWS\_REG\_DEF
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with \, resulting in value :NEWS\_REG\_DEF
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing callback on query value 'Yes'
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Into appendClauseElement CommonSearchConfig with operator : equals value : Yes
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing actions list size : 1 on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing action number : 0 : prefix on the input value : xArchiveFlag with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing actions list size : 2 on the input value : Yes with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing action number : 0 : upperCase on the input value : Yes with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing action number : 1 : escape on the input value : YES with searchengine ORACLETEXTSEARCH
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with '' resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with _ resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with \- resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with \_ resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Processed escape with \, resulting in value :YES
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing callback on query value '2014-01-01 00:00:00'
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Into appendClauseElement CommonSearchConfig with operator : dateGreater value : 2013/12/31 18:00:00
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Into appendClauseElement CommonSearchConfig with operator : and value :
    >searchquery/6
    02.19 15:23:54.314
    IdcServer-14887
    Processing callback on query value '2014-12-31 00:00:00'
    >searchqueryparse/6
    02.19 15:23:54.314
    IdcServer-14887
    Into appendClauseElement CommonSearchConfig with operator : dateLess value : 2014/12/30 18:00:00
    >searchquery/6
    02.19 15:23:54.314
    IdcServer-14887
    Converted native query: '((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2013/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2014/12/30 18:00:00') )))))'
    >searchquery/7
    02.19 15:23:54.314
    IdcServer-14887
    assigning connection
    >searchquery/6
    02.19 15:23:54.314
    IdcServer-14887
    !csMonitorActiveDbConnections,1
    >searchquery/6
    02.19 15:23:54.314
    IdcServer-14887
    Connection is added to active connections with key of '[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)''.
    >searchquery/6
    02.19 15:23:54.315
    IdcServer-14887
    query(live): (((((((((((( SDATA(sdxRegionDefinition LIKE 'NEWS\_REG\_DEF') )  and  (( SDATA(sdxArchiveFlag LIKE 'YES') )  and  (( SDATA(xDocumentSortDate > '2013/12/31 18:00:00') )  and  ( SDATA(xDocumentSortDate < '2014/12/30 18:00:00') )))))))))))))) [1,51] sort(xDocumentSortDate DESC)
    >search/6
    02.19 15:23:54.365
    IdcServer-14887
    Start parsing drill down fields with SAX...
    >search/6
    02.19 15:23:54.367
    IdcServer-14887
    Completed parsing 1 groups.
    >search/7
    02.19 15:23:54.369
    IdcServer-14887
    ResultSetInterface results: <ctx_result_set><hitlist><hit><sdata name="DID">17207</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004318</sdata><score>100</score></hit><hit><sdata name="DID">17281</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004289</sdata><score>100</score></hit><hit><sdata name="DID">17105</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004316</sdata><score>100</score></hit><hit><sdata name="DID">17244</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004252</sdata><score>100</score></hit><hit><sdata name="DID">16997</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004251</sdata><score>100</score></hit><hit><sdata name="DID">17034</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004233</sdata><score>100</score></hit><hit><sdata name="DID">17239</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004219</sdata><score>100</score></hit><hit><sdata name="DID">17178</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004186</sdata><score>100</score></hit><hit><sdata name="DID">17112</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004150</sdata><score>100</score></hit><hit><sdata name="DID">17276</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004148</sdata><score>100</score></hit><hit><sdata name="DID">17193</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004137</sdata><score>100</score></hit><hit><sdata name="DID">17070</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004132</sdata><score>100</score></hit><hit><sdata name="DID">17195</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004123</sdata><score>100</score></hit><hit><sdata name="DID">17275</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004116</sdata><score>100</score></hit><hit><sdata name="DID">17189</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004080</sdata><score>100</score></hit><hit><sdata name="DID">16993</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004089</sdata><score>100</score></hit><hit><sdata name="DID">17032</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004070</sdata><score>100</score></hit><hit><sdata name="DID">16784</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004035</sdata><score>100</score></hit><hit><sdata name="DID">16268</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-006848</sdata><score>100</score></hit><hit><sdata name="DID">16866</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004028</sdata><score>100</score></hit><hit><sdata name="DID">16940</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004027</sdata><score>100</score></hit><hit><sdata name="DID">16823</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004025</sdata><score>100</score></hit><hit><sdata name="DID">16731</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004024</sdata><score>100</score></hit><hit><sdata name="DID">17132</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004023</sdata><score>100</score></hit><hit><sdata name="DID">16645</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004020</sdata><score>100</score></hit><hit><sdata name="DID">16678</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004002</sdata><score>100</score></hit><hit><sdata name="DID">16642</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004000</sdata><score>100</score></hit><hit><sdata name="DID">16610</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-008921</sdata><score>100</score></hit><hit><sdata name="DID">16726</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003959</sdata><score>100</score></hit><hit><sdata name="DID">16663</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003952</sdata><score>100</score></hit><hit><sdata name="DID">15967</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003823</sdata><score>100</score></hit><hit><sdata name="DID">15878</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003821</sdata><score>100</score></hit><hit><sdata name="DID">16277</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003820</sdata><score>100</score></hit><hit><sdata name="DID">15624</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-008149</sdata><score>100</score></hit><hit><sdata name="DID">16178</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003607</sdata><score>100</score></hit><hit><sdata name="DID">16765</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003764</sdata><score>100</score></hit><hit><sdata name="DID">16691</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003766</sdata><score>100</score></hit><hit><sdata name="DID">16827</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003499</sdata><score>100</score></hit><hit><sdata name="DID">16303</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003498</sdata><score>100</score></hit><hit><sdata name="DID">16696</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003756</sdata><score>100</score></hit><hit><sdata name="DID">16937</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003806</sdata><score>100</score></hit><hit><sdata name="DID">15976</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003381</sdata><score>100</score></hit><hit><sdata name="DID">16364</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003807</sdata><score>100</score></hit><hit><sdata name="DID">15832</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003803</sdata><score>100</score></hit><hit><sdata name="DID">17285</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1004041</sdata><score>100</score></hit><hit><sdata name="DID">16639</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003972</sdata><score>100</score></hit><hit><sdata name="DID">16820</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1003628</sdata><score>100</score></hit><hit><sdata name="DID">15183</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007721</sdata><score>100</score></hit><hit><sdata name="DID">15180</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007720</sdata><score>100</score></hit><hit><sdata name="DID">15640</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007722</sdata><score>100</score></hit><hit><sdata name="DID">15631</sdata><sdata name="SDDDOCNAME">WCC_CLUSTER1-007719</sdata><score>100</score></hit></hitlist><count>66</count><groups sdata="SDDRILLDOWN"><group value="Document,insight_application1,"><count>66</count></group></groups></ctx_result_set>
    >search/7
    02.19 15:23:54.369
    IdcServer-14887
    Trace:
    search/7
    02.19 15:23:54.369
    IdcServer-14887
    ctx_query.result_set start time:15:23:54.31
    search/7
    02.19 15:23:54.369
    IdcServer-14887
    ctx_query.result_set   end time:15:23:54.32
    search/7
    02.19 15:23:54.369
    IdcServer-14887
    Result parsing start time: 15:23:54.33
    search/7
    02.19 15:23:54.369
    IdcServer-14887
    Result parsing   end time: 15:23:54.35
    search/7
    02.19 15:23:54.369
    IdcServer-14887
    SELECT dDocName,dDocTitle,dDocType,dSecurityGroup,dInDate,xArchiveFlag,xHidden,xWebsiteObjectType,xWebsiteSection,xDontShowInListsForWebsites,dRevisionID,dDocCreator,dWebExtension,xUpdateContentType,xSubmitForApproval,xFilesAllowed,xRegionDefinition,xWCWorkflowAssignment,dDocCreatedDate,dCreateDate,xWCTags,dOriginalName,xNewsType,dFormat,dPublishType,dDocFunction,dDocAuthor,VaultFileSize,dDocLastModifier,xWebFlag,dOutDate,dGif,dExtension,dDocLastModifiedDate,xClbraRoleList,xInhibitUpdate,URL,AlternateFormat,WebFileSize,xClbraUserList,dDocOwner,xReadOnly,dRevClassID,xWCWorkflowApproverUserList,xCollectionID,xComments,xPartitionId,dRevLabel,xStorageRule,dFullTextFormat,xWebsites,xDocumentSortDate,dRendition2,dRendition1,dID,xReadyForReplication,dDocAccount,xReadMoreURL,xIdcProfile,xClbraAliasList,otsFormat,otsCharset,otsLanguage FROM IdcText2 WHERE dID IN (17207,17281,17105,17244,16997,17034,17239,17178,17112,17276,17193,17070,17195,17275,17189,16993,17032,16784,16268,16866,16940,16823,16731,17132,16645,16678,16642,16610,16726,16663,15967,15878,16277,15624,16178,16765,16691,16827,16303,16696,16937,15976,16364,15832,17285,16639,16820,15183,15180,15640,15631)
    search/7
    02.19 15:23:54.369
    IdcServer-14887
    Meta query start time: 15:23:54.35
    search/7
    02.19 15:23:54.369
    IdcServer-14887
    Meta query end time:15:23:54.35
    >searchquery/6
    02.19 15:23:54.369
    IdcServer-14887
    !csMonitorActiveDbConnections,0
    >searchquery/6
    02.19 15:23:54.369
    IdcServer-14887
    Connection is removed from active connections with key of '[ACTIVE] ExecuteThread: '21' for queue: 'weblogic.kernel.Default (self-tuning)''.
    >searchquery/6
    02.19 15:23:54.369
    IdcServer-14887
    release pool connection
    >searchquery/6
    02.19 15:23:54.382
    IdcServer-14887
    Execution time is 69 ms.
    >searchquery/7
    02.19 15:23:54.662
    IdcServer-14888
    Query by [email protected] from CIS
    >searchquery/6
    02.19 15:23:54.662
    IdcServer-14888
    preparedQueryText: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:54.662
    IdcServer-14888
    Setting substr to other operator conv flag: '( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )'
    >searchqueryparse/6
    02.19 15:23:54.662
    IdcServer-14888
    Into parse of UniversalSearchQuery for: ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
    >searchqueryparse/6
    02.19 15:23:54.662
    IdcServer-14888
    Into parseQueryEx of UniversalSearchQueryParser for queryArr : ( ((xRegionDefinition <matches> `NEWS_REG_DEF`) <and> ((xArchiveFlag <matches> `Yes`) <and> ((xDocumentSortDate>`2014-01-01 00:00:00`) <and> (xDocumentSortDate<`2014-12-31 00:00:00`)))) )
    >searchquery/6
    02.19 15:23:54.662
    IdcServer-14888
    Parsing universal query:

  • Setting the maximum number of rows in a ResultSet

    Hi everybody,
    Anyone knows if it is possible to set the maximum number of rows to obtain in a ResultSet using JDBC 2.0, and if so, how to do it?
    Thanks in advance.

    Statement st = con.createStatement();
    st.setFetchSize(no_of_rows_here);
    ResultSet rs = st.executeQuery(query);Sudha

  • Increased maximum number of open cursors

    I'm using JDBC with oracle. And I need to send many transactions to database.
    I use Statement.executeQuery("INSERT INTO ..............") and so on!
    But after 300 transaction Oracle send me an error that "increased maximum number of open cursors." How to increase the max number of that cursors or how to close them??
    Thanks in advance!

    1. Use, PreparedStatement instead of Statement.
    2. Use addBatch() and executeBatch() methods.
    3. Don't create statement objects in a loop, just create one object outside the while (or for) loop and use the same object again and again. Most probably the problem may be due to creating excessive object in a llop.
    Hope this helps.
    Sudha

  • Maximum number of cursors excedeed

    We have an application that runs Weblogic Server 6.1sp1 with Oracle
    Thin Driver on Oracle8.1.7. There's a stateless session bean that calls
    a stored procedure which returns a cursor, than fetches the rows using
    the cursor and then cleanly closes everything ( statements, results
    sets, connection ). After restarting the application server for the
    first 5 calls it appears that the cursor is not closed. Everything works
    fine then for almost 7500 calls, the same input data, everything is
    allocated and realeased cleanly. After 7500 calls when the memory
    becomes a little scarce, all of a sudden the cursors are not closed, the
    same method that has worked perfectly so far, now it fails to close the
    cursors. The number of cursors constantly goes up until it reaches the
    maximum number of opened cursors when, sadly, it crashes miserably with
    ExceptionsUsingSP--:Exception:ORA-01000: maximum open cursors exceeded.
    Does anybody have any idea about how I could fix this ?
    Thank you,
    Horea
    PS I'm using the following statement to get the number of opened
    cursors:
    select a.value, b.name from v$mystat a, v$statname b
    where a.statistic# = b.statistic# and a.statistic#= 3

    You are right that you are retriving and closing the cursor ! I can't tell
    you the exact cause of this.
    We ran into similar issue when we did the same thing . And the only
    conclusion I came across is that I was ceating a new CallableStatment in the
    loop everytime.
    So, what we did is that we created the CallableStatement object only
    once. And than we did the looping to set its value and execute it.
    Also this gave us a very significant performance improvement.
    try it ,
    thanks,
    Prashant
    but the callable statement is released in the end, right ? cs.close()
    should
    do this !!! And if you read the whole story it is closed for the first
    thousand calls, then it happens not to be closed.
    "Jeetendra Talreja" <[email protected]> wrote in message
    news:[email protected]...
    You are creating a new callable statement object with every call to this
    method. That is what I think causes the MAXIMUM NO OF CURSORS EXCEEDED.
    Create the callable statement ONLY once and then you can execute the
    statement by supplying different parameters.
    Follow these steps:
    1. create callable statement once.
    2. set parameters, execute, got the resultset.
    3. set parameters, execute, got the resultset.
    and you can go on and on.
    Thanks
    public List _getAllResourceOptionsUsingSP(RGQueryData qd, boolean
    onlyFirstOne) throws RGException
    Connection conn = null;
    CallableStatement cs = null;
    ResultSet cursor = null;
    RGData rgData = null;
    RGCarrierData rgCarrierData = null;
    ArrayList list = new ArrayList();
    ArrayList carrierDataList = null;
    int laneId = NullDef.NULL_INT, laneHierarchy = NullDef.NULL_INT;
    Vector idVector = new Vector();
    List excludedIdList = qd.getLaneIdList();
    RGDebugLog.logLow("RGRetrievalJDBCAccessor:getAllResourceOptionsUsingSP\n"
    + "qd:" + qd);
    try
    conn = OFRDef.CONNECTION_CREATOR.createConnection();
    RGDebugLog.logLow("RGRetrievalJDBCAccessor:getAllResourceOptionsUsingSP\n"+
    >
    "query data: " + qd);
    cs = conn.prepareCall( GET_RESOURCE_OPTION_SP );
    cs.setInt(1, qd.getTcCompanyId()); //coid IN
    rg_lane.tc_company_id%TYPE,
    cs.setString(2, qd.getBusinessUnit()); //buid IN
    rg_lane.business_unit%TYPE,
    cs.setInt(3, qd.getOFacilityId()); //ofacid IN
    rg_lane.o_facility_id%TYPE,
    cs.setString(4, qd.getOCity()); //ocity IN rg_lane.o_city%TYPE,
    cs.setString(5, qd.getOCounty()); //ocnty IN rg_lane.o_county%TYPE,
    cs.setString(6, qd.getOStateProv()); //ost IN
    rg_lane.o_state_prov%TYPE,
    cs.setString(7, qd.getOPostalCode()); //ozip IN
    rg_lane.o_postal_code%TYPE,
    cs.setString(8, qd.getOCountryCode()); //ocountry IN
    rg_lane.o_country_code%TYPE,
    cs.setInt(9, qd.getDFacilityId()); //dfacid IN
    rg_lane.d_facility_id%TYPE,
    cs.setString(10, qd.getDCity()); //dcity IN rg_lane.d_city%TYPE,
    cs.setString(11, qd.getDCounty()); //dcnty IN rg_lane.d_county%TYPE,
    cs.setString(12, qd.getDStateProv()); //dst IN
    rg_lane.d_state_prov%TYPE,
    cs.setString(13, qd.getDPostalCode()); //dzip IN
    rg_lane.d_postal_code%TYPE,
    cs.setString(14, qd.getDCountryCode()); //dcountry IN
    rg_lane.d_country_code%TYPE,
    cs.setDate(15, new java.sql.Date(qd.getKeyDTTM().getTime())); //idttm
    IN DATE,
    cs.setString(16, qd.getRgQualifer()); //rgq IN
    rg_lane.rg_qualifier%TYPE,
    cs.setString(17, qd.getCarrierCode()); //ccode IN
    rg_lane_dtl.carrier_code%TYPE,
    cs.setString(18, qd.getMot()); //mot IN rg_lane_dtl.mot%TYPE,
    cs.setString(19, qd.getEquipmentCode()); //equip IN
    rg_lane_dtl.equipment_code%TYPE,
    cs.setString(20, qd.getServiceLevel()); //sl IN
    rg_lane_dtl.carrier_code%TYPE,
    cs.setString(21, qd.getProtectionLevel()); //pl IN
    rg_lane_dtl.carrier_code%TYPE,
    cs.registerOutParameter(22, OracleTypes.CURSOR); //rs_option_refcur
    OUT rs_option_curtype
    boolean b = cs.execute();
    cursor = (ResultSet)cs.getObject(22);
    if(cursor!=null)
    while (cursor.next())
    laneId = cursor.getInt("lane_id");//rl.lane_id,
    laneHierarchy = cursor.getInt("lane_hierarchy");//lane hierarchy
    rgCarrierData = new RGCarrierData();
    rgData.setLaneId(laneId);//rl.lane_id,
    rgData.setLaneHierarchy(laneHierarchy);//lane_hierarchy,
    catch(Exception e)
    RGDebugLog.logException( e );
    throw new
    RGException("RGRetrievalJDBCAccessor:getAllResourceOptionsUsingSP--:Exceptio
    >
    n:" + e.getMessage());
    finally
    try
    if (cursor != null)
    cursor.close();
    if (cs != null)
    cs.close();
    if (conn != null)
    conn.close();
    catch(Exception e)
    throw new
    RGException("RGRetrievalJDBCAccessor:getAllResourceOptionsUsingSP--:Exceptio
    >
    n:" + e.getMessage());
    return list;
    ----- Original Message -----
    From: "Jeetendra Talreja" <[email protected]>
    To: <[email protected]>
    Sent: Monday, January 21, 2002 10:10 AM
    Subject: Re: Maximum number of cursors excedeed
    >
    Can You send the block of code that is executing the callable statement.We
    had similar problems with Prepared Statements, It used to fail after
    exceuting about 100 statements with the same error. And we realised
    there
    >
    was a problem in the code.
    Thanks
    Jeetendra
    "Horea Raducan" <[email protected]> wrote in message
    news:<[email protected]>...
    We have an application that runs Weblogic Server 6.1sp1 with Oracle
    Thin Driver on Oracle8.1.7. There's a stateless session bean that
    calls
    >
    a stored procedure which returns a cursor, than fetches the rows using
    the cursor and then cleanly closes everything ( statements, results
    sets, connection ). After restarting the application server for the
    first 5 calls it appears that the cursor is not closed. Everything
    works
    >
    fine then for almost 7500 calls, the same input data, everything is
    allocated and realeased cleanly. After 7500 calls when the memory
    becomes a little scarce, all of a sudden the cursors are not closed,
    the
    >
    same method that has worked perfectly so far, now it fails to closethe
    >
    cursors. The number of cursors constantly goes up until it reaches the
    maximum number of opened cursors when, sadly, it crashes miserably
    with
    >
    ExceptionsUsingSP--:Exception:ORA-01000: maximum open cursorsexceeded.
    >
    Does anybody have any idea about how I could fix this ?
    >
    Thank you,
    Horea
    >
    PS I'm using the following statement to get the number of opened
    cursors:
    select a.value, b.name from v$mystat a, v$statname b
    where a.statistic# = b.statistic# and a.statistic#= 3
    >
    >
    "Horea Raducan" <[email protected]> wrote in message
    news:[email protected]...
    How come the same code closes all the cursors for 7500 calls with the
    same
    input
    data and then all of a sudden it doesn't. Thank you for your effort but
    it
    wasn't very helpful.
    Slava Imeshev wrote:
    So this mean you don't close objects properly. Check your code.
    Regards,
    Slava Imeshev
    "Horea Raducan" <[email protected]> wrote in message
    news:[email protected]...
    It helps, it takes longer to crash ;))) but it doesn't solve the
    problem.
    Slava Imeshev wrote:
    Hi Horea,
    Did you try increasing this parameter, anyway?
    Regards,
    Slava Imeshev
    "Horea Raducan" <[email protected]> wrote in message
    news:[email protected]...
    The OPNE_CURSORS is 300. In a normal run that should be enough (
    there
    no
    more
    that 13, 14 cursors opened ). The weird behaviour starts after I
    stress
    heavilly the application.
    Slava Imeshev wrote:
    Hi Horea,
    If you're absolutely sure you don't loose
    cursors due to improper closing of JDBC
    objects, try increasing oracle parameter
    OPEN_CURSORS.
    Regards,
    Slava Imeshev
    "Horea Raducan" <[email protected]> wrote in message
    news:[email protected]...
    We have an application that runs Weblogic Server 6.1sp1
    with
    Oracle
    Thin Driver on Oracle8.1.7. There's a stateless session bean
    that
    calls
    a stored procedure which returns a cursor, than fetches the
    rows
    using
    the cursor and then cleanly closes everything ( statements,results
    sets, connection ). After restarting the application server
    for
    the
    first 5 calls it appears that the cursor is not closed.
    Everything
    works
    fine then for almost 7500 calls, the same input data,
    everything
    is
    allocated and realeased cleanly. After 7500 calls when the
    memory
    becomes a little scarce, all of a sudden the cursors are notclosed,
    the
    same method that has worked perfectly so far, now it fails
    to
    close
    the
    cursors. The number of cursors constantly goes up until it
    reaches
    the
    maximum number of opened cursors when, sadly, it crashes
    miserably
    with
    ExceptionsUsingSP--:Exception:ORA-01000: maximum open
    cursors
    exceeded.
    Does anybody have any idea about how I could fix this ?
    Thank you,
    Horea
    PS I'm using the following statement to get the number of
    opened
    cursors:
    select a.value, b.name from v$mystat a, v$statname b
    where a.statistic# = b.statistic# and a.statistic#= 3

  • Could not find "jdbc.datasources=..." in default.properties file

    Dear sirs,
    I sucessfully install jdk1.3 ,j2ee 1.3 and 50 day's trial cloudscape5.1 , then run the Cview create a database ,now I want to rigister the database by opening %J2EE_HOME%\config\default.properties file to find the line likes
    "jdbc.datasources=..." to add my database name behind , but I could not find it ,it's content is only appeared as
    following :
    # maximum size of message driven bean instance
    # pool per mdb type
    messagebean.pool.size=3
    # maximum size of a "bulk" message bean delivery
    messagebean.max.serversessionmsgs=1
    # message-bean container resource cleanup interval
    messagebean.cleanup.interval=600
    passivation.threshold.memory=128000000
    idle.resource.threshold=600
    log.directory=logs
    log.output.file=output.log
    log.error.file=error.log
    log.event.file=event.log
    distributed.transaction.recovery=false
    transaction.timeout=0
    transaction.nonXA.optimization=true
    sessionbean.timeout=0
    # validating parser values
    # validating.perser is used when archive file are loaded by
    # any of the J2EE Reference Implementation tools.
    # deployment.validating.parser is used when deploying an
    # archive on the J2EE AppServer.
    validating.parser=false
    deployment.validating.parser=true
    What shoul I do?
    Best regard !
    zhangyu
    cosbulk

    hi zylf,
    what u are looking for is ther in the resource.properties file..
    %J2EE_HOME%\config\resource.properties
    dont rely too much on tutorials.. many are outdated.. it seems..
    try opening all the files in the j2ee dir's, read 'em and try to understand them....
    a better forum for this is the J2EE forum at this url..
    http://forum.java.sun.com/forum.jsp?forum=136
    all the best..
    -Jer

  • Illustrator won't run: "unable to set maximum number of files to be opened"

    I have an intel macbook pro (core duo with 2GB ram) and a copy of purchased adobe creative suite 2. Other applications in the suite like photoshop, acrobat, etc can run on my mac without any problem. But when I try to run illustrator, it just shows an error message "Unable to set maximum number of files to be opened" and quits. I also installed a trial version of illustrator cs3 and got the same problem. Can anyone help? Thanks.
    CC

    Hi, I realize this is an old thread but it was unanswered and the issue has come up again in a newer thread:
    http://forums.adobe.com/message/2534652
    If the original poster sees this, can you reply tin the new thread and let us know if you were ever to solve this problem?
    Thanks!

  • How to find maximum number of users we can assign for Hyperion Planning.

    HI,
    How to find maximum number of users we can assign for Hyperion Planning.i.e., how to find license limit in hyperion planning 11.1.2.1.
    In Essbase propreties, the system is showing maximum planning users could be 65535.
    what would be the number for concurrent scenario?
    Thanks
    Giri
    Edited by: Giriprasad on Jun 18, 2012 2:18 AM

    The number of users would be based on your license agreement with Oracle, the system is not aware of your license agreement so it is up to you to stick to it.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • How to set up the maximum number of messages on a queue programmatically

    Hi,
    I am using IMQ 3.5 to implement a message layer for one of my projects. I created a "Job Status Queue", which receives job status report from a java application every minute. But I just want to keep the most current status report instead of all the job running history. How can I restrict the maximum number of messages to 1 programmatically?
    Any suggestion or help will be appreciated.
    Xiaoyun Tang

    You can't limit the destination size programmatically, but you can do it administratively and associate a behavior to occur when the limit is reached. In your case it sounds like you want a queue, 1 message deep, and to discard the oldest message when the queue is full. When you create the physical queue on the broker you can specify these attributes (you can also update them on an existing queue). For example:
    imqcmd create dst -t q -n StatusQ -o maxNumMsgs=1 -o limitBehavior=REMOVE_OLDESTFor more information see Chapter 6 of the Message Queue Administration Guide. In particular the "Managing Destinations" section:
    http://docs.sun.com/app/docs/coll/MessageQueue_35_SP1
    Joe

  • Cannot deploy application because of JDBC datasource target misconfigured

    --- environnement ---
    Weblogic 10.3.2
    Windows 2008 R2
    Sun Java 6
    Hello, I'd like to have your advices on my issue.
    I tried to deploy an application in my weblogic domain but it kept on status deploy running
    My domain is configured as follow
    clusterA and clusterB
    JDBC datasource targets on clusterA and clusterB
    Today we had to rename clusterB to clusterC
    and we cannot start the managed servers (they stayed in ADMIN state) so we tried to redeploy the application but the deployment process'status was deploy running
    After investigating for a very long time, we finaly noticed that our JDBC datasource was misconfigured. After correcting this, the deployement was successfull.
    now I'm wondering how a misconfigured JDBC datasource can prevent a deployement of an ear, maybe the code is requesting something during its deployement but I don't know the application and looking at the stacktrace didn't give me any clue except the hibernate message.
    Thanks in advance for your advices.
    For info here's the stacktrace:
    ####<Apr 13, 2011 5:32:24 PM CEST> <Error> <Deployer> <EQDG1UZSMRTD001> <SmartDispatcherNodeConsole1> <[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1302708744385> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1302708738983' for task '36'. Error is: 'weblogic.management.DeploymentException: '
    weblogic.management.DeploymentException:
         at weblogic.application.internal.BaseDeployment.throwAppException(BaseDeployment.java:157)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:371)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:54)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused By: org.hibernate.HibernateException: 'hibernate.dialect' must be set when no Connection avalable
         at org.hibernate.dialect.resolver.DialectFactory.buildDialect(DialectFactory.java:107)
         at org.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:138)
         at org.hibernate.cfg.Configuration.buildSettingsInternal(Configuration.java:2119)
         at org.hibernate.cfg.Configuration.buildSettings(Configuration.java:2115)
         at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1339)
         at org.hibernate.cfg.AnnotationConfiguration.buildSessionFactory(AnnotationConfiguration.java:867)
         at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:669)
         at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:132)
         at weblogic.deployment.PersistenceUnitInfoImpl.createEntityManagerFactory(PersistenceUnitInfoImpl.java:343)
         at weblogic.deployment.PersistenceUnitInfoImpl.createEntityManagerFactory(PersistenceUnitInfoImpl.java:323)
         at weblogic.deployment.PersistenceUnitInfoImpl.<init>(PersistenceUnitInfoImpl.java:125)
         at weblogic.deployment.AbstractPersistenceUnitRegistry.storeDescriptors(AbstractPersistenceUnitRegistry.java:336)
         at weblogic.deployment.EarPersistenceUnitRegistry.initialize(EarPersistenceUnitRegistry.java:75)
         at weblogic.application.internal.flow.InitJpaFlow.prepare(InitJpaFlow.java:38)
         at weblogic.application.internal.BaseDeployment$1.next(BaseDeployment.java:1221)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:83)
         at weblogic.application.internal.BaseDeployment.prepare(BaseDeployment.java:367)
         at weblogic.application.internal.EarDeployment.prepare(EarDeployment.java:54)
         at weblogic.application.internal.DeploymentStateChecker.prepare(DeploymentStateChecker.java:154)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.prepare(AppContainerInvoker.java:60)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.createAndPrepareContainer(ActivateOperation.java:207)
         at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doPrepare(ActivateOperation.java:98)
         at weblogic.deploy.internal.targetserver.operations.AbstractOperation.prepare(AbstractOperation.java:217)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentPrepare(DeploymentManager.java:747)
         at weblogic.deploy.internal.targetserver.DeploymentManager.prepareDeploymentList(DeploymentManager.java:1216)
         at weblogic.deploy.internal.targetserver.DeploymentManager.handlePrepare(DeploymentManager.java:250)
         at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.prepare(DeploymentServiceDispatcher.java:159)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doPrepareCallback(DeploymentReceiverCallbackDeliverer.java:157)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$000(DeploymentReceiverCallbackDeliverer.java:12)
         at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$1.run(DeploymentReceiverCallbackDeliverer.java:45)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)

    Hello,
    Here is the solution...
    Solution 1:
    Undeploy sap.com/cafUIservicebrowser from SP06 or SP07 before starting upgrade to SP11.
    Solution 2:
    Upgrade to SP08 first and than to SP11.
    The Solution was discussed on NW04s STAB and accepted due to following reasons:
    - There will be not much customers upgrading from SP06 or SP07 to SP11. The most of customers have already upgraded to SP08 and will not be affected by this issue.
    - Unchecking the Web Dynpro check before upgrades from from SP06 or SP07 to SP11 is unacceptable.
    For More info, check the SAP Note 1010640
    Reward points of my reply was useful..

  • I am trying to setup iCloud account and when I login I see a popup. The Maximum number of free accounts have been activated on this iPhone. Pls, help me fix it. What other accounts? Thanks

    I am trying to setup iCloud account and when I login I see a popup. The Maximum number of free accounts have been activated on this iPhone. Pls, help me fix it. What other accounts? Thanks

    Then you'll have to use another iOS device or Mac running OS X Lion or higher to create a new account for you to use on your phone.  If you don't have one, perhaps a friend would allow you to create and account on their device (note: this will use one of their three maximum accounts).  To do this, they would need to go to Settings>iCloud, tap Delete Account (which will delete the account from their device but not from iCloud), then allow you to sign back in with your ID to create the new account.  Then tap Delete Account to delete the new account from their device, and finally, sign back in with their iCloud ID to restore their iCloud account to their device.  Then you can sign in with your ID on your phone in Settings>iCloud and use the new account.

  • Error message in the report: Exceeded configured maximum number of allowed

    Hi,
    When i'm running one report, it's throwing the following error.
    Error
    View Display Error
    Exceeded configured maximum number of allowed input records.
    Error Details
    Error Codes: EKMT3FK5:OI2DL65P
    SQL Issued: 3302~v9p2gfbm0sfk91lrj16oe7srm2
    This is most common error. my report is retreiving 469,501 rows in the database.
    These are the settings in the instanceconfig.xml :
    <Views>
    - <Pivot>
    <MaxPagesToRollOutInDelivery>1000</MaxPagesToRollOutInDelivery>
    <MaxVisibleColumns>500</MaxVisibleColumns>
    <MaxVisiblePages>2500</MaxVisiblePages>
    <MaxVisibleRows>1000000</MaxVisibleRows>
    <MaxVisibleSections>10000</MaxVisibleSections>
    <DefaultRowsDisplayed>1000000</DefaultRowsDisplayed>
    - <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
    -->
    <DefaultRowsDisplayedInDelivery>1000</DefaultRowsDisplayedInDelivery>
    - <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
    -->
    <DefaultRowsDisplayedInDownload>100000</DefaultRowsDisplayedInDownload>
    - <!-- This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control
    -->
    <DisableAutoPreview>false</DisableAutoPreview>
    </Pivot>
    Max visible rows are higher than my report rows, but still it is throwing error.
    Please any suggestions !!!!
    Thanks in Advance

    Just in case try to set other views and see how it works
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10541/answersconfigset.htm#CIHHBHEB
    In WebLogic FMW Control or EM:
    http://server.domain:7001/em
    Click on Fam_bifoundation_domain -> Business Intelligence -> coreapplications -> Capacity Management -> Performance
    Maximum Number of Rows Processed when Rendering a Table View
    Number Of Rows:
    Maximum Number of Rows to Download
    Number Of Rows

Maybe you are looking for

  • How can I put a folder of backed up pictures from my iOS device into iPhoto so iPhoto automatically puts them in events (organized by date)?

    I have an album of a bunch of pictures collected over the course of two years.  They are from my old iPhone, and I didn't have a mac at the time.  So on my pc, I just backed all my pictures from my old iPhone into a folder.  Now I have a mac, and jus

  • Downloading spool to PDF background

    Hi friends How can i downlaod spool to PDF format in back gorund. i know we cna download background into server as we required in PDf format. i am able to downlaod but when i go to AL11 tcode and open i am not able to see in PDF format.. is there any

  • How to add HEX values in a Report.

    I have a special requirement. I need to add hex values in a report. To be specific, the special HEX characters: 0D 0A 0C 0C, has to be added to TOP of PAGE event. Drawing What I want will be something like that: CR/LF FF/FFABCDEFHGIJKLMNOZVCXC  This

  • My Cable Company says my Ethernet Card is Dead

    Hi, after a lightning storm my High Speed Internet connection stopped working. The Cable company says my Ethernet Card is dead. But my understanding of my G4 Power Mac architecture is that it has built in 10BaseT support and there is no separate card

  • Image Gallery with Accordion Widget.

    I have an accordion widget with link image thumbnails inside. I want to have them enlarge outside, and next to, the accordion when clicked (or hovered). I did this years ago with GoLive and can't remember how, and it's very frustrating searching the