JDBC monitoring and diagnostics enhancements
Summary by NHIP
JDBC monitoring system
The system monitors a database connection pool and prepared statement cache within an application server. It creates diagnostic images containing specific profiles for connection usage, wait failures, and connection leaks to track client application behavior.
Claim Score by NHIP
Abstract
Applications can interact with a database using a JDBC subsystem. The JDBC subsystem includes a connection pool with multiple connections, and parses database requests to produce statements to be sent to a database management system (DBMS). A previously parsed statement can be stored in a prepared statement cache. A profiling component can be used to maintain profile information concerning the connection pool and the prepared statement cache.

Term
Projected expiry 26 June 2029.
- Priority
- Filed
- Granted
- Today
- Projected expiry
20 claims: 3 independent, 17 dependent
- 1Broadest claimClaim Score 44, average(NHIP)A system comprising:a computer including a processor, memory, and application server operating thereon, wherein the application server enables access between one or more client applications and a database;a JDBC subsystem associated with the application server, wherein the JDBC subsystem includes a connection pool which includes a plurality of connections for use by the client applications in communicating requests to the database, a prepared statement cache which includes a plurality of previously parsed requests that can be reused by the client applications and communicated to the database, a profiling component which maintains profile information concerning the connection pool and the prepared statement cache, wherein the profile information includes a connection usage profile indicating which particular client applications are currently using a connection or a prepared statement with the database, and a statistics monitoring component which maintains cumulative or averaged information concerning usage of the connection pool and the prepared statement cache over all of the client applications;and wherein the system enables a diagnostic image to be created which includes the profile information and the cumulative or averaged information for applications that are being monitored by the JDBC subsystem.
- 9A method of providing a diagnostic image for a JDBC subsystem, comprising the steps of:providing a computer including a processor, memory, and application server operating thereon, wherein the application server enables access between one or more client applications and a database;providing a JDBC subsystem associated with the application server, wherein the JDBC subsystem includes a connection pool which includes a plurality of connections for use by the client applications in communicating requests to the database, a prepared statement cache which includes a plurality of previously parsed requests that can be reused by the client applications and communicated to the database, a profiling component which maintains profile information concerning the connection pool and the prepared statement cache, wherein the profile information includes a connection usage profile indicating which particular client applications are currently using a connection or a prepared statement with the database, and a statistics monitoring component which maintains cumulative or averaged information concerning usage of the connection pool and the prepared statement cache over all of the client applications;and creating a diagnostic image which includes the profile information and the cumulative or averaged information for applications being monitored by the JDBC subsystem.
- 17A computer readable medium, including instructions stored thereon which when read and executed by a computer cause the computer to perform the steps comprising:providing an application server that enables access between one or more client applications and a database;providing a JDBC subsystem associated with the application server, wherein the JDBC subsystem includes a connection pool which includes a plurality of connections for use by the client applications in communicating requests to the database, a prepared statement cache which includes a plurality of previously parsed requests that can be reused by the client applications and communicated to the database, a profiling component which maintains profile information concerning the connection pool and the prepared statement cache, wherein the profile information includes a connection usage profile indicating which particular client applications are currently using a connection or a prepared statement with the database, and a statistics monitoring component which maintains cumulative or averaged information concerning usage of the connection pool and the prepared statement cache over all of the client applications;and creating a diagnostic image which includes the profile information and the cumulative or averaged information for applications being monitored by the JDBC subsystem.
Independent claims3
67 paragraphs in 4 sections, as filed
CLAIM OR PRIORITY
This application claims priority to U.S. Provisional Application No. 60/725,353 entitled “JDBC Monitoring and Diagnostics Enhancements” filed Oct. 11, 2005.
BACKGROUND OF INVENTION
The present invention relates to JDBC subsystems, especially diagnostic, monitoring and debugging components for JDBC subsystems.
JAVA Database Connectivity (JDBC) is an application program interface (API) that provides connectivity to a wide range of databases as well as access to other types of tabular data sources, such as spreadsheets or flat files. With a JDBC technology enabled driver, users can connect to all types of corporate data in a heterogeneous environment. To use the JDBC API with particular database management system, a JDBC technology based driver is used to mediate between JDBC technology and the database.
The JDBC subsystem can be associated with an application server such as the WebLogic™ Server available from BEA Systems, Inc. of San Jose, Calif. <figref idrefs="DRAWINGS">FIG. 1</figref> illustrates an example in which the application server <b>102</b> includes a JDBC subsystem <b>104</b>. In this case, the JDBC subsystem includes a multipool <b>106</b> consisting of connection pools <b>108</b> and <b>110</b>. Connection pool <b>108</b> has a number of connections, such as connections <b>108</b><i>a</i>, <b>108</b><i>b </i>and <b>108</b><i>c </i>into the database <b>112</b>. These connections can be made available by the JDBC subsystem <b>104</b> to clients, such as the external clients <b>114</b> and internal clients <b>116</b>. In one embodiment, the access can be transactional in which case TxData Source <b>120</b> is used or an non-transaction in which case Data source <b>122</b> is used.
BRIEF DESCRIPTION OF THE DRAWINGS
<figref idrefs="DRAWINGS">FIG. 1</figref> illustrates an example where an application server includes a JDBC subsystem.
<figref idrefs="DRAWINGS">FIG. 2</figref> illustrates an exemplary system where applications can interact with a database using a JDBC subsystem.
<figref idrefs="DRAWINGS">FIG. 3</figref> illustrates an example of a JDBC callback.
<figref idrefs="DRAWINGS">FIG. 4</figref> is a flow chart of one embodiment of the present invention.
<figref idrefs="DRAWINGS">FIG. 5</figref> illustrates an exemplary server system.
DETAILED DESCRIPTION
<figref idrefs="DRAWINGS">FIG. 2</figref> illustrates a system <b>200</b> in which applications <b>202</b> can interact with the database <b>204</b> using JDBC subsystem <b>206</b>. In this example, the JDBC subsystem <b>206</b> includes a connection pool <b>208</b> with multiple connections, such as connections <b>208</b><i>a</i>, <b>208</b><i>b </i>and <b>208</b><i>c. </i>
Multiple connection pools and multipools can be used. In one embodiment, the JDBC subsystem <b>206</b> parses a database requests to produce statements to be sent to the database management system (DBMS). In order to speed up these requests, a previously parsed statement can be stored in a prepared statement cache <b>210</b>. The prepared statement cache <b>210</b> can include prepared statements, such as prepared statements <b>210</b><i>a</i>, <b>210</b><i>b</i>, <b>210</b><i>c </i>and <b>210</b><i>d</i>. The JDBC subsystem <b>206</b> can check the prepared statement cache to see whether a request is the same as a previously received request. This is quite likely when the client, such as application <b>202</b>, sends the same request multiple times.
In one embodiment of the present invention, the JDBC subsystem contains, or is associated with, a profiling component <b>212</b>. In one embodiment, the profiling component <b>212</b> is configured to maintain profile information <b>214</b> concerning components of JDBC subsystem <b>206</b>. The profile information <b>214</b> can be derived from the statistics <b>220</b>.
In one embodiment, the profile component <b>212</b> maintains profile information <b>214</b> concerning the connection pool <b>208</b>. The profile information <b>214</b> can include a connection usage profile indicating who currently has a pool connection. Such information is useful for administrators of the application system. In one embodiment, administrators can access the JDBC subsystem <b>206</b> using an administration console <b>216</b>. In one embodiment, the connection usage profile indicates when a connection was reserved.
In one embodiment, the profiling component contains profile information including a wait profile indicating who is waiting for a connection. The wait profile can indicate how long the person has been waiting for this connection. The wait profile is useful for checking the operation of the system.
The profiling information <b>214</b> can also include a wait failure profile indicating who waited for a connection. The wait failure program can also indicate how long a client waits for a connection. Such information is useful when analyzing the operation of the JDBC subsystem <b>206</b>.
The profiling information <b>214</b> can include connection leak profile information indicating who reserved the connection but did not use it. In one embodiment, applications or internal clients that hold onto a connection longer than a predetermined time, such as 30 seconds, can be considered to have held onto the connection in error. Maintaining the connection leak profile allows the administrator to see which applications or internal clients are failing in this manner.
The profiling component can maintain profile information concerning the prepared statement cache <b>210</b>. The profile information can include a cached statement profile indicating who has added prepared statements to the prepared statement cache <b>210</b>. The profile information can include a statements executed profile indicating who executed cache statements and how long the execution of the cached statements took. Such information is useful for an administrator to adjust the prepared statement cache <b>210</b>. For example, a prepared statement cache <b>210</b> may be adjustable in terms of the number of prepared statements stored. Analysis of the profile information allows the administrator to select the correct size of the prepared statement cache <b>210</b>.
The JDBC subsystem <b>206</b> can include or be associated with a statistics monitoring component <b>218</b>. The statistics monitoring component <b>218</b> can be configured to maintain statistics <b>220</b>. Statistics <b>220</b> can included statistics concerning the connection pool <b>208</b> and prepared a statement cache <b>210</b>. In one embodiment, the statistics <b>220</b> indicate the cumulative number of requests to reserve a connection from the connection pool <b>208</b>. In one embodiment, the statistics include the cumulative number of times a reserve request fails. The statistics can include an average time a connection is in use by a client. In one embodiment, the statistics include the average time the client waited for a connection. In one embodiment, the statistics include the percentage of time connections in the connection pool were used. In one embodiment, the statistics include the percentage of time all of the connections in the pool were in use. In one embodiment, the statistics include the cumulative number of requests to reserve a connection of a pool that had to wait. In one embodiment, the statistics include a cumulative number of times a requests to reserve that waited that failed to get a connection.
The system statistics can concern the prepared statement cache <b>210</b>. The statistics can include the cumulative number of times that the cache <b>210</b> is accessed. The statistics can include the cumulative number of statements are added to the cache. The statistics can include the cumulative number of statement discarded from the cache. The system can also include the cumulative number of statements in the cache. The statistics can be used by an administrator to monitor the operation of the JDBC subsystem <b>206</b>.
In one embodiment, the JDBC subsystem <b>206</b> contains, or is associated with, a debugging component <b>220</b>. The debugging component <b>222</b> can debug accesses to the connection pool <b>208</b> and/or the prepared statement cache <b>210</b>. The debugging component <b>222</b> can store trace information <b>224</b> concerning the debugging. The debugging can be selectable on and off.
In one embodiment, the debugging component is configured to trace methods involved in a JDBC driver. The debugging component can be selectable to enable or disable the traces. The debugging component can trace the arguments of methods invoked in the JDBC driver. The debugging component can trace the return values of the methods invoked in the JDBC driver, errors of message invoked in the JDBC driver and exceptions of the messages invoked in the JDBC driver. The debugging component can be configured to trace operations invoked in the connection pool.
The debugging component can trace connection reserve operations, connection release operations, application requests to get connections, and application requests to close connections.
The debugging component can be configured to trace operations involved in a prepared statement cache. The debugging component can trace cache hits, cache misses, cache statement additions, and cache statement releases.
In one embodiment, the debugging statistics and profiling data can be switched on and off using configuration information in the diagnostics configuration memory <b>230</b>. The diagnostics configuration memory <b>230</b> can be a MBean which stores the diagnostic configuration information for JDBC subsystem.
<figref idrefs="DRAWINGS">FIG. 3</figref> illustrates a JDBC subsystem callback. In this case, the application <b>302</b> can register a callback with a JDBC system callback registration <b>304</b>. The JDBC subsystem <b>301</b> can check for a callback to execute. In one embodiment, multiple different callback APIs can be registered by application. In one embodiment, these callbacks include a PreInvoke callback <b>306</b> which is invoked before operating any of the methods <b>308</b><i>a</i>, <b>308</b><i>b </i>and <b>308</b><i>c </i>of the JDBC driver <b>308</b>. A PostInvoke callback <b>310</b> can execute after a method executes and the PostInvokeException callback <b>312</b> can be executed at the time of an exception in the method of the JDBC driver. The application <b>302</b> can use each of these callbacks to obtain information, especially the profile statistics and debugging information stored in the profile information and statistics <b>320</b>.
One embodiment of the present invention, is a method for operating a JDBC subsystem <b>301</b> comprising accessing a JDBC driver <b>308</b> at the request of an application <b>302</b>. During the accessing step, it is checked whether the application has a diagnostic callback. If the application has a diagnostic callback, the diagnostic callback is started.
The diagnostic callback can then execute and then do operations such as obtaining profile statistic information <b>320</b>.
In one embodiment, the callbacks can be provided by the application to do the diagnostic functions desired by the callback. In one embodiment, the diagnostic callback is called upon an exception. The diagnostic callback can be called before executing a method of the JDBC driver, after executing a method in the JDBC driver and upon an exception in the method.
The diagnostic callback can profile the JDBC driver. The callback can monitor methods of the JDBC driver being executed. The callback can monitor exceptions thrown by the JDBC driver.
The diagnostic callback can be interface that it can be implemented by the application <b>302</b>. The diagnostic callback can be registered with the JDBC subsystem using the JDBC system callback registration <b>304</b>. The registration can indicate whether a callback is to be run as well as indicating the point to the code that the callback code. The JDBC subsystem can check whether the diagnostic callback is registered during the accessing step.
One embodiment of the present invention comprises adding JDBC configuration information into a diagnostic image. Upon an event, compiling diagnostic information from the JDBC subsystem can be compiled along with other information about the state of the software about the state of server software into a data stream; and compressing the data stream.
<figref idrefs="DRAWINGS">FIG. 4</figref> illustrates an embodiment of the present invention. In step <b>402</b>, the diagnostic data is collected. Typically, the diagnostic data is kept in volatile memory. The diagnostic data can be collected at different collection points through the server software and applications. The JDBC diagnostics information can include a dump of the connection pool data structure. This can include all the JDBC connections that are being pooled and related data structures. The JDBC diagnostics information can then be put into the diagnostic image. In Step <b>404</b>, upon an event, a diagnostic image is created. The event can be recognition by the server software of a prefailure state or can be an event such as the user selecting the collection of the diagnostic image. The collected diagnostic information can be a diagnostic image including information concerning multiple software components of the server software. The diagnostic image file can be very large, for example, over 1 megabyte. In step <b>406</b>, the diagnostic image can be compressed. In one embodiment, the diagnostic information is compressed into a zip file. The compressed zip file can be sent across the internet from a server software site to a central location, such as the office of the server software vendor. The compressed diagnostic image can be sent in an email.
In one embodiment, a diagnostic image is not created for each failure. The creation of multiple diagnostic images can be expensive because of large size of the diagnostic images. A timer can be used to inhibit the collection of multiple diagnostic images.
One embodiment of the present invention includes software including code to, upon an event, compile diagnostic information about the state of server software into a data stream; and code to compress the data stream.
<figref idrefs="DRAWINGS">FIG. 5</figref> shows an exemplary system <b>500</b>. Server software <b>502</b> can include a diagnostic framework <b>504</b> to do diagnostic functions. Upon an event, the diagnostic framework <b>504</b> can send requests for diagnostic data to the subsystems of the server software <b>502</b>, such as the JDBC subsystem <b>506</b> and other subsystems <b>508</b>. In response to the requests, the subsystems can send diagnostic data to diagnostic framework <b>504</b>. For example, the JDBC subsystem <b>506</b> can send connection pool information to the diagnostic framework <b>504</b>. The diagnostic framework <b>504</b> can compile the diagnostic information and send it to a central location <b>508</b> for analysis. The compiled information can be compressed to reduce the amount of data that needs to be sent.
One embodiment of a diagnostic image system is described in the application entitled “Diagnostic Image”, application Ser. No. 11/133,566 filed May 20, 2005 incorporated herein by reference.
One non-limiting example of a JDBC Diagnostics System is described below:
STATISTICS—User can be able to view snapshots of values of attributes of configured JDBC objects that are either current or recently recorded.
Following new statistics can be made available for connection pools: <ul><li id="ul0001-0001" num="0000"><ul><li id="ul0002-0001" num="0040">Cumulative number of requests to reserve a connection from pool</li><li id="ul0002-0002" num="0041">Cumulative number of times reserve requests failed</li><li id="ul0002-0003" num="0042">Average time a connection is in use by client</li><li id="ul0002-0004" num="0043">Average time a client waited for a connection</li><li id="ul0002-0005" num="0044">Percentage of connections in pool currently in use</li><li id="ul0002-0006" num="0045">Percentage of time all connections in pool were in use</li><li id="ul0002-0007" num="0046">High watermark of current capacity of pool</li><li id="ul0002-0008" num="0047">Cumulative number of requests to reserve a connection from pool that had to wait</li><li id="ul0002-0009" num="0048">Cumulative number of times reserve requests that waited, failed to get a connection <br /> The Following new statistics can be made available for the prepared statement cache: </li><li id="ul0002-0010" num="0049">Cumulative number of times cache accessed</li><li id="ul0002-0011" num="0050">Cumulative number of statements added to the cache</li><li id="ul0002-0012" num="0051">Cumulative number of statements discarded from the cache</li><li id="ul0002-0013" num="0052">Current number of statements in cache</li></ul></li></ul>
PROFILES—User can be able to view data aggregated and/or derived from values of attributes of configured JDBC objects. This can help the user in understanding the usage patterns of the JDBC objects by the application.
The following information about connection pools can be profiled: <ul><li id="ul0003-0001" num="0000"><ul><li id="ul0004-0001" num="0055">Connection Usage (who currently has a pool connection, when did they reserve it)</li><li id="ul0004-0002" num="0056">Wait (who waited for a connection, how long)</li><li id="ul0004-0003" num="0057">Wait Failure (who waited for a connection, how long)</li><li id="ul0004-0004" num="0058">Connection Leaks (who had reserved it) <br /> The following information about the prepared statement cache can be profiled: </li><li id="ul0004-0005" num="0059">Cached statements (who added them)</li><li id="ul0004-0006" num="0060">Statements executed (who executed them, how long did execution take)</li></ul></li></ul>
EXEMPLARY PROFILE INFORMATION INTERFACE—The collected profile information can be stored in an archive, such as the WLDF Archive in records that are instances of the type weblogic.jdbc.extensions.ProfileDataRecord.
Application clients can query the WLDF Archive for data records of the following types to retrieve JDBC profile data:
ProfileDataRecord.TYPE_CONN_USAGE—snapshot of thread using a JDBC Connection
ProfileDataRecord.TYPE_CONN_WAIT—snapshot of thread waiting to reserve a Connection
ProfileDataRecord.TYPE_CONN_LEAK—snapshot of thread that had previously reserved a Connection and has now been found to leak it.
ProfileDataRecord.TYPE_CONN_RESV_FAIL—snapshot of thread that failed to reserve a Connection
ProfileDataRecord.TYPE_STMT_CACHE_ENTRY—cache entry and thread that caused the statement to be added (to the cache).
ProfileDataRecord.TYPE_STMT_USAGE—statements being executed and threads executing them.
ProfileDataRecord.TYPE_CONN_LAST_USAGE—thread that last used the connection.
ProfileDataRecord.TYPE_CONN_MT_USAGE—connection used by thread different from the one that reserved it.
APPLICATION CALLBACKS—The Application can register callbacks that can get invoked before and after invocations of methods in the JDBC driver.
In one embodiment, the application can provide an implementation of the interface “weblogic.jdbc.extensions.DriverInterceptor” and register it with the JDBC subsystem using the element “driver-interceptor” of the descriptor.
JDBC subsystem can invoke methods “preInvokeCallback( )”, “postInvokeExceptionCallback( )” and “postInvokeCallback( )” of the registered callback before and after invoking any method inside the JDBC driver.
Applications can implement this interface to profile the usage of the JDBC driver and monitor things like: <ul><li id="ul0005-0001" num="0000"><ul><li id="ul0006-0001" num="0066">Methods being executed</li><li id="ul0006-0002" num="0067">Any exceptions thrown</li><li id="ul0006-0003" num="0068">Time spent inside the driver executing methods</li></ul></li></ul>
Exemplary Application Callbacks Interface
<tables id="TABLE-US-00001" num="00001"><table frame="none" colsep="0" rowsep="0"><tgroup align="left" colsep="0" rowsep="0" cols="1"><colspec colname="1" colwidth="217pt" align="left" /><thead><row><entry namest="1" nameend="1" align="center" rowsep="1" /></row></thead><tbody valign="top"><row><entry>public interface DriverInterceptor {</entry></row><row><entry> public Object preInvokeCallback(Object vendorObj, String</entry></row><row><entry>methodName, Object[ ] params)throws SQLException;</entry></row><row><entry> public void postInvokeCallback(Object vendorObj, String methodName,</entry></row><row><entry>Object[ ] params, Object ret) throws SQLException;</entry></row><row><entry> public void postInvokeExceptionCallback(Object vendorObj, String</entry></row><row><entry>methodName, Object[ ] params, Throwable error) throws SQLException;</entry></row><row><entry>}</entry></row><row><entry namest="1" nameend="1" align="center" rowsep="1" /></row></tbody></tgroup></table></tables>
DEBUGGING—Application can be able to analyze the usage of JDBC objects such as connection pools, prepared statement caches or JDBC drivers. In one embodiment, this can be done by enabling attributes of the ServerDebugMBean. In one embodiment, this can be done by application server developers personnel, rather than the customer themselves.
In one embodiment, the efficacy of existing JDBC-related attributes “JDBCSQL” and “JDBCConn” in ServerDebugMBean are improved: <ul><li id="ul0007-0001" num="0000"><ul><li id="ul0008-0001" num="0073">JDBCSQL—print out trace all methods invoked in the JDBC driver, their arguments and return values, errors and exceptions.</li><li id="ul0008-0002" num="0074">JDBCConn—trace all connection reserve and release operations in connection pools as well as all application requests to get or close connections</li></ul></li></ul>
Following new attributes can be added to ServerDebugMBean: <ul><li id="ul0009-0001" num="0000"><ul><li id="ul0010-0001" num="0076">JDBCStatementCache—trace all cache hits and misses, additions and deletions</li><li id="ul0010-0002" num="0077">JDBCDriverLogging—enable JDBC driver level logging. This will deprecate the existing mechanism of enabling JDBC driver level logging using attributes in ServerMBean.</li><li id="ul0010-0003" num="0078">JDBCRMI—Debugging at the RMI level—intended primarily for CCE/Engineering use.</li><li id="ul0010-0004" num="0079">JDBCInternal—Internal debugging information—intended for CCE/Engineering use.</li></ul></li></ul>
Functionality provided by debugging systems can be used to output all information generated by enabling the abovementioned attributes.
As facilitated by the debugging system, a new Debug Scope called “weblogic.jdbc” can be created and all abovementioned new and existing ServerDebugMBean attributes cab be tagged as being part of this Debug Scope. Existing ServerDebugMBean attribute “JTAJDBC” cab also be tagged as being part of weblogic.jdbc scope.
Exemplary Debugging Interface
<tables id="TABLE-US-00002" num="00002"><table frame="none" colsep="0" rowsep="0"><tgroup align="left" colsep="0" rowsep="0" cols="2"><colspec colname="offset" colwidth="14pt" align="left" /><colspec colname="1" colwidth="203pt" align="left" /><thead><row><entry /><entry namest="offset" nameend="1" align="center" rowsep="1" /></row></thead><tbody valign="top"><row><entry /><entry>public interface ServerDebugMBean extends KernelDebugMBean {</entry></row><row><entry /><entry> // enable Prepared Statement Cache profiling</entry></row><row><entry /><entry> public boolean getJDBCStatementCache( );</entry></row><row><entry /><entry> public void setJDBCStatementCache(boolean newVal);</entry></row><row><entry /><entry> // enable JDBC RMI debugging</entry></row><row><entry /><entry> public boolean getJDBCRMI( );</entry></row><row><entry /><entry> public void setJDBCRMI(boolean newVal);</entry></row><row><entry /><entry> // enable JDBC Internal debugging</entry></row><row><entry /><entry> public boolean getJDBCInternal( );</entry></row><row><entry /><entry> public void setJDBCInternal(boolean newVal);</entry></row><row><entry /><entry> // enable JDBC Driver level logging</entry></row><row><entry /><entry> public boolean getJDBCDriverLogging( );</entry></row><row><entry /><entry> public void setJDBCDriverLogging(boolean newVal);</entry></row><row><entry /><entry>}</entry></row><row><entry /><entry namest="offset" nameend="1" align="center" rowsep="1" /></row></tbody></tgroup></table></tables>
DIAGNOSTIC IMAGE—In one embodiment, the application can be able to obtain a Diagnostic Image of the JDBC subsystem.
REQUEST DYEING—In one embodiment, the user can trace the flow of an individual (typically “dyed”) application request through the JDBC subsystem.
The foregoing description of preferred embodiments of the present invention has been provided for the purposes of illustration and description. It is not intended to be exhaustive or to limit the invention to the precise forms disclosed. Many embodiments were chosen and described in order to best explain the principles of the invention and its practical application, thereby enabling others skilled in the art to understand the invention for various embodiments and with various modifications that are suited to the particular use contemplated. It is intended that the scope of the invention be defined by the claims and their equivalents.
Contents4
6 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6
Every citation, both waysCites: the store holds 26 of 27
| Document | Relation | Office | Cited during |
|---|---|---|---|
| US2012117117A1 | Cited by | United States of America | Pre-grant |
| US8782090B2 | Cited by | United States of America | Search report |
| US11943316B1 | Cited by | United States of America | Search report |
| US2003126149A1 | Cites | United States of America | Applicant |
| US2003229888A1 | Cites | United States of America | Applicant |
| US2004054984A1 | Cites | United States of America | Applicant |
| US2004064552A1 | Cites | United States of America | Applicant |
| US2004088413A1 | Cites | United States of America | Applicant |
| US2005066312A1 | Cites | United States of America | Applicant |
| US2005132335A1 | Cites | United States of America | Search report |
| US2005216781A1 | Cites | United States of America | Search report |
| US2005261879A1 | Cites | United States of America | Applicant |
| US2006179042A1 | Cites | United States of America | Applicant |
| US2008086285A1 | Cites | United States of America | Search report |
| US5181204A | Cites | United States of America | Applicant |
| US6182109B1 | Cites | United States of America | Applicant |
| US6275826B1 | Cites | United States of America | Applicant |
| US6279001B1 | Cites | United States of America | Applicant |
| US6314430B1 | Cites | United States of America | Applicant |
| US7010546B1 | Cites | United States of America | Search report |
| US7024406B1 | Cites | United States of America | Applicant |
| US7127456B1 | Cites | United States of America | Search report |
| US7127463B2 | Cites | United States of America | Applicant |
| US7310777B2 | Cites | United States of America | Applicant |
| US7356523B2 | Cites | United States of America | Search report |
| US7359831B2 | Cites | United States of America | Applicant |
| US7502777B2 | Cites | United States of America | Applicant |
| US7519952B2 | Cites | United States of America | Applicant |
| US7617181B2 | Cites | United States of America | Applicant |
| "Adaptive Server", Technical Library, Apr. 27, 2005, 8 pages. Retrieved from: http//www.archive.org. | Non-patent | – | Applicant |
| "Java Performance Tuning", Tool Report:Iron Eye SQL, May 2003, 8 pages. | Non-patent | – | Applicant |
| Chen, et al. "DB2 UDB V8 and WebSphere V5 Performace Tuning and Operation Guide", Mar. 2004, 446 pages, IBM Redbooks. | Non-patent | – | Applicant |
| Shrivastava et al., U.S. Appl. No. 60/573,280, filed May 21, 2004, 228 pages. | Non-patent | – | Applicant |
8 members in 1 office
Priority claims6
| Document | Office | Kind | Date |
|---|---|---|---|
| 72535305 | United States of America | P | |
| 72535305 | United States of America | P | |
| 33904306 | United States of America | A | |
| 60725353 | – | – | – |
| US20050725353P | – | – | – |
| US20060339043 | – | – | – |
Members8
| Document | Office | Kind | |
|---|---|---|---|
| US2007083525A1 | United States of America | A1 | |
| US2007083526A1 | United States of America | A1 | |
| US2007094383A1 | United States of America | A1 | |
| US2007094399A1 | United States of America | A1 | |
| US2007101344A1 | United States of America | A1 | |
| US7784033B2This record | United States of America | B2 | |
| US7823136B2 | United States of America | B2 | |
| US7921084B2 | United States of America | B2 |
60 transactions on the USPTO file
Allowed after 1 non-final rejection.
- Non-final rejections
- 1
- Final rejections
- 0
- RCEs
- 0
- Appeals
- 0
Over time
Point at a mark for the transactionTransactions
| Event | Code | |
|---|---|---|
| Payment of Maintenance Fee, 12th Year, Large EntityM1553 | M1553 | |
| Payment of Maintenance Fee, 8th Year, Large EntityM1552 | M1552 | |
| Recordation of Patent Grant MailedPGM/ | PGM/ | |
| Patent Issue Date Used in PTA CalculationAllowedPTAC | PTAC | |
| Email NotificationEML_NTR | EML_NTR | |
| Issue Notification MailedAllowedWPIR | WPIR | |
| Email NotificationEML_NTR | EML_NTR | |
| Mail PUB Notice of non-compliant IDSMM327-B | MM327-B | |
| Dispatch to FDCD1935 | D1935 | |
| Dispatch to FDCD1935 | D1935 | |
| Application Is Considered Ready for IssuePILS | PILS | |
| PUB Notice of non-compliant IDSM327-B | M327-B | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Issue Fee Payment VerifiedN084 | N084 | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Issue Fee Payment ReceivedIFEE | IFEE | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Notice of AllowanceAllowedMN/=. | MN/=. | |
| Notice of Allowance Data Verification CompletedAllowedN/=. | N/=. | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| Date Forwarded to ExaminerFWDX | FWDX | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Information Disclosure Statement (IDS) FiledM844 | M844 | |
| New or Additional Drawing FiledC614 | C614 | |
| Response after Non-Final ActionA... | A... | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Electronic ReviewELC_RVW | ELC_RVW | |
| Email NotificationEML_NTF | EML_NTF | |
| Mail Non-Final RejectionNon-final rejectionMCTNF | MCTNF | |
| Non-Final RejectionNon-final rejectionCTNF | CTNF | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Information Disclosure Statement consideredIDSC | IDSC | |
| Reference capture on IDSRCAP | RCAP | |
| Electronic Information Disclosure StatementEIDS. | EIDS. | |
| Information Disclosure Statement (IDS) FiledWIDS | WIDS | |
| Correspondence Address ChangeC.ADB | C.ADB | |
| Case Docketed to Examiner in GAUDOCK | DOCK | |
| Transfer Inquiry to GAUTI1050 | TI1050 | |
| PG-Pub Issue NotificationPG-ISSUE | PG-ISSUE | |
| IFW TSS Processing by Tech Center CompleteTSSCOMP | TSSCOMP | |
| Application Dispatched from OIPEOIPE | OIPE | |
| Application Is Now CompleteCOMP | COMP | |
| Additional Application Filing FeesADDFLFEE | ADDFLFEE | |
| A statement by one or more inventors satisfying the requirement under 35 USC 115, Oath of the ApplicOATHDECL | OATHDECL | |
| Notice Mailed--Application Incomplete--Filing Date AssignedINCD | INCD | |
| Cleared by OIPE CSRL194 | L194 | |
| IFW Scan & PACR Auto Security ReviewSCAN | SCAN | |
| Initial Exam Team nnIEXX | IEXX |
6 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee paymentMAFP | MAFP | |
| Maintenance fee paymentMAFP | MAFP | |
| Fee paymentFPAY | FPAY | |
| AssignmentAS | AS | |
| Information on status: patent grantGrantedPATENTED CASESTCF | STCF | |
| AssignmentAS | AS |
Numbers
- Publication
- 07784033
- Publication, DOCDB
- 7784033
- Publication, EPODOC
- US7784033
- Application
- 11339043
- Application, DOCDB
- 33904306
- Application, EPODOC
- US20060339043
Titles
- English
- JDBC monitoring and diagnostics enhancements
Patent term adjustment
- A delay
- +933 daysthe office missed an examination deadline
- B delay
- +576 dayspendency past three years
- Overlap
- −261 daysdelays counted once
- Net adjustment
- 1,248 days
Classification
- CPC, 4
- G06F11/3476
- G06F11/3419
- G06F2201/865
- G06F2201/885
- IPC, 2
- G06F9 44
- G06F11 00
- USPC, 6
- 717127000
- 714038110
- 714045000
- 717130000
- 717131000
- 717158000