BUG REPORT: new 10g Driver throws SQLExcpetion

So far, i just replaced my old ORACLE JDBC driver jar file with a new version. Of course, i use the classes12.jar to be used by JDK 1.3. This worked for all the 9.xxx Drivers. Now, i tried to use the classes12.jar from the new "10g" Driver (10.1.0.2.0) but it doesn't work anymore. The first simple SELECT statement throws this error:
java.sql.SQLException: Typlänge größer als Höchstwert
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:124)
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:161)
     at oracle.jdbc.driver.DatabaseError.check_error(DatabaseError.java:884)
     at oracle.jdbc.driver.T4CMAREngine.buffer2Value(T4CMAREngine.java:2230)
     at oracle.jdbc.driver.T4CMAREngine.unmarshalUB2(T4CMAREngine.java:1047)
     at oracle.jdbc.driver.T4CTTIdcb.receiveCommon(T4CTTIdcb.java:111)
     at oracle.jdbc.driver.T4CTTIdcb.receive(T4CTTIdcb.java:94)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:590)
     at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:111)
     at oracle.jdbc.driver.T4CStatement.execute_for_describe(T4CStatement.java:350)
     at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:895)
     at oracle.jdbc.driver.T4CStatement.execute_maybe_describe(T4CStatement.java:382)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:985)
     at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1124)
For the simple select statement:
select REF_CLASS, REF_CODE, REF_TEXT_DE from refset order by REF_CLASS,REF_CODE
so, nothing special. Going back to the last 9.x driver, it works again. Is the 10g driver knwon to be buggy?
Is there an official bug report web page on the ORACLE site (similar to the sun Java bug database)?

Hi all,
I am seeing following exception while using Oracle 10.2.0.3 base release with WebSphere 6.1.0.9.
------Start of DE processing------ = [2/3/08 12:59:14:698 CST] , key = java.sql.SQLException com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.pmiExecuteQuery 1315
Exception = java.sql.SQLException
Source = com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.pmiExecuteQuery
probeid = 1315
Stack Dump = java.sql.SQLException: ORA-00942: table or view does not exist
     at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:112)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:331)
     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:288)
     at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:745)
     at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:207)
     at oracle.jdbc.driver.T4CStatement.executeForDescribe(T4CStatement.java:801)
     at oracle.jdbc.driver.OracleStatement.executeMaybeDescribe(OracleStatement.java:1039)
     at oracle.jdbc.driver.T4CStatement.executeMaybeDescribe(T4CStatement.java:841)
     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1134)
     at oracle.jdbc.driver.OracleStatement.executeQuery(OracleStatement.java:1274)
     at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.pmiExecuteQuery(WSJdbcStatement.java:1381)
     at com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.executeQuery(WSJdbcStatement.java:754)
     at com.filenet.engine.dbpersist.DBContext.determineDatabaseType(DBContext.java:418)
     at com.filenet.engine.context.ServerCallContext._getDBContext(ServerCallContext.java:611)
     at com.filenet.engine.context.ServerCallContext.getDBContextFromJNDIValues(ServerCallContext.java:783)
     at com.filenet.engine.dbpersist.DBContext.determineDatabaseType(DBContext.java:380)
     at com.filenet.engine.gcd.GCDDBPersistence.<init>(GCDDBPersistence.java:135)
     at com.filenet.engine.gcd.GCDPersistence.getGCDPersistence(GCDPersistence.java:171)
     at com.filenet.engine.gcd.GCD.initialize(GCD.java:226)
     at com.filenet.engine.gcd.GCD.domainAvailable(GCD.java:183)
     at com.filenet.engine.gcd.GCD.isDomainAvailable(GCD.java:119)
     at com.filenet.engine.gcd.GCD.getContextInfo(GCD.java:142)
     at com.filenet.engine.init.StartupUtility.start(StartupUtility.java:136)
     at com.filenet.engine.init.StartupUtility.access$000(StartupUtility.java:39)
     at com.filenet.engine.init.StartupUtility$1.run(StartupUtility.java:68)
     at java.security.AccessController.doPrivileged(AccessController.java:274)
     at javax.security.auth.Subject.doAs(Subject.java:573)
     at com.ibm.websphere.security.auth.WSSubject.doAs(WSSubject.java:168)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
     at java.lang.reflect.Method.invoke(Method.java:615)
     at com.filenet.apiimpl.util.J2EEUtilWS.doAs(J2EEUtilWS.java:207)
     at com.filenet.engine.context.CallState.doAsSystem(CallState.java:385)
     at com.filenet.engine.init.StartupUtility.startASSystem(StartupUtility.java:63)
     at com.filenet.engine.jca.impl.ConnectionFactoryImpl.start(ConnectionFactoryImpl.java:120)
     at engine.EngineInit._init(EngineInit.java:60)
     at engine.EngineInit.init(EngineInit.java:132)
     at javax.servlet.GenericServlet.init(GenericServlet.java:256)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.init(ServletWrapper.java:190)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.init(ServletWrapper.java:317)
     at com.ibm.ws.webcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:1142)
     at com.ibm.ws.wswebcontainer.servlet.ServletWrapper.initialize(ServletWrapper.java:150)
     at com.ibm.wsspi.webcontainer.extension.WebExtensionProcessor.createServletWrapper(WebExtensionProcessor.java:99)
     at com.ibm.ws.webcontainer.webapp.WebApp.getServletWrapper(WebApp.java:787)
     at com.ibm.ws.webcontainer.webapp.WebApp.initializeTargetMappings(WebApp.java:467)
     at com.ibm.ws.webcontainer.webapp.WebApp.commonInitializationFinish(WebApp.java:304)
     at com.ibm.ws.wswebcontainer.webapp.WebApp.initialize(WebApp.java:285)
     at com.ibm.ws.wswebcontainer.webapp.WebGroup.addWebApplication(WebGroup.java:88)
     at com.ibm.ws.wswebcontainer.VirtualHost.addWebApplication(VirtualHost.java:157)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApp(WebContainer.java:655)
     at com.ibm.ws.wswebcontainer.WebContainer.addWebApplication(WebContainer.java:608)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.install(WebContainerImpl.java:335)
     at com.ibm.ws.webcontainer.component.WebContainerImpl.start(WebContainerImpl.java:551)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.start(ApplicationMgrImpl.java:1312)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.fireDeployedObjectStart(DeployedApplicationImpl.java:1129)
     at com.ibm.ws.runtime.component.DeployedModuleImpl.start(DeployedModuleImpl.java:569)
     at com.ibm.ws.runtime.component.DeployedApplicationImpl.start(DeployedApplicationImpl.java:814)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl.startApplication(ApplicationMgrImpl.java:965)
     at com.ibm.ws.runtime.component.ApplicationMgrImpl$AppInitializer.run(ApplicationMgrImpl.java:2131)
     at com.ibm.wsspi.runtime.component.WsComponentImpl$_AsynchInitializer.run(WsComponentImpl.java:341)
     at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1469)
Dump of callerThis =
Object type = com.ibm.ws.rsadapter.jdbc.WSJdbcStatement
First Failure Data Capture information for
com.ibm.ws.rsadapter.jdbc.WSJdbcStatement@53385338
Displaying FFDC information for wrapper hierarchy,
beginning from the Connection...
First Failure Data Capture information for
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection@7c9e7c9e
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection@7c9e7c9e
Transaction Manager global transaction status is
STATUS NO TRANSACTION (6)
Underlying Connection: oracle.jdbc.driver.LogicalConnection@3dfc3dfc
oracle.jdbc.driver.LogicalConnection@3dfc3dfc
Key Object:
[B@14f414f4
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
Connection Manager:
[ConnectionManager]@4ee24ee2
JNDI Name <FNGCDDS>
shareable <true>
ConnectionManager supports lazy association?
true
ConnectionManager supports lazy enlistment?
true
Handle is reserved? false
AutoCommit value tracked by handle: true
Detection of multithreaded access is:
DISABLED
Thread id:
null
Wrapper State:
ACTIVE
Parent wrapper:
null
Child wrapper:
null
# of Child Wrappers 1
Child wrappers:
com.ibm.ws.rsadapter.jdbc.WSJdbcStatement@53385338
ConnectionRequestInfo:
null
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl@63666366
Detection of multithreaded access is
DISABLED
Resource Adapter:
null
Hash Code:
-1131425938 (0xbc8fcf6e)
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
Database Type:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
Description:
null
InternalDataStoreHelper:
[email protected]8
Log Writer:
null
Performance Monitoring Instrumentation:
com.ibm.ws.pmi.server.modules.J2CModule@46cc46cc
Statement Cache Size (maximum):
10
Transaction Branches are set to be Loosely Coupled:
false
Counter of fatal connection errors on ManagedConnections created by this MCF:
0
Validate existing connections on cleanup after a fatal connection error is detected?
true
ResetConnectionByBackendDatabase:
false
Backend id checking is:
true
JMSOnePhaseOptimization:
false
Reauthentication:
false
newDBConnectionValidationEnabled:
false
connectionRetriesDuringDBFailover:
100
connRetryDurationDuringDBFailover:
3000
Connection Factory Type:
com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource
Listing PropertyChangeListeners:
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbDataSource@34003400
DataSource Implementation Class Name:
oracle.jdbc.pool.OracleConnectionPoolDataSource
DataSource Name:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
ONE PHASE ENABLED
Underlying DataSource Object: oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
Counter of unique, modified DataSource configurations: 0
DynamicDSConfigManager
null
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@3f023f02
ONE PHASE ENABLED
Database Type:
null
Transaction State:
NO_TRANSACTION_ACTIVE
Statement Cache Size (maximum):
10
Key:
[B@14f414f4
Performance Monitoring Instrumentation:
com.ibm.ws.pmi.server.modules.J2CModule@46cc46cc
Log Writer:
null
Subject:
null
ManagedConnection:
WSRdbManagedConnectionImpl@3f023f02
Counter of fatal connection errors for the ManagedConnectionFactory as of the most recent getConnection on this ManagedConnection:
0
Default AutoCommit:
true
Current AutoCommit:
true
AutoCommit reported by the JDBC driver:
true
Current Isolation:
READ COMMITTED (2)
Isolation level has changed? :
false
Support isolation level switching:
false
Isolation reported by the JDBC driver:
READ COMMITTED (2)
Catalog, IsReadOnly, or TypeMap has changed? :
false
Default Holdability:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Current Holdability:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Holdability value has changed? :
false
Holdability reported by the JDBC driver:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Thread ID:
null
Lazily enlisted in the current transaction? :
false
Underlying Connection Object: oracle.jdbc.driver.LogicalConnection@3dfc3dfc
oracle.jdbc.driver.LogicalConnection@3dfc3dfc
Underlying PooledConnection Object: oracle.jdbc.pool.OraclePooledConnection@64ec64ec
oracle.jdbc.pool.OraclePooledConnection@64ec64ec
SQLJ Default Context: null
null
Is statement caching enabled? :
true
Fatal connection error was detected? :
false
Currently cleaning up handles? :
false
Last ConnectionEvent sent for this ManagedConnection:
com.ibm.ws.rsadapter.spi.WSConnectionEvent@3f583f58
Connection Handle: null
Event ID: UNKNOWN CONNECTION EVENT CONSTANT (0)
Exception: null
Driver version:
10.2.0.3.0
Database version:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
Connection Event Listeners:
com.ibm.ejs.j2c.ConnectionEventListener@6f306f30
Interaction Metrics:
com.ibm.ejs.j2c.ConnectionEventListener@6f306f30
Maximum Handle List Size: 15
Handle Count: 1
Handles:
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection@7c9e7c9e
null
null
null
null
null
null
null
null
null
null
null
null
null
null
State Manager:
com.ibm.ws.rsadapter.spi.WSStateManager@6ec46ec4
XA Resource:
null
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbSpiLocalTransactionImpl@7c827c82
Connection:
oracle.jdbc.driver.LogicalConnection@3dfc3dfc
ManagedConnection:
WSRdbManagedConnectionImpl@3f023f02
Detection of multithreaded access is:
DISABLED
ManagedConnectionMetaData:
null
Statement Cache:
com.ibm.ws.rsadapter.spi.CacheMap@6d486d48
Number of entries: 0
Maximum entries: 10
Number of buckets: 13
Maximum bucket size: 5
Number of discards: 0
BUCKET SIZE PREV NEXT
000 000 013 013
001 000 013 013
002 000 013 013
003 000 013 013
004 000 013 013
005 000 013 013
006 000 013 013
007 000 013 013
008 000 013 013
009 000 013 013
010 000 013 013
011 000 013 013
012 000 013 013
013 LRU 014
014 MRU 013
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSConnectionRequestInfoImpl@345e345e
extention DS properties =
null
extention DS properties key =
0
useHetrogeneous =
false
changable CRI =
false
optimizeForGetUseCloseUsage =
false
User Name:
null
Password:
null
Isolation Level:
READ COMMITTED (2)
Catalog:
null
Is Read Only?
null
Type Map:
null
Cursor Holdability:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Config ID: 0
Hash Code:
0
Support isolation switching on connection:
false
NoEnlistment:
false
ShareWithCMPOnly:
false
Handle type:
java.sql.Connection
TrustedContext_name:
null
TrustedContext_realm:
null
TrustedContext_userSecToken:
null
TrustedContext_originalUser:
null
trustedContextIdentityAttributesAreSet =
false
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl@63666366
Detection of multithreaded access is
DISABLED
Resource Adapter:
null
Hash Code:
-1131425938 (0xbc8fcf6e)
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
Database Type:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
Description:
null
InternalDataStoreHelper:
[email protected]8
Log Writer:
null
Performance Monitoring Instrumentation:
com.ibm.ws.pmi.server.modules.J2CModule@46cc46cc
Statement Cache Size (maximum):
10
Transaction Branches are set to be Loosely Coupled:
false
Counter of fatal connection errors on ManagedConnections created by this MCF:
0
Validate existing connections on cleanup after a fatal connection error is detected?
true
ResetConnectionByBackendDatabase:
false
Backend id checking is:
true
JMSOnePhaseOptimization:
false
Reauthentication:
false
newDBConnectionValidationEnabled:
false
connectionRetriesDuringDBFailover:
100
connRetryDurationDuringDBFailover:
3000
Connection Factory Type:
com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource
Listing PropertyChangeListeners:
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbDataSource@34003400
DataSource Implementation Class Name:
oracle.jdbc.pool.OracleConnectionPoolDataSource
DataSource Name:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
ONE PHASE ENABLED
Underlying DataSource Object: oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
Counter of unique, modified DataSource configurations: 0
DynamicDSConfigManager
null
==> Performing default dump from com.ibm.ws.rsadapter.DiagnosticModuleForAdapter = Sun Feb 03 12:59:15 CST 2008
This is a FFDC log generated for the Default Resource Adapter from source = com.ibm.ws.rsadapter.jdbc.WSJdbcStatement.pmiExecuteQuery
The exception caught = java.sql.SQLException: ORA-00942: table or view does not exist
SQL Error Code is 942 SQL State is = 42000
Operating System = Windows Server 2003 5.2 build 3790 Service Pack 2 x86
Classpath = C:\Program Files\IBM\WebSphere\AppServ\profiles\AppSrv02/properties;C:/Program Files/IBM/WebSphere/AppServ/properties;C:/Program Files/IBM/WebSphere/AppServ/lib/startup.jar;C:/Program Files/IBM/WebSphere/AppServ/lib/bootstrap.jar;C:/Program Files/IBM/WebSphere/AppServ/lib/j2ee.jar;C:/Program Files/IBM/WebSphere/AppServ/lib/lmproxy.jar;C:/Program Files/IBM/WebSphere/AppServ/lib/urlprotocols.jar;C:/Program Files/IBM/WebSphere/AppServ/deploytool/itp/batchboot.jar;C:/Program Files/IBM/WebSphere/AppServ/deploytool/itp/batch2.jar;C:/Program Files/IBM/WebSphere/AppServ/java/lib/tools.jar
Ext dirs = C:\Program Files\IBM\WebSphere\AppServ\java\jre\lib\ext
Other related data. If null, nothing was passed in =
null
The Objects' instance variables are printed below recursively 2 levels deep =
Object type = com.ibm.ws.rsadapter.jdbc.WSJdbcStatement
First Failure Data Capture information for
com.ibm.ws.rsadapter.jdbc.WSJdbcStatement@53385338
Displaying FFDC information for wrapper hierarchy,
beginning from the Connection...
First Failure Data Capture information for
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection@7c9e7c9e
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection@7c9e7c9e
Transaction Manager global transaction status is
STATUS NO TRANSACTION (6)
Underlying Connection: oracle.jdbc.driver.LogicalConnection@3dfc3dfc
oracle.jdbc.driver.LogicalConnection@3dfc3dfc
Key Object:
[B@14f414f4
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
Connection Manager:
[ConnectionManager]@4ee24ee2
JNDI Name <FNGCDDS>
shareable <true>
ConnectionManager supports lazy association?
true
ConnectionManager supports lazy enlistment?
true
Handle is reserved? false
AutoCommit value tracked by handle: true
Detection of multithreaded access is:
DISABLED
Thread id:
null
Wrapper State:
ACTIVE
Parent wrapper:
null
Child wrapper:
null
# of Child Wrappers 1
Child wrappers:
com.ibm.ws.rsadapter.jdbc.WSJdbcStatement@53385338
ConnectionRequestInfo:
null
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl@63666366
Detection of multithreaded access is
DISABLED
Resource Adapter:
null
Hash Code:
-1131425938 (0xbc8fcf6e)
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
Database Type:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
Description:
null
InternalDataStoreHelper:
[email protected]8
Log Writer:
null
Performance Monitoring Instrumentation:
com.ibm.ws.pmi.server.modules.J2CModule@46cc46cc
Statement Cache Size (maximum):
10
Transaction Branches are set to be Loosely Coupled:
false
Counter of fatal connection errors on ManagedConnections created by this MCF:
0
Validate existing connections on cleanup after a fatal connection error is detected?
true
ResetConnectionByBackendDatabase:
false
Backend id checking is:
true
JMSOnePhaseOptimization:
false
Reauthentication:
false
newDBConnectionValidationEnabled:
false
connectionRetriesDuringDBFailover:
100
connRetryDurationDuringDBFailover:
3000
Connection Factory Type:
com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource
Listing PropertyChangeListeners:
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbDataSource@34003400
DataSource Implementation Class Name:
oracle.jdbc.pool.OracleConnectionPoolDataSource
DataSource Name:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
ONE PHASE ENABLED
Underlying DataSource Object: oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
Counter of unique, modified DataSource configurations: 0
DynamicDSConfigManager
null
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbManagedConnectionImpl@3f023f02
ONE PHASE ENABLED
Database Type:
null
Transaction State:
NO_TRANSACTION_ACTIVE
Statement Cache Size (maximum):
10
Key:
[B@14f414f4
Performance Monitoring Instrumentation:
com.ibm.ws.pmi.server.modules.J2CModule@46cc46cc
Log Writer:
null
Subject:
null
ManagedConnection:
WSRdbManagedConnectionImpl@3f023f02
Counter of fatal connection errors for the ManagedConnectionFactory as of the most recent getConnection on this ManagedConnection:
0
Default AutoCommit:
true
Current AutoCommit:
true
AutoCommit reported by the JDBC driver:
true
Current Isolation:
READ COMMITTED (2)
Isolation level has changed? :
false
Support isolation level switching:
false
Isolation reported by the JDBC driver:
READ COMMITTED (2)
Catalog, IsReadOnly, or TypeMap has changed? :
false
Default Holdability:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Current Holdability:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Holdability value has changed? :
false
Holdability reported by the JDBC driver:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Thread ID:
null
Lazily enlisted in the current transaction? :
false
Underlying Connection Object: oracle.jdbc.driver.LogicalConnection@3dfc3dfc
oracle.jdbc.driver.LogicalConnection@3dfc3dfc
Underlying PooledConnection Object: oracle.jdbc.pool.OraclePooledConnection@64ec64ec
oracle.jdbc.pool.OraclePooledConnection@64ec64ec
SQLJ Default Context: null
null
Is statement caching enabled? :
true
Fatal connection error was detected? :
false
Currently cleaning up handles? :
false
Last ConnectionEvent sent for this ManagedConnection:
com.ibm.ws.rsadapter.spi.WSConnectionEvent@3f583f58
Connection Handle: null
Event ID: UNKNOWN CONNECTION EVENT CONSTANT (0)
Exception: null
Driver version:
10.2.0.3.0
Database version:
Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
Connection Event Listeners:
com.ibm.ejs.j2c.ConnectionEventListener@6f306f30
Interaction Metrics:
com.ibm.ejs.j2c.ConnectionEventListener@6f306f30
Maximum Handle List Size: 15
Handle Count: 1
Handles:
com.ibm.ws.rsadapter.jdbc.WSJdbcConnection@7c9e7c9e
null
null
null
null
null
null
null
null
null
null
null
null
null
null
State Manager:
com.ibm.ws.rsadapter.spi.WSStateManager@6ec46ec4
XA Resource:
null
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbSpiLocalTransactionImpl@7c827c82
Connection:
oracle.jdbc.driver.LogicalConnection@3dfc3dfc
ManagedConnection:
WSRdbManagedConnectionImpl@3f023f02
Detection of multithreaded access is:
DISABLED
ManagedConnectionMetaData:
null
Statement Cache:
com.ibm.ws.rsadapter.spi.CacheMap@6d486d48
Number of entries: 0
Maximum entries: 10
Number of buckets: 13
Maximum bucket size: 5
Number of discards: 0
BUCKET SIZE PREV NEXT
000 000 013 013
001 000 013 013
002 000 013 013
003 000 013 013
004 000 013 013
005 000 013 013
006 000 013 013
007 000 013 013
008 000 013 013
009 000 013 013
010 000 013 013
011 000 013 013
012 000 013 013
013 LRU 014
014 MRU 013
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSConnectionRequestInfoImpl@345e345e
extention DS properties =
null
extention DS properties key =
0
useHetrogeneous =
false
changable CRI =
false
optimizeForGetUseCloseUsage =
false
User Name:
null
Password:
null
Isolation Level:
READ COMMITTED (2)
Catalog:
null
Is Read Only?
null
Type Map:
null
Cursor Holdability:
DEFAULT CURSOR HOLDABILITY VALUE (0)
Config ID: 0
Hash Code:
0
Support isolation switching on connection:
false
NoEnlistment:
false
ShareWithCMPOnly:
false
Handle type:
java.sql.Connection
TrustedContext_name:
null
TrustedContext_realm:
null
TrustedContext_userSecToken:
null
TrustedContext_originalUser:
null
trustedContextIdentityAttributesAreSet =
false
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl@63666366
Detection of multithreaded access is
DISABLED
Resource Adapter:
null
Hash Code:
-1131425938 (0xbc8fcf6e)
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
Database Type:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
Description:
null
InternalDataStoreHelper:
[email protected]8
Log Writer:
null
Performance Monitoring Instrumentation:
com.ibm.ws.pmi.server.modules.J2CModule@46cc46cc
Statement Cache Size (maximum):
10
Transaction Branches are set to be Loosely Coupled:
false
Counter of fatal connection errors on ManagedConnections created by this MCF:
0
Validate existing connections on cleanup after a fatal connection error is detected?
true
ResetConnectionByBackendDatabase:
false
Backend id checking is:
true
JMSOnePhaseOptimization:
false
Reauthentication:
false
newDBConnectionValidationEnabled:
false
connectionRetriesDuringDBFailover:
100
connRetryDurationDuringDBFailover:
3000
Connection Factory Type:
com.ibm.ws.rsadapter.jdbc.WSJdbcDataSource
Listing PropertyChangeListeners:
First Failure Data Capture information for
com.ibm.ws.rsadapter.spi.WSRdbDataSource@34003400
DataSource Implementation Class Name:
oracle.jdbc.pool.OracleConnectionPoolDataSource
DataSource Name:
null
DataStoreHelper:
com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper@3ebc3ebc
DataSource properties:
{enable2Phase=false, serverName=localhost, statementCacheSize=10, user=gcduser, dataStoreHelperClass=com.ibm.websphere.rsadapter.Oracle10gDataStoreHelper, URL=jdbc:oracle:thin:@localhost:1521:orcl, databaseName=orcl, selectMethod=direct, dataSourceClass=oracle.jdbc.pool.OracleConnectionPoolDataSource, password=******, portNumber=1521}
ONE PHASE ENABLED
Underlying DataSource Object: oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
oracle.jdbc.pool.OracleConnectionPoolDataSource@39703970
Counter of unique, modified DataSource configurations: 0
DynamicDSConfigManager
null
+Data for directive [defaultadapter] obtained. =
==> Dump complete for com.ibm.ws.rsadapter.DiagnosticModuleForAdapter = Sun Feb 03 12:59:15 CST 2008
Any Ideas?
Thanks in advance.
Regards,
Rajan

Similar Messages

  • Bug Report: New conversation window stills the sys...

    Bug Report: Skype Desktop: New conversation window stills the system/keyboard focus.
    When the UI is in multi-window mode and a conversation window pops up (due for example to a newly received chat message), that window steals the system/keyboard focus, even though it appears in a minimized state in the Windows taskbar. And this should not happen by default, because it is impractical (especially for screen reader users). And it didn't happen in Skype 6.21 and earlier. But since the new UI was introduced officially in Skype 7.0, it started happening constantly.
    Steps to reproduce it:
    1. From "View" menu, activate the "Split Window View", if it is not already enabled.
    2. From Tools -> Options -> IM & SMS -> IM settings, enable "Open a new window when I receive a new message in Split Window View", if it is not already enabled.
    3. From Tools -> Options -> Advanced, activate "Enable accessible mode", if it is not already enabled.
    4. Activate the "Save" button, to save the changes.
    5. Close all windows, related to Skype. You may keep only the main window opened.
    6. Move the system focus to another application.
    7. Tell someone to send you a chat message. When the message arrives and the conversation window pops up minimized in the Windows Taskbar, everything seams to be as it should. A few seconds after that however, the system/keyboard focus gets moved to that new conversation window, even though it is neither restored/maximized (it is minimized), nor it is visible on the screen (except as a button in the taskbar).
    Actual results:
    When a new conversation window pops up in the Windows taskbar, it stills the system/keyboard focus to itself from the currently focused application.
    Expected results:
    Skype's popping up new conversation windows should not still the system/keyboard focus to themselfs from the currently focused application.
    Test environment:
    - Operating system: Windows 8.1 Pro N, 64-bit, in Bulgarian with all locale settings set to "Bulgarian".
    - Skype version: 7.0.0.102 for Desktop.

    This is a known problem, but Skype have not given us an estimated time for a fix.
    Traditionally, Skype updates have been roughly monthly, so we are due a new version sometime soon. Many of us here are hoping that is has a bunch of fixes for the UI, the focus problem being one of them.
    Sean Ellis - uses Skype chat for serious work
    Click here to read my blog post on Skype 7 and basic principles of GUI design

  • Bug Report & New Release

    HI,
    I'd want to know where can I signal a bug of BIBeans (should I open a Tar?...How can I do it?) and
    if is going to come out a new release of BIBeans..
    Thank you very much in advance
    Antonio

    Hello
    I am from the BI Beans product management team and I would like to learn more about the product you are building using Beans. please email me at [email protected] Thanks

  • Display bug with new catalyst driver & xorg

    Hello everyone,
    I have just updated catalyst (fglrx) from fglrx 8.40.4 to catalyst 7.11-1 and Xorg server from 1.2.0-5 to 1.4-5. Indeed I have an ATi Radeon Xpress 1100 (RS485) on my laptop.
    Everything is well except...this bad bug :
    almost each time a window is created (xterm, dialog box which pops up, firefox ...; there are maybe other trigger events) a strange blurred square appears at the bottom right corner of my screen, and my cursor has a strange trail, as if a piece of widget was attached to it. The cursor trail disappears quickly, but not the square. I have to switch in console mode and to go back to X to make it clear. It is composed of pixels of different colors.
    Does someone have the same problem ?
    Moreover the driver gl (or gl2) does no more work with mplayer, I have to use the x11 one, but glxgears is ok and I have, according to glxinfo, direct rendering enabled.

    There are many problems with the latest AMD xorg driver.  To fix the display corruption, add
    Option "XAANoOffscreenPixmaps" "true"
    To your fglrx device section in xorg.conf
    Also, try disabling AIGLX - it's not working well and is known to cause some problems.
    In xorg.conf:
    Section "Extensions"
    Option "Composite" "Disable"
    EndSection
    Section "ServerFlags"
    Option "AIGLX" "off"
    EndSection

  • Bug report: new TLDs do not highlight as links

    Typing in a URL such as http://example.website or http://example.london does not highlight it as a link. The regex you use should be more permissive for URLs; not everything is .com/.org/etc.

    This got fixed, was working for a couple of months, and now has stopped working again.
    Has support for new TLDs been removed deliberately, or was this just an oversight?
    Oh, sorry, I didn't read the thread hierarchy title... I was talking about the Windows version not the Mac version, although for all I know the same applies there.

  • Solaris8 and 9 (possibly 7) /dev/poll driver bug report.

    Hello,
    I'd like to report a bug in the solaris 8 and 9 /dev/poll driver (poll(7d)).
    As i do not have a support account with sun or anything like that, there
    seems to be no other way to do that here (which is of course a very sad
    thing).
    Bug details:
    The /dev/poll device provides an ioctl-request (DP_ISPOLLED) for checking
    if a particular filedescriptor is currently in the set of monitored
    filedescriptors for that particular /dev/poll fd set (open /dev/poll fd).
    A quote from the documentation of the poll(7d) manual page taken from
    Solaris9:
    "DP_ISPOLLED ioctl allows you to query if a file descriptor is already in
    the monitored set represented by fd. The fd field of the pollfd structure
    indicates the file descriptor of interest. The DP_ISPOLLED ioctl returns 1
    if the file descriptor is in the set. The events field contains the
    currently polled events. The revents field contains 0. The ioctl returns 0
    if the file descriptor is not in the set. The pollfd structure pointed by
    pfd is not modified. The ioctl returns a -1 if the call fails."
    It says that when you query for an filedescriptor which is currently being
    monitored in the set, that it would return 1, and change the events field of
    the pollfd structure to the events it's currently monitoring that fd for.
    The revents field would be set to zero.
    However the only thing which actually happens here, is that FD_ISPOLLED
    returns 1 when the fd is in the set and 0 if not. When the fd is in the
    set, when FD_ISPOLLED returns 1, the events field remains unmodified, but
    the revents field gets changed.
    A small sample code to illustrate:
    #include <stdio.h>
    #include <unistd.h>
    #include <sys/types.h>
    #include <sys/stat.h>
    #include <fcntl.h>
    #include <sys/devpoll.h>
    main() {
    struct pollfd a;
    int dp_fd = open("/dev/poll", O_WRONLY);
    a.fd = 0; /* stdin */
    a.events = POLLIN; /* we monitor for readability, POLLIN=1 */
    a.revents = 0;
    write(dp_fd, &a, sizeof(a));
    a.fd = 0;
    a.events = 34; /* filled in with bogus number to show malfunctioning */
    a.revents = 0;
    printf("DP_ISPOLLED returns: %d\n", ioctl(dp_fd, DP_ISPOLLED, &a));
    printf("a.fd=%d, a.events=%hd, a.revents=%hd\n", a.fd, a.events,
    a.revents);
    According to the documentation of /dev/poll and namely DP_ISPOLLED this
    program is supposed to print the following:
    DP_ISPOLLED returns: 1
    a.fd=0, a.events=1, a.revents=0
    However it prints the following:
    DP_ISPOLLED returns: 1
    a.fd=0, a.events=34, a.revents=1
    You can take any number instead of '34' and it will simply remain untouched
    after the DP_ISPOLLED ioctl-request.
    I hope it's clear now that the solaris8 and solaris9 (and probably solaris7
    with /dev/poll patch too) DP_ISPOLLED implementation is broken.
    This bug is also easily illustrated by looking at the solaris8 kernel sourcecode:
    <snippet osnet_volume/usr/src/uts/common/io/devpoll.c:dpioctl()>
    case DP_ISPOLLED:
    pollfd_t pollfd;
    polldat_t *pdp;
    if (pollfd.fd < 0) {
    mutex_exit(&pcp->pc_lock);
    break;
    pdp = pcache_lookup_fd(pcp, pollfd.fd);
    if ((pdp != NULL) && (pdp->pd_fd == pollfd.fd) &&
    (pdp->pd_fp != NULL)) {
    pollfd.revents = pdp->pd_events;
    if (copyout(&pollfd, (caddr_t)arg,
    sizeof(pollfd_t))) {
    mutex_exit(&pcp->pc_lock);
    DP_REFRELE(dpep);
    return (set_errno(EFAULT));
    *rvalp = 1;
    </snippet>
    its' clearly visible that the code writes the current monitored events to
    the revents field:
    'pollfd.revents = pdp->pd_events;'
    and that it doesnt set revents to zero.
    It's funny to see that this has been like this since Solaris8 (possibly 7). That means nobody ever used DP_ISPOLLED that way or people were simply to lazy to file a bug report.
    Another funny thing related to this. is that Hewlett-Packard did seem to know about this. Since HP-UX11i version 1.6 they also support /dev/poll. From their manual page i ll quote some sentences from their WARNING session:
    "The ioctl(DP_ISPOLLED) system call also returns its result in the revents member of the pollfd structure, in order to be compatible with the implementation of the /dev/poll driver by some other vendors."
    Hopefully this will get fixed.
    I also like to reexpress my very negative feelings towards the fact that you're not able to file bug reports when you do not have a support contract. Ridiculous.
    Thanks,
    bighawk

    Have I mentioned how much i love my playbook now Great job on os 2.0

  • Bug Report - Windows 8.0 - 6.0.1 USB arbitration causes USB keyboard driver failure

    Can't find a place to submit a bug report. So here goes.
    Full Error Message:
    Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory.
    Problem Occurs:
    Windows 8.0 x64
    Vmware Player 6.0.1 build-1379776
    Problem:
    A USB keyboard ceases to function on the host operating system following the first host OS reboot after installing 6.0.1 on Windows 8.0. This issue does not occur with 6.0.0. The issue disappears upon uninstalling Player 6.0.1. Reinstallation allows Player to operate as expected, but issue re-appears after host OS reboot.
    The issue happens immediately after host OS loads, and continues irrespective of whether VMWare Player is launched.
    Looking at the keyboard drivers, the usb keyboard's driver has not loaded (see attached images). The built-in keyboard driver however reports no errors and continues to operate as usual.
    Changing the USB keyboard device to that of a different manufacturer does not resolve the issue. Any USB keyboard driver appears to fail.
    Work Around:
    1) Launch msconfig
    2) Disable VMWare USB arbitration service
    3) Reboot
    4) USB Keyboard works. VMWare Player continues to operate as normal, minus the ability to mount USB storage devices on the guest OS.

    This issue was fixed on my PC as follows.
    1) Taking ownership of the above usb*.sys files in  the drivers folder
    2) renaming them to usb*.sysold
    3) Using Device Manager to uninstall all USB devices with the yellow warning ! next to them
    4) Doing a Scan for Hardware changes via the Device Manager toolbar and then waiting a few moments whilst the USB devices are re-installed with signed drivers.
    Hope this helps you....
    usb drivers files in my drivers folder after the above process:
    12/02/2013  04:12            19,968 usb8023.sys
    21/11/2010  03:24            32,896 USBCAMD2.sys
    27/11/2013  01:41            99,840 usbccgp.sys
    12/07/2013  10:41           100,864 usbcir.sys
    27/11/2013  01:41             7,808 usbd.sys
    27/11/2013  01:41            53,248 usbehci.sys
    25/03/2011  03:29            52,736 usbehci.sysold
    27/11/2013  01:41           343,040 usbhub.sys
    25/03/2011  03:29           343,040 usbhub.sysold
    25/03/2011  03:29            25,600 usbohci.sys
    27/11/2013  01:41           325,120 usbport.sys
    25/03/2011  03:29           325,120 usbport.sysold
    14/07/2009  00:38            25,088 usbprint.sysold
    11/03/2011  04:37            91,648 USBSTOR.SYS
    25/03/2011  03:29            30,720 usbuhci.sys
    21/11/2010  03:23           184,960 usbvideo.sys
                  19 File(s)      2,783,104 bytes
    The .sysold files are the ones I renamed, I think also renamed the usbccgp.sys - but accidentally deleted it after the rename..

  • Does Discoverer 10g Plus allow uploading of reports from local drives?

    Hi ,
    Does Discoverer 10g Plus allow uploading of reports from local drives? Or like 4i is this only possible from Desktop Client?
    Regards
    Ram

    No, you can't bring in Disco workbooks from a local drive with 10g Plus.
    Only from the database and/or scheduled workbooks.
    Russ

  • The new Synaptics UltraNav: a few workarounds and minor bug report.

    I only wanted to file bug report, but then decided to also share what I did with my touchpad configuration to make it more convenient for me. I have Thinkpad T540p so this might work differently or not work at all for other notebooks.
     #1 Regedit
    Configure as much as you can using UltraNav tab in mouse settings dialog. (It is mostly self-explanatory.)
    If you didn't find some option, start regedit (using Win+R) and navigate to
    HKEY_CURRENT_USER\Software\Synaptics\SynTP\something
    This something is TouchPadSMB2c on T540p but you can find one you need by changing something in settings dialog and looking for changed values in regedit.
    All the touchpad configuration registry keys are there. You need to relogin to apply changes made there.
    But it might take a lot of trial and error to find out how these registry keys work.
    #2 3-finger tap
    As for me, I prefer tapping over clicking. While 3-finger press option is in settings dialog, 3-finger tap is not. But you can change it.
    Set whatever option you want for 3-finger press. Then go to regedit and copy value from 3FingerPressButtonAction key to 3FingerTapAction.
    #3 Button sizes and locations
    You can change button bounds with keys like LeftButtonZoneX where X is L for left, R for right, T for top and B for bottom bounds. 0xFFFFFFFF ultimately means "unlimited in that direction". For finding other values defaults might be helpful. Trackpoint buttons keys are SlaveSomeButtonZoneX.
    What for?
    First, trackpoint buttons can cover the whole trackpad only when trackpad itself is disabled. By changing button sizes manually you can overcome this restriction. It is useful because trackpad does not respond well to pressing corners and when buttons cover it all you can press it somewhere in the middle.
    Second, the same corner pressing problem exists for normal trackpad buttons so it is more convenient to use multi-finger taps or clicks. You can still hold trackpad pressed with one finger and use yet another finger to move mouse pointer.
    At the same time when you tap or press with multiple fingers and one of them touches one of the buttons you get that button pressed instead of whatever you intended. It frustrated me a lot when I got context menu popups while trying to close chrome tabs with middle mouse button click. The solution is to set top bounds for left and right buttons to zero.
    BUG (With the latest UltraNav drivers from support page)
    When the middle trackpoint button (used for scrolling) is enabled, it is always enabled, no matter if you are using trackpont or touchpad. Left and right trackpoint buttons are properly disabled when you don't need them.
    Even if you disable trackpoint completely without disabling that middle button first, it will remain enabled and will do nothing. (Blocking single- and multi-finger presses that touch it.)
    I could not find a way to fix that problem with regedit.

    Any problem can get official response and follow-up through a SR on Metalink/MOS (if you have a DB support contract), else you can post here and hope someone from development picks it up.
    Regards,
    K.

  • Driver update and bug reporting t

    I am wondering what users of this forum think about the idea of a responsi've bug reporting mechanism along the lines of the ati catalist programme in which bugs get reported to the drivers department.
    the purpose of this would be for the following
    to enable users to report to creative bugs in the software
    To enable creative to then identify (and acknowlege) problems early and work towards resolving any that appear.
    To enable creative to then offer incremental or updated software on a timely basis.
    This would improve users perception of creative as a company that is responsi've to its users and enable problems to be dealt with promptly.
    Please try and keep comments relvant to the original post as I think it might be interesting to gauge users perception of this idea
    Andy

    Vista?
    Ooh boy.
    http://support.apple.com/kb/TS1538
    Good luck.

  • KSLD bug report:  32 bit causes target panic

    Since the bug report link:
    http://soldc.sun.com/developer/support/driver/tools/KSLD/bug-report.html
    goes to a non existant email address, I thought I would post here.
    Setup:
    ksld 1.01
    target and host booted with kernel/unix (32 bit)
    /proto directory struct as described in starting ksld doc
    debugging ramd driver example
    ramd directory:
    drwxr-xr-x 4 root other 512 Feb 11 12:40 .
    drwxr-xr-x 10 root other 512 Feb 11 12:47 ..
    drwxrwxrwx 2 bin bin 512 Feb 11 10:26 777
    -rw-r--r-- 1 root other 341 Feb 11 11:31 Makefile
    -rw-r--r-- 1 root other 1610 Apr 24 2001 README
    -rw-r--r-- 1 root other 3588 Apr 18 2001 install
    lrwxrwxrwx 1 root other 52 Feb 11 10:47 misc -> /export/home/ksld-space/proto/root_sparc/kernel/misc
    -rw-r--r-- 1 root other 2523 Apr 18 2001 ntestram.c
    -rw-r--r-- 1 root other 2542 Apr 18 2001 printinfo.c
    lrwxrwxrwx 1 root other 6 Feb 11 10:46 proto -> /proto
    -rw-r--r-- 1 root other 25713 Feb 11 11:29 ramd.c
    -rw-r--r-- 1 root other 291 Apr 18 2001 ramd.conf
    -rw-r--r-- 1 root other 210 Apr 18 2001 ramio.h
    drwxrwxrwx 4 bin bin 512 Feb 11 19:51 sparc
    -rw-r--r-- 1 root other 1785 Apr 18 2001 testram.c
    lrwxrwxrwx 1 root other 67 Feb 11 10:48 unix.281 -> /export/home/ksld-space/proto/root_sparc/platform/sun4u/kernel/unix
    HOST output
    home1# ksld -t hardwire unix.281 99
    Reading unix.281
    KSLD v1.0 on sun4u [SunOS 5.8]
    Current thread is 0x4001fe60
    Reading krtld
    Reading genunix
    Reading platmod
    Reading SUNW,UltraSPARC-II
    Reading specfs
    Reading TS
    Reading TS_DPTBL
    Reading ufs
    Reading fssnap_if
    Reading rpcmod
    Reading ip
    Reading rootnex
    Reading options
    Reading sad
    Reading pseudo
    Reading sd
    Reading scsi
    Reading glm
    Reading pcipsy
    Reading dada
    Reading todmostek
    Reading procfs
    Reading sockfs
    Reading clone
    Reading ip6
    Reading tcp
    Reading md5
    Reading tcp6
    Reading udp
    Reading udp6
    Reading icmp
    Reading icmp6
    Reading arp
    Reading timod
    Reading conskbd
    Reading wc
    Reading ebus
    Reading su
    Reading kb
    Reading ms
    Reading consms
    Reading se
    Reading elfexec
    Reading fifofs
    Reading ldterm
    Reading ttcompat
    Reading zs
    Reading ptsl
    Reading ptc
    Reading rts
    Reading tl
    Reading keysock
    Reading sysmsg
    Reading cn
    Reading pipe
    Reading mm
    Reading hme
    Reading ufs_log
    Reading doorfs
    Reading devinfo
    Reading iwscn
    Reading log
    Reading sy
    Reading fctl
    ksld_dbx: can't stat /platform/sun4u/kernel/drv/afb -- No such file or directory
    Reading afb
    ksld_dbx: can't open /platform/sun4u/kernel/drv/afb -- No such file or directory
    Reading fd
    Reading busra
    Reading cs
    Reading winlock
    Reading seg_drv
    Reading usba
    Reading kstat
    Reading vol
    Reading cpc
    Reading tnf
    Reading pcihp
    Reading hpcsvc
    Reading pcicfg
    Reading nfssrv
    Reading nfs
    Reading rpcsec
    Reading tlimod
    Reading seg_mapdev
    Reading inst_sync
    Reading mntfs
    Reading tmpfs
    Reading klmmod
    Reading autofs
    Reading connld
    Reading bootdev
    Reading shmsys
    Reading ipc
    Reading ramd
    Reading kaio
    detected a multithreaded program
    t@0 stopped in (unknown) at 0xedd000d8
    0xedd000d8: ta %icc,%g0 + 125
    (ksld_dbx) module -v ramd.o
    Module: ramd.o
    Language: ansic
    Debugging information: read [stabs version: 3.1]
    Source file: /opt/SUNWddk/src/drivers/ramd/ramd.c
    Object file: /opt/SUNWddk/src/drivers/ramd/sparc/obj32/ramd.o
    Loadobject: /usr/kernel/drv/ramd
    (ksld_dbx) stop in ram_strategy
    (2) stop in ram_strategy
    poll in failed
    can't set breakpoint
    TARGET output:
    connected
    New connection: uid 0, fd 7
    Begin traceback... sp = edd48290
    Called from edd009dc, fp=edd47b41, args=34 edd308ee eddc40a8 34 edd042f0 edd042ec
    Called from edd03624, fp=edd47c11, args=fff74000 edda51f0 102d087a ffffffff91d0207e 0 4
    Called from edd0c0d0, fp=edd47cd1, args=102d087a 91d0207e ff1bd714102d087a 100 edd48608 27
    Called from edd0a394, fp=edd47d81, args=eddb7788 8 eddc16a1 f0000 1 ffff
    Called from edd176d4, fp=edd47e31, args=ffff eddb7788 0 1 0 eddc1690
    Called from edd0e470, fp=edd47f41, args=edd49058 0 0 3c 0 edda69d8
    Called from edd0e214, fp=edd47ff1, args=eddb6d58 eddc1690 edd49158 ffffffffffffffff 10000 edd483e0
    Called from edd0e154, fp=edd480a1, args=eddc1640 edda3550 0 0 0 0
    Called from edd071b4, fp=edd48121, args=0 0 0 0 0 0
    Called from 0, fp=0, args=0 0 0 0 0 0
    End traceback...
    abort jump: trap 34 sp edd48290 pc edd042ec npc edd042f0
    etext edd308ee estack edd489a0 edata edda2388 nofault edda2658
    ksld_kadb[0]: (`o403P0801So6mLD42d8N_lK^bH00004)(`o403P0801So6mLD42d8N_lK^bH0000
    panic[cpu0]/thread=4001fe60: BAD TRAP: type=34 rp=4002fbc0 addr=40030507 mmu_fsr=0
    sched: alignment error:
    addr=0x40030507
    pid=0, pc=0xedd2ba78, sp=0x4002fc50, tstate=0x1404, context=0x0
    g1-g7: 1000c000, edda1f78, edda1f78, 0, edda2658, 14aef0, 4001fe60
    panic: entering debugger (continue to save dump)
    Trap 7d
    What is wrong with the setup,when a breakpoint would cause a traceback and panic on the target?

    One other possibility is having sufficient rights, especially if you are invoking it via some other app, rather than manually as a logged in user. If you are not logged in and instead invoke it via a web site action, I believe you will have problems reading the registry, accessing a desktop, writing to disk, etc.
    Sorry I can't be more definitive, but perhaps it will help.
    Please post your conclusion, if you find it.
    --Ian

  • FAQ: I found a bug. How do I write a useful bug report? Or send bug files to Adobe?

    If you think you've found a bug in Photoshop CS6, please post your findings here on the forums.
    Here is a list of the information we'll want for you to gather at a minimum:
    Clear and concise steps so that someone who isn't in front of your comptuer can reproduce the issue you are seeing
    Include information on the operating system/version you are running. (e.g. "Mac OS 10.7.3" or "Win XP Service Pack 3")
    Here are some more detailed instructions for writing a useful, complete bug report for us on the forums:
    Provide a descriptive title that includes your OS information:Example: "Photoshop crashes when I save a JPEG file using the File>Save For Web & Devices... command (Mac OS 10.7.3)"
    Provide concise, step-by-step details on how to reproduce the issue you are seeing.
    Example:
    Open an 8-bit, RGB image by selecting File>Open...
    Create a new layer by clicking the "Create New Layer" button on the bottom of the Layers panel
    Paint on the layer created in Step #2 using the default Brush tool
    Choose File>Save For Web & Devices...
    Make sure the optimized format is set to "JPEG" and set the Quality setting to "80"
    Click the Save button at the bottom of the Save For Web & Devices dialog, choose the desktop as the location for saving the file
    Provide a description of the "Result" you are observing:
    Example: "Result: Photoshop crashes"
    If there is an error dialog, please include the exact wording displayed in the dialog or provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    If the error is a visual defect, either in the user interface or the image itself, provide a screen shot or video of the entire screen so we can see the dialog as well as the state of the application - i.e. what panels are shown, the state of the Layers panel, etc.
    Provide a description of the "Expected Result":
    Example: "Expected Result: Photoshop to save JPEG file to the desktop, no crash"
    In some cases this may be obvious (such as in the case of a crash) but in others, what you expect to happen may be different than what the application was designed to do. Please be as specific as possible.
    Provide the crash log by submitting all crash reports, including your email address, for every single crash your encounter:
    You may also include the contents of your crash log in your forum posts as well, but always submit them using the above instructions as well.
    Crash logs are located on Macintosh here: Users/<your user name>/Library/Logs/CrashReporter
    Provide your System Info from Photoshop: What's even more useful is if you can share your System Info from Photoshop as it contains all kinds of useful information (OS/version, graphics card, driver version, 3rd party plug-ins used, etc) that will help the team track down your issue.
    On occasion, the Photoshop engineers may request that you provide problematic files in order to reproduce and debug your issue.
    In these cases, please post the file somewhere using your own servers or one your favorite online document/distribution services and provide a URL/instructions to download the file:
    Dropbox
    Adobe SendNow
    YouSendIt
    If the file isn't something you can post publically, you can request that someone from the engineering team contact you to figure out a secure way to get the affected files.
    Thanks,
    The Photoshop Development Team

    First thing would be to realise the exact error. Second would be to check your logs to see what you have installed/upgraded which might be causing this error. Third, google your error and see if matches turn up. Fourth, search in Arch bugtracker to see if a match exist. Else file a report.

  • Bug Report - Some items in your iTunes Library ... because the file could not be found.

    10.6 and this is still this is a problem?!?!?!?!
    Not like this is an obscure issue only affecting a few noobs. Google returns 11,200 results on this issue!t'
    Can we PLEASE at least allow the list of broken files to be dumped as a text file so I can find them manually! guess not,
    I'll just have to get out a pencil and write down 100 songs to spend my saturday looking up and fixing. Or I could let my wife purchase 100 songs she already has whenever this comes up...
    What's really infurating is that non-technical wife thinks this means she must go to the iTunes store and buy them again.  Is it just coincidence that this only happens to songs that we ripped from the CD with iTunes? Hmmmm?....
    what follows is for the programmers, please make sure this get's to the development group.
    iTunes is the only music library manager, Media player was not even activated.
    iTunes is configured to "Keep folder organized", "Copy files to folder when adding"
    this has been a recurring issue since iTunes 9.x for us
    The issue is persisted accross system and library rebuilds.
    some of the same songs recurr but most of the time the list differs.
    Library survived transfer to new computer and back for a system rebuild (new hdd) w/o this issue.
    I'm guessing 100 songs is an arbitrary limit for error reporting.
    Songs seem to get lost for the following reasons.
    Track number added to filename
    Spelling of some tags like Album, Artist, Title differ in iTunes library and the file path !!!!
    Only seems to happen to mp3 files.
    My suspicion is that iTunes is downloading meta data from the store and updating the mp3 tags and iTunes Music Library.xml then predicting the new file location without actually moving the file to that new location. I've enabled insert/update auditing on the NTFS folder to see if that provided any new info.  I'm also capturing iTunes Music Library.xml so I can compare it to the new one WHEN this happens again and see if there is a pattern there.
    Would love a bug number and feedback chanel on this.

    The missing file thing happens when files are no longer where iTunes expects to find them. Possible causes are that you or some third party tool has moved, renamed or deleted the files, or that the drive they live on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files in a relatively sensible structure, then you should be able to use my FindTracks script to reconnect them to iTunes .
    Although you say you haven't used Media Player it can be raised as a background process by visiting enabled web sites. Possibly worth you reviewing this post: Getting iTunes & Windows Media Player to play nicely
    jerunamuck wrote:
    ...My suspicion is that iTunes is downloading meta data from the store and updating the mp3 tags and iTunes Music Library.xml then predicting the new file location without actually moving the file to that new location. I've enabled insert/update auditing on the NTFS folder to see if that provided any new info.  I'm also capturing iTunes Music Library.xml so I can compare it to the new one WHEN this happens again and see if there is a pattern there.
    Unlike Windows Media player iTunes doesn't have a feature to automatically update tag data, although it will sometimes spot when a 3rd party program has (say during playback) and then update its own copy of the data. The iTunes (Music) Library xml file is provided for querying by third party software and is rewritten every time there is a change to the library, but is otherwise of no relevance to iTunes. The library is maintained in the iTunes Library.itl file. I suppose what could be happening is that iTunes issues a command to the file system to move a file based upon its tag, updates its knowledge of where the file is supposed to be, but the OS fails to move the file for some reason. Alternatively everything could go as planned, but iTunes could fail to get the updated copy of the library written out to disk so next time you start you get the previously stored locations.
    I have ideas of my own about the best way to organise my media, but I'm quite familiar with the way iTunes does it. It might be interesting to see the details of one of the broken tracks, the path iTunes thinks it is at, and the actual path, in case there is anything that can be deduced.
    Apple don't run an open bug tracking system so you won't be able to follow reports/progress based on a bug number. You can drop a line to iTunes Feedback or get a free Apple Developer account and submit a bug report report there.
    tt2

  • Boot Camp bug with new Mac Mini?

    OK, so I have used Boot Camp now for years, on a variety of Mac platforms, and I have always been able to set it up and run Windows, including Windows 7 64 bit.  That is, until I purchased my new Mac Mini i7 (non server version) with the WD 750GB internal, with 8GB ram.  As the new models no longer offer a built in SuperDrive, I purchased a Pioneer external Blu-ray drive and have it connected via FireWire 800.
    I have a brand new retail Windows 7 64 bit installation disc and have downloaded and burned the Windows 7 drivers to a CD.
    I followed the instructions implicitly, but always hang on the reboot that should go into Boot Camp and begin the Window 7 install. Instead, I get the dreaded "Boot disc not found. Please insert a bootable disc and press any key" error, from which there appears to be no return.
    Anyone have any ideas or is this just a known bug?

    This same message was displayed in my MacBook Pro yesterday when I partitioned the HDD, however in my case I hit the "Quit & Install Later" Option as I planned to install win 7 later. When I rebooted my Mac to my surprise it had defaulted to my DVD drive and could not find the disc (obviously, since I wasn't planning to install it). I remember that in SL this issue was not present. Ultimately, I had to hit the option key to boot back into OSX Lion and reset my Macintosh HD as my start up disk via system prefs.
    As for your case I would suggest hitting the "option" key during start up and see if your Mac can recognize your Windows 7 disc. If it recognized select it with the keyboard arrow keys and when it is selected hit the "return" key. Then the Win 7 DVD should boot and then follow the instructions of the Windows 7 Installer.
    My suggestion is to fill a bug report to Apple via their feedback section:
    http://www.apple.com/feedback/macosx.html
    As far as I know Bootcamp 4.0 is extremely buggy, yet I do think that OSX Lion overall is a very stable and snappy OS, I noticed that my system performance has not been that much impacted by it very much. My boot times went up by 3-4 seconds longer than SL and shutdown times went up by 1 sec only, as for app launch time they have remained the same. Hopefully further updates to OSX lion will address these and other issues.
    Good Luck!

  • Bizzare behavior with oracle 10g driver

    Hello - we are seeing some very strange behavior using the oracle 10g driver (version 10.2.0.1.0). I'll briefly describe the problem and then show a code example of our test. We are sending in a prepared statement against the primary key of a table with an in clause of 300 string values. When we iterate over the result set we consistantly only get 256 rows returned. But when we send in a prepared statement with only one bind variable (but do this 300 seperate times) the result set is complete. If we use the oracle 9i driver, all 300 are returned as expected. The database is 10g. Here is what our test looks like:
    import java.sql.Connection;
    import java.sql.PreparedStatement;
    import java.sql.ResultSet;
    import java.sql.DriverManager;
    import java.io.InputStream;
    import java.io.BufferedReader;
    import java.io.InputStreamReader;
    import java.io.FileInputStream;
    * Thomson West
    * User: Tom Killeen
    * Date: Feb 28, 2006
    public class OracleTest
    public static void main(String[] args) throws Exception
    String driver = "oracle.jdbc.driver.OracleDriver";
    String prodUrl = "jdbc:oracle:thin:@myDatabase";
    Class.forName(driver);
    String singleSql = "select * from case where case_uuid = ?";
    Connection con = DriverManager.getConnection(prodUrl, "scott", "tiger");
    PreparedStatement ps = con.prepareStatement(singleSql);
    InputStream in = new FileInputStream("C:/Java/projects/MetadataService/mainline/test/query/xml/300ProdUuids.txt");
    BufferedReader br = new BufferedReader(new InputStreamReader(in));
    String uuid = null;
    int rsCount = 0;
    ResultSet rs = null;
    System.out.println("find individually");
    while ((uuid = br.readLine()) != null)
    ps.setString(1, uuid);
    rs = ps.executeQuery();
    while (rs.next())
    rsCount++;
    System.out.println("idv " + rsCount + ": " + rs.getString("case_uuid"));
    rs.close();
    ps.close();
    System.out.println();
    StringBuffer sql = new StringBuffer();
    sql.append("select * from case where case_uuid in (");
    for (int i = 0; i < 300; i++)
    sql.append("?");
    if (i < 299)
    sql.append(",");
    sql.append(")");
    System.out.println(sql);
    ps = con.prepareStatement(sql.toString());
    in = new FileInputStream("C:/Java/projects/MetadataService/mainline/test/query/xml/300ProdUuids.txt");
    br = new BufferedReader(new InputStreamReader(in));
    uuid = null;
    int bindCount = 1;
    System.out.println("binding variables");
    while ((uuid = br.readLine()) != null)
    System.out.println("bc " + bindCount + " : " + uuid);
    ps.setString(bindCount, uuid);
    bindCount++;
    rs = ps.executeQuery();
    int rsCounter = 0;
    System.out.println();
    System.out.println("iterating rs");
    while (rs.next())
    rsCounter++;
    System.out.println("rs " + rsCounter + ": " + rs.getString("case_uuid"));
    rs.close();
    ps.close();
    con.close();
    Here is the output from running our test. Notice that the last line has a count of 256 for the result set.
    Has anyone seen anything like this?
    thanks,
    Tom
    find individually
    idv 1: I00000670722f11d7bffff83f52289667
    idv 2: I000010a071e611d7ba84e3942a4b620d
    idv 3: I0000192072c111d7b100a463f186e11d
    idv 4: I00001b90723111d7ab54daa4035d65fa
    idv 5: I00002020727411d7a07084608af77b15
    idv 6: I000029b0728011d792e6e58f3e66f41c
    idv 7: I00002c80723a11d787c8f80b08d85a21
    idv 8: I00003f10745411d79b9bc4eeac1c0b2d
    idv 9: I000048d0721411d796fabc35f7796f7a
    idv 10: I000067e0726c11d7b100a463f186e11d
    idv 11: I0000796072e411d7b100a463f186e11d
    idv 12: I000079c005aa11d8a85fe39410e0ab6f
    idv 13: I000079e0741711d7aea3a34f2eb4052a
    idv 14: I000085e0a1f611d7af65eaafd5dac9b5
    idv 15: I000088c0728911d7a07084608af77b15
    idv 16: I00008b0071d411d7880af2b8a7a150bc
    idv 17: I00008f90721711d787c8f80b08d85a21
    idv 18: I00009950724811d78ef88cd3014a7f23
    idv 19: I00009a1072dc11d7ba84e3942a4b620d
    idv 20: I0000a7a072bc11d7bffff83f52289667
    idv 21: I0000ace071e611d78ef88cd3014a7f23
    idv 22: I0000c0a0741a11d7ab5cff2fe4340d11
    idv 23: I0000c40071d211d796fabc35f7796f7a
    idv 24: I0000cc50728811d796fabc35f7796f7a
    idv 25: I0000d250724611d7b100a463f186e11d
    idv 26: I0000d94072bd11d78ef88cd3014a7f23
    idv 27: I0000e7b0741a11d7b44cec793782d444
    idv 28: I0000f1a071ff11d787c8f80b08d85a21
    idv 29: I0000f4a071de11d7a5a58ae19b0bc350
    idv 30: I0000fbc0727a11d78347daa8ede63acd
    idv 31: I0000fcf0729411d787c8f80b08d85a21
    idv 32: I0000ff5072c811d7a07084608af77b15
    idv 33: I00010090721e11d7bffff83f52289667
    idv 34: I00010390746e11d79ccbd455e2fa80ef
    idv 35: I000112b0724111d7bffff83f52289667
    idv 36: I00011940726e11d7b100a463f186e11d
    idv 37: I00011ca0729711d78ef88cd3014a7f23
    idv 38: I00012500728911d787c8f80b08d85a21
    idv 39: I00012770746a11d79c33f30f55d9158b
    idv 40: I0001297071e311d78347daa8ede63acd
    idv 41: I00012a4071b311d7880af2b8a7a150bc
    idv 42: I00012e7071ac11d7a5a58ae19b0bc350
    idv 43: I000131c0729911d7a07084608af77b15
    idv 44: I00013d90746111d7abd288e162f1ee6f
    idv 45: I000147f0743d11d79a8ab5f5a94ee96e
    idv 46: I00014850721611d7b100a463f186e11d
    idv 47: I000148b0726011d78bcee6281d031f02
    idv 48: I00014d2071ba11d7a5a58ae19b0bc350
    idv 49: I0001593072e311d7ab54daa4035d65fa
    idv 50: I00015d70721811d7880af2b8a7a150bc
    idv 51: I000162a0720611d792e6e58f3e66f41c
    idv 52: I00016340154411d894849fe41a758d3e
    idv 53: I00016a90727211d7b0409d11d16b6b13
    idv 54: I0001713071db11d796fabc35f7796f7a
    idv 55: I00017de072af11d787c8f80b08d85a21
    idv 56: I000183c0ff1e11d79d93859d09cad35e
    idv 57: I00018680720211d7a07084608af77b15
    idv 58: I00018fe071e911d7bffff83f52289667
    idv 59: I000190b0154c11d8a6f0ebf54ed20c72
    idv 60: I0001921071f811d792e6e58f3e66f41c
    idv 61: I0001943072cb11d796fabc35f7796f7a
    idv 62: I00019500729b11d796fabc35f7796f7a
    idv 63: I0001a1d0745811d79ccbd455e2fa80ef
    idv 64: I0001a3d071d111d7947cc0bc28d0837a
    idv 65: I0001a8e042cc11d8bfb1c5b53ee7b122
    idv 66: I0001aa0071b411d78bcee6281d031f02
    idv 67: I0001c940b1ab11d7ad3ab23fa36e24eb
    idv 68: I0001dc60724911d78ef88cd3014a7f23
    idv 69: I0001f050723111d792e6e58f3e66f41c
    idv 70: I0001f080725611d7ab54daa4035d65fa
    idv 71: I0001f980746411d7a94bace56a9eba1c
    idv 72: I0001fa10726211d78ef88cd3014a7f23
    idv 73: I0001fe70728011d78347daa8ede63acd
    idv 74: I0001ffe071fb11d7b0409d11d16b6b13
    idv 75: I0002010072d911d78bcee6281d031f02
    idv 76: I0002084071ed11d7a07084608af77b15
    idv 77: I000220f0723d11d7b100a463f186e11d
    idv 78: I00022c4072d211d7a5a58ae19b0bc350
    idv 79: I00022cf0154c11d89b2cb73750577cdc
    idv 80: I00022f4072b111d7b100a463f186e11d
    idv 81: I00023550a76111d79a3e000874f30b44
    idv 82: I00024ad0746811d79a8ab5f5a94ee96e
    idv 83: I00024b02a5ba11d8860ea464f39e833e
    idv 84: I00025ef0720411d7ba84e3942a4b620d
    idv 85: I00026d40727811d7ab54daa4035d65fa
    idv 86: I00026d80a2ad11d79bff000874f30b44
    idv 87: I00027080742911d79d2ef02eee90521e
    idv 88: I0002721aa5ba11d8860ea464f39e833e
    idv 89: I00027280741311d7b44cec793782d444
    idv 90: I00028050147611d895d6f30359ceb780
    idv 91: I000286c0729811d7947cc0bc28d0837a
    idv 92: I00028830721311d78347daa8ede63acd
    idv 93: I00029920a5ba11d8860ea464f39e833e
    idv 94: I0002a0b0723e11d7a5a58ae19b0bc350
    idv 95: I0002a3a072e111d7a07084608af77b15
    idv 96: I0002a48071ed11d787c8f80b08d85a21
    idv 97: I0002a940725511d78bcee6281d031f02
    idv 98: I0002b8c072e311d7a07084608af77b15
    idv 99: I0002ba00723911d7b100a463f186e11d
    idv 100: I0002c034a5ba11d8860ea464f39e833e
    idv 101: I0002c2f0729a11d792e6e58f3e66f41c
    idv 102: I0002c2f0729a11d7ab54daa4035d65fa
    idv 103: I0002c4f0728411d7a07084608af77b15
    idv 104: I0002cf9071c111d787c8f80b08d85a21
    idv 105: I0002dfe0721f11d7b0409d11d16b6b13
    idv 106: I0002e8a0725b11d7ba84e3942a4b620d
    idv 107: I0002f5a0743d11d797e5f7f2fcbea176
    idv 108: I0002fd2072b211d7ab54daa4035d65fa
    idv 109: I0003003071cd11d796fabc35f7796f7a
    idv 110: I00030a8074de11d79453d3af27410a27
    idv 111: I00030b1072dc11d78347daa8ede63acd
    idv 112: I000318e0721d11d7880af2b8a7a150bc
    idv 113: I00032630729c11d7b100a463f186e11d
    idv 114: I00032e60726911d7ba84e3942a4b620d
    idv 115: I00033230721811d796fabc35f7796f7a
    idv 116: I00033600743811d7a658bf569bf0de0b
    idv 117: I00033730745211d79d2ef02eee90521e
    idv 118: I000341f0f36c11d7993aa96b44857ca1
    idv 119: I00034270b79611d7817fb05730618d2c
    idv 120: I0003429071b211d7b0409d11d16b6b13
    idv 121: I00034e80746311d7afb9df8873fee31a
    idv 122: I0003507072a011d7ba84e3942a4b620d
    idv 123: I00035f40744711d79d2ef02eee90521e
    idv 124: I00037420727711d7b100a463f186e11d
    idv 125: I00037d20721411d7ba84e3942a4b620d
    idv 126: I00037dc0743011d79d2ef02eee90521e
    idv 127: I00038970729e11d7ba84e3942a4b620d
    idv 128: I00038ab071f411d7b100a463f186e11d
    idv 129: I0003921071f111d7a5a58ae19b0bc350
    idv 130: I0003a860720d11d78347daa8ede63acd
    idv 131: I0003aa5072bb11d7ab54daa4035d65fa
    idv 132: I0003aa99a5ba11d8860ea464f39e833e
    idv 133: I0003ac5072a511d7a5a58ae19b0bc350
    idv 134: I0003b720747811d79ccbd455e2fa80ef
    idv 135: I0003b7b0727611d787c8f80b08d85a21
    idv 136: I0003bb10729f11d78ef88cd3014a7f23
    idv 137: I0003c5d072c511d7a5a58ae19b0bc350
    idv 138: I0003d19072e011d78347daa8ede63acd
    idv 139: I0003d1a4a5ba11d8860ea464f39e833e
    idv 140: I0003d1a6a5ba11d8860ea464f39e833e
    idv 141: I0003d1a8a5ba11d8860ea464f39e833e
    idv 142: I0003d53074db11d7b5dbefdbeac7aa0d
    idv 143: I0003d560728f11d7a5a58ae19b0bc350
    idv 144: I0003d5c072d911d792e6e58f3e66f41c
    idv 145: I0003ec20723111d78347daa8ede63acd
    idv 146: I0003f2b0725e11d787c8f80b08d85a21
    idv 147: I0003f54072b711d792e6e58f3e66f41c
    idv 148: I0003f8b0a5ba11d8860ea464f39e833e
    idv 149: I0003fa50742d11d79b9bc4eeac1c0b2d
    idv 150: I0003feb071da11d7a07084608af77b15
    idv 151: I000405d0160911d88becacb69499ad1d
    idv 152: I00040950060411d88297fc19561b6a07
    idv 153: I00040ed0721311d7a5a58ae19b0bc350
    idv 154: I00041660723511d7a07084608af77b15
    idv 155: I00041830746b11d797e5f7f2fcbea176
    idv 156: I00041cc0723d11d7b0409d11d16b6b13
    idv 157: I000420f0723611d7b100a463f186e11d
    idv 158: I000426c071cf11d7880af2b8a7a150bc
    idv 159: I00043970726111d7ba84e3942a4b620d
    idv 160: I00043af0c41a11d7858789f8f41f469f
    idv 161: I0004401071ca11d7b100a463f186e11d
    idv 162: I000452c0725c11d7bffff83f52289667
    idv 163: I000462d08bc311d7bb8d85f0ac71b1f3
    idv 164: I00047040725011d7ab54daa4035d65fa
    idv 165: I000470a0729a11d7b100a463f186e11d
    idv 166: I0004773072c711d78ef88cd3014a7f23
    idv 167: I0004794071ed11d7ab54daa4035d65fa
    idv 168: I00048290729811d78347daa8ede63acd
    idv 169: I00049af071da11d7b100a463f186e11d
    idv 170: I0004b040720111d7880af2b8a7a150bc
    idv 171: I0004b4a0721f11d78ef88cd3014a7f23
    idv 172: I0004b9702b4f11d8a0409604c12e4f92
    idv 173: I0004bb7071ad11d7a5a58ae19b0bc350
    idv 174: I0004c3c0726311d78ef88cd3014a7f23
    idv 175: I0004cb90745711d7a658bf569bf0de0b
    idv 176: I0004d490067011d8b893f65b4e54826b
    idv 177: I0004d780749711d79ccbd455e2fa80ef
    idv 178: I0004dc10726911d78347daa8ede63acd
    idv 179: I0004de70729d11d7ba84e3942a4b620d
    idv 180: I0004e040726211d7b0409d11d16b6b13
    idv 181: I0004e71071f011d7b100a463f186e11d
    idv 182: I0004ed70746911d79a8ab5f5a94ee96e
    idv 183: I0004ef7071e211d78bcee6281d031f02
    idv 184: I0004f09072c011d792e6e58f3e66f41c
    idv 185: I0004f0a071fc11d792e6e58f3e66f41c
    idv 186: I0004f240879511d79cf082a8a526bdf9
    idv 187: I0004f3a0744c11d7b433bc7aed88dbc8
    idv 188: I0004f490729411d7bffff83f52289667
    idv 189: I0004fb90724711d7a07084608af77b15
    idv 190: I00050b20721111d7b0409d11d16b6b13
    idv 191: I00050e2071f011d78bcee6281d031f02
    idv 192: I00050e20746111d79b9bc4eeac1c0b2d
    idv 193: I00051380747411d7afb9df8873fee31a
    idv 194: I000518a072b511d78347daa8ede63acd
    idv 195: I000518e0721611d78ef88cd3014a7f23
    idv 196: I00052800725a11d7ba84e3942a4b620d
    idv 197: I00052f00720d11d7947cc0bc28d0837a
    idv 198: I00053200745d11d79a8ab5f5a94ee96e
    idv 199: I00053e90268111d886bdfb192a64ac56
    idv 200: I00054420859711d79001d96d270a074a
    idv 201: I000546f071c911d792e6e58f3e66f41c
    idv 202: I000562c072e111d7ab54daa4035d65fa
    idv 203: I00056d109f7311d7b07dff332e990446
    idv 204: I00056d30746a11d797e5f7f2fcbea176
    idv 205: I00056f30745411d79c33f30f55d9158b
    idv 206: I00057820724411d7b100a463f186e11d
    idv 207: I00057980728311d7a07084608af77b15
    idv 208: I000580e0728011d7ab54daa4035d65fa
    idv 209: I00058271efc011d897339e11b9afd716
    idv 210: I00058d7074dc11d7b371e3b03459763a
    idv 211: I0005944071f911d7947cc0bc28d0837a
    idv 212: I00059910879611d7b396e0d633b35241
    idv 213: I00059ca071eb11d7ab54daa4035d65fa
    idv 214: I00059fd0746011d7b433bc7aed88dbc8
    idv 215: I0005a981efc011d897339e11b9afd716
    idv 216: I0005aaa0eb6311d7b52ae3604baa5d0f
    idv 217: I0005ad60744011d7a94bace56a9eba1c
    idv 218: I0005ae20726311d792e6e58f3e66f41c
    idv 219: I0005b9f071ba11d7b100a463f186e11d
    idv 220: I0005bc001e3711d891fbd2c50ca57005
    idv 221: I0005c8b071b411d7a07084608af77b15
    idv 222: I0005dc2072da11d78bcee6281d031f02
    idv 223: I0005f7a4efc011d897339e11b9afd716
    idv 224: I0005f9e0722f11d796fabc35f7796f7a
    idv 225: I0006073072ae11d7a07084608af77b15
    idv 226: I00061530133611d8aac7dbcabbf65311
    idv 227: I000627f071e211d7a07084608af77b15
    idv 228: I00062d80721a11d7947cc0bc28d0837a
    idv 229: I000633a072c111d7a5a58ae19b0bc350
    idv 230: I000635b0745811d789fed0d41f30a68d
    idv 231: I00063b3072e311d78347daa8ede63acd
    idv 232: I00063bd0728e11d78bcee6281d031f02
    idv 233: I00063e4071fe11d78bcee6281d031f02
    idv 234: I000643d0723611d78ef88cd3014a7f23
    idv 235: I00064b5000b611d88508fb717bde6c05
    idv 236: I00065a80729c11d7a5a58ae19b0bc350
    idv 237: I00066a5071c711d7b0409d11d16b6b13
    idv 238: I00066d50741711d79b9bc4eeac1c0b2d
    idv 239: I000672e071de11d78bcee6281d031f02
    idv 240: I000676e071b211d7880af2b8a7a150bc
    idv 241: I00067a70747111d7a94bace56a9eba1c
    idv 242: I00068860722a11d7ab54daa4035d65fa
    idv 243: I0006a450742b11d7abd288e162f1ee6f
    idv 244: I0006ba7071b111d7bffff83f52289667
    idv 245: I0006c930a76111d78cb8000874f30b44
    idv 246: I0006da10923511d78b148831b06d9b3e
    idv 247: I0006dc10726211d7a5a58ae19b0bc350
    idv 248: I0006e6a0726311d7ab54daa4035d65fa
    idv 249: I0006ef70744c11d79d2ef02eee90521e
    idv 250: I0006f070744111d7abd288e162f1ee6f
    idv 251: I0006fa0071dc11d7b100a463f186e11d
    idv 252: I0006fc60859811d78984a55bb4517c0f
    idv 253: I000708d7044011da9439b076ef9ec4de
    idv 254: I00071b70726811d7a5a58ae19b0bc350
    idv 255: I00071f40748811d79ccbd455e2fa80ef
    idv 256: I00072210f0c511d78788db544ffe8b12
    idv 257: I00072600726911d7bffff83f52289667
    idv 258: I00073890748311d7afb9df8873fee31a
    idv 259: I000746a0d4cd11d79c5ab0511e0c5824
    idv 260: I00077420726911d7947cc0bc28d0837a
    idv 261: I000775b072cd11d787c8f80b08d85a21
    idv 262: I0007802071e511d78bcee6281d031f02
    idv 263: I0007974071d111d7a5a58ae19b0bc350
    idv 264: I0007a8c0724911d796fabc35f7796f7a
    idv 265: I0007aa30743511d7aea3a34f2eb4052a
    idv 266: I0007b280727a11d7b0409d11d16b6b13
    idv 267: I0007b3f0746611d79ccbd455e2fa80ef
    idv 268: I0007b520748011d7afb9df8873fee31a
    idv 269: I0007bf10726511d78ef88cd3014a7f23
    idv 270: I0007cd1071cb11d7b0409d11d16b6b13
    idv 271: I0007d000726e11d7b0409d11d16b6b13
    idv 272: I0007d29833ff11d986b0aa9c82c164c0
    idv 273: I0007d34071ae11d7947cc0bc28d0837a
    idv 274: I0007d730724611d78347daa8ede63acd
    idv 275: I0007de3071f911d7ba84e3942a4b620d
    idv 276: I0007e13071d811d796fabc35f7796f7a
    idv 277: I0007e850727411d78bcee6281d031f02
    idv 278: I0007f1f0742d11d79a8ab5f5a94ee96e
    idv 279: I0007f54072a911d78347daa8ede63acd
    idv 280: I0007f620154811d8b8fd999a64bcc6ae
    idv 281: I00080dd0721011d7bffff83f52289667
    idv 282: I000812a071b411d7a5a58ae19b0bc350
    idv 283: I00081af0726a11d7b100a463f186e11d
    idv 284: I00082b20745011d7a658bf569bf0de0b
    idv 285: I00084300725f11d7ba84e3942a4b620d
    idv 286: I0008449072c311d78ef88cd3014a7f23
    idv 287: I000861b0726d11d7a5a58ae19b0bc350
    idv 288: I0008644072c611d7b0409d11d16b6b13
    idv 289: I000864b0724c11d78347daa8ede63acd
    idv 290: I00087d7071d811d7b0409d11d16b6b13
    idv 291: I00087d70744911d7afb9df8873fee31a
    idv 292: I000886f072a811d787c8f80b08d85a21
    idv 293: I00088cf0726611d792e6e58f3e66f41c
    idv 294: I00088e90747711d7a94bace56a9eba1c
    idv 295: I000890b072d911d787c8f80b08d85a21
    idv 296: I000896f071f811d78347daa8ede63acd
    idv 297: I0008a3a072cc11d7a5a58ae19b0bc350
    idv 298: I0008ad1071ef11d7947cc0bc28d0837a
    idv 299: I0008b170747e11d79ccbd455e2fa80ef
    idv 300: I0008b26072c611d7ba84e3942a4b620d
    select * from case where case_uuid in (?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)
    binding variables
    bc 1 : I00000670722f11d7bffff83f52289667
    bc 2 : I000010a071e611d7ba84e3942a4b620d
    bc 3 : I0000192072c111d7b100a463f186e11d
    bc 4 : I00001b90723111d7ab54daa4035d65fa
    bc 5 : I00002020727411d7a07084608af77b15
    bc 6 : I000029b0728011d792e6e58f3e66f41c
    bc 7 : I00002c80723a11d787c8f80b08d85a21
    bc 8 : I00003f10745411d79b9bc4eeac1c0b2d
    bc 9 : I000048d0721411d796fabc35f7796f7a
    bc 10 : I000067e0726c11d7b100a463f186e11d
    bc 11 : I0000796072e411d7b100a463f186e11d
    bc 12 : I000079c005aa11d8a85fe39410e0ab6f
    bc 13 : I000079e0741711d7aea3a34f2eb4052a
    bc 14 : I000085e0a1f611d7af65eaafd5dac9b5
    bc 15 : I000088c0728911d7a07084608af77b15
    bc 16 : I00008b0071d411d7880af2b8a7a150bc
    bc 17 : I00008f90721711d787c8f80b08d85a21
    bc 18 : I00009950724811d78ef88cd3014a7f23
    bc 19 : I00009a1072dc11d7ba84e3942a4b620d
    bc 20 : I0000a7a072bc11d7bffff83f52289667
    bc 21 : I0000ace071e611d78ef88cd3014a7f23
    bc 22 : I0000c0a0741a11d7ab5cff2fe4340d11
    bc 23 : I0000c40071d211d796fabc35f7796f7a
    bc 24 : I0000cc50728811d796fabc35f7796f7a
    bc 25 : I0000d250724611d7b100a463f186e11d
    bc 26 : I0000d94072bd11d78ef88cd3014a7f23
    bc 27 : I0000e7b0741a11d7b44cec793782d444
    bc 28 : I0000f1a071ff11d787c8f80b08d85a21
    bc 29 : I0000f4a071de11d7a5a58ae19b0bc350
    bc 30 : I0000fbc0727a11d78347daa8ede63acd
    bc 31 : I0000fcf0729411d787c8f80b08d85a21
    bc 32 : I0000ff5072c811d7a07084608af77b15
    bc 33 : I00010090721e11d7bffff83f52289667
    bc 34 : I00010390746e11d79ccbd455e2fa80ef
    bc 35 : I000112b0724111d7bffff83f52289667
    bc 36 : I00011940726e11d7b100a463f186e11d
    bc 37 : I00011ca0729711d78ef88cd3014a7f23
    bc 38 : I00012500728911d787c8f80b08d85a21
    bc 39 : I00012770746a11d79c33f30f55d9158b
    bc 40 : I0001297071e311d78347daa8ede63acd
    bc 41 : I00012a4071b311d7880af2b8a7a150bc
    bc 42 : I00012e7071ac11d7a5a58ae19b0bc350
    bc 43 : I000131c0729911d7a07084608af77b15
    bc 44 : I00013d90746111d7abd288e162f1ee6f
    bc 45 : I000147f0743d11d79a8ab5f5a94ee96e
    bc 46 : I00014850721611d7b100a463f186e11d
    bc 47 : I000148b0726011d78bcee6281d031f02
    bc 48 : I00014d2071ba11d7a5a58ae19b0bc350
    bc 49 : I0001593072e311d7ab54daa4035d65fa
    bc 50 : I00015d70721811d7880af2b8a7a150bc
    bc 51 : I000162a0720611d792e6e58f3e66f41c
    bc 52 : I00016340154411d894849fe41a758d3e
    bc 53 : I00016a90727211d7b0409d11d16b6b13
    bc 54 : I0001713071db11d796fabc35f7796f7a
    bc 55 : I00017de072af11d787c8f80b08d85a21
    bc 56 : I000183c0ff1e11d79d93859d09cad35e
    bc 57 : I00018680720211d7a07084608af77b15
    bc 58 : I00018fe071e911d7bffff83f52289667
    bc 59 : I000190b0154c11d8a6f0ebf54ed20c72
    bc 60 : I0001921071f811d792e6e58f3e66f41c
    bc 61 : I0001943072cb11d796fabc35f7796f7a
    bc 62 : I00019500729b11d796fabc35f7796f7a
    bc 63 : I0001a1d0745811d79ccbd455e2fa80ef
    bc 64 : I0001a3d071d111d7947cc0bc28d0837a
    bc 65 : I0001a8e042cc11d8bfb1c5b53ee7b122
    bc 66 : I0001aa0071b411d78bcee6281d031f02
    bc 67 : I0001c940b1ab11d7ad3ab23fa36e24eb
    bc 68 : I0001dc60724911d78ef88cd3014a7f23
    bc 69 : I0001f050723111d792e6e58f3e66f41c
    bc 70 : I0001f080725611d7ab54daa4035d65fa
    bc 71 : I0001f980746411d7a94bace56a9eba1c
    bc 72 : I0001fa10726211d78ef88cd3014a7f23
    bc 73 : I0001fe70728011d78347daa8ede63acd
    bc 74 : I0001ffe071fb11d7b0409d11d16b6b13
    bc 75 : I0002010072d911d78bcee6281d031f02
    bc 76 : I0002084071ed11d7a07084608af77b15
    bc 77 : I000220f0723d11d7b100a463f186e11d
    bc 78 : I00022c4072d211d7a5a58ae19b0bc350
    bc 79 : I00022cf0154c11d89b2cb73750577cdc
    bc 80 : I00022f4072b111d7b100a463f186e11d
    bc 81 : I00023550a76111d79a3e000874f30b44
    bc 82 : I00024ad0746811d79a8ab5f5a94ee96e
    bc 83 : I00024b02a5ba11d8860ea464f39e833e
    bc 84 : I00025ef0720411d7ba84e3942a4b620d
    bc 85 : I00026d40727811d7ab54daa4035d65fa
    bc 86 : I00026d80a2ad11d79bff000874f30b44
    bc 87 : I00027080742911d79d2ef02eee90521e
    bc 88 : I0002721aa5ba11d8860ea464f39e833e
    bc 89 : I00027280741311d7b44cec793782d444
    bc 90 : I00028050147611d895d6f30359ceb780
    bc 91 : I000286c0729811d7947cc0bc28d0837a
    bc 92 : I00028830721311d78347daa8ede63acd
    bc 93 : I00029920a5ba11d8860ea464f39e833e
    bc 94 : I0002a0b0723e11d7a5a58ae19b0bc350
    bc 95 : I0002a3a072e111d7a07084608af77b15
    bc 96 : I0002a48071ed11d787c8f80b08d85a21
    bc 97 : I0002a940725511d78bcee6281d031f02
    bc 98 : I0002b8c072e311d7a07084608af77b15
    bc 99 : I0002ba00723911d7b100a463f186e11d
    bc 100 : I0002c034a5ba11d8860ea464f39e833e
    bc 101 : I0002c2f0729a11d792e6e58f3e66f41c
    bc 102 : I0002c2f0729a11d7ab54daa4035d65fa
    bc 103 : I0002c4f0728411d7a07084608af77b15
    bc 104 : I0002cf9071c111d787c8f80b08d85a21
    bc 105 : I0002dfe0721f11d7b0409d11d16b6b13
    bc 106 : I0002e8a0725b11d7ba84e3942a4b620d
    bc 107 : I0002f5a0743d11d797e5f7f2fcbea176
    bc 108 : I0002fd2072b211d7ab54daa4035d65fa
    bc 109 : I0003003071cd11d796fabc35f7796f7a
    bc 110 : I00030a8074de11d79453d3af27410a27
    bc 111 : I00030b1072dc11d78347daa8ede63acd
    bc 112 : I000318e0721d11d7880af2b8a7a150bc
    bc 113 : I00032630729c11d7b100a463f186e11d
    bc 114 : I00032e60726911d7ba84e3942a4b620d
    bc 115 : I00033230721811d796fabc35f7796f7a
    bc 116 : I00033600743811d7a658bf569bf0de0b
    bc 117 : I00033730745211d79d2ef02eee90521e
    bc 118 : I000341f0f36c11d7993aa96b44857ca1
    bc 119 : I00034270b79611d7817fb05730618d2c
    bc 120 : I0003429071b211d7b0409d11d16b6b13
    bc 121 : I00034e80746311d7afb9df8873fee31a
    bc 122 : I0003507072a011d7ba84e3942a4b620d
    bc 123 : I00035f40744711d79d2ef02eee90521e
    bc 124 : I00037420727711d7b100a463f186e11d
    bc 125 : I00037d20721411d7ba84e3942a4b620d
    bc 126 : I00037dc0743011d79d2ef02eee90521e
    bc 127 : I00038970729e11d7ba84e3942a4b620d
    bc 128 : I00038ab071f411d7b100a463f186e11d
    bc 129 : I0003921071f111d7a5a58ae19b0bc350
    bc 130 : I0003a860720d11d78347daa8ede63acd
    bc 131 : I0003aa5072bb11d7ab54daa4035d65fa
    bc 132 : I0003aa99a5ba11d8860ea464f39e833e
    bc 133 : I0003ac5072a511d7a5a58ae19b0bc350
    bc 134 : I0003b720747811d79ccbd455e2fa80ef
    bc 135 : I0003b7b0727611d787c8f80b08d85a21
    bc 136 : I0003bb10729f11d78ef88cd3014a7f23
    bc 137 : I0003c5d072c511d7a5a58ae19b0bc350
    bc 138 : I0003d19072e011d78347daa8ede63acd
    bc 139 : I0003d1a4a5ba11d8860ea464f39e833e
    bc 140 : I0003d1a6a5ba11d8860ea464f39e833e
    bc 141 : I0003d1a8a5ba11d8860ea464f39e833e
    bc 142 : I0003d53074db11d7b5dbefdbeac7aa0d
    bc 143 : I0003d560728f11d7a5a58ae19b0bc350
    bc 144 : I0003d5c072d911d792e6e58f3e66f41c
    bc 145 : I0003ec20723111d78347daa8ede63acd
    bc 146 : I0003f2b0725e11d787c8f80b08d85a21
    bc 147 : I0003f54072b711d792e6e58f3e66f41c
    bc 148 : I0003f8b0a5ba11d8860ea464f39e833e
    bc 149 : I0003fa50742d11d79b9bc4eeac1c0b2d
    bc 150 : I0003feb071da11d7a07084608af77b15
    bc 151 : I000405d0160911d88becacb69499ad1d
    bc 152 : I00040950060411d88297fc19561b6a07
    bc 153 : I00040ed0721311d7a5a58ae19b0bc350
    bc 154 : I00041660723511d7a07084608af77b15
    bc 155 : I00041830746b11d797e5f7f2fcbea176
    bc 156 : I00041cc0723d11d7b0409d11d16b6b13
    bc 157 : I000420f0723611d7b100a463f186e11d
    bc 158 : I000426c071cf11d7880af2b8a7a150bc
    bc 159 : I00043970726111d7ba84e3942a4b620d
    bc 160 : I00043af0c41a11d7858789f8f41f469f
    bc 161 : I0004401071ca11d7b100a463f186e11d
    bc 162 : I000452c0725c11d7bffff83f52289667
    bc 163 : I000462d08bc311d7bb8d85f0ac71b1f3
    bc 164 : I00047040725011d7ab54daa4035d65fa
    bc 165 : I000470a0729a11d7b100a463f186e11d
    bc 166 : I0004773072c711d78ef88cd3014a7f23
    bc 167 : I0004794071ed11d7ab54daa4035d65fa
    bc 168 : I00048290729811d78347daa8ede63acd
    bc 169 : I00049af071da11d7b100a463f186e11d
    bc 170 : I0004b040720111d7880af2b8a7a150bc
    bc 171 : I0004b4a0721f11d78ef88cd3014a7f23
    bc 172 : I0004b9702b4f11d8a0409604c12e4f92
    bc 173 : I0004bb7071ad11d7a5a58ae19b0bc350
    bc 174 : I0004c3c0726311d78ef88cd3014a7f23
    bc 175 : I0004cb90745711d7a658bf569bf0de0b
    bc 176 : I0004d490067011d8b893f65b4e54826b
    bc 177 : I0004d780749711d79ccbd455e2fa80ef
    bc 178 : I0004dc10726911d78347daa8ede63acd
    bc 179 : I0004de70729d11d7ba84e3942a4b620d
    bc 180 : I0004e040726211d7b0409d11d16b6b13
    bc 181 : I0004e71071f011d7b100a463f186e11d
    bc 182 : I0004ed70746911d79a8ab5f5a94ee96e
    bc 183 : I0004ef7071e211d78bcee6281d031f02
    bc 184 : I0004f09072c011d792e6e58f3e66f41c
    bc 185 : I0004f0a071fc11d792e6e58f3e66f41c
    bc 186 : I0004f240879511d79cf082a8a526bdf9
    bc 187 : I0004f3a0744c11d7b433bc7aed88dbc8
    bc 188 : I0004f490729411d7bffff83f52289667
    bc 189 : I0004fb90724711d7a07084608af77b15
    bc 190 : I00050b20721111d7b0409d11d16b6b13
    bc 191 : I00050e2071f011d78bcee6281d031f02
    bc 192 : I00050e20746111d79b9bc4eeac1c0b2d
    bc 193 : I00051380747411d7afb9df8873fee31a
    bc 194 : I000518a072b511d78347daa8ede63acd
    bc 195 : I000518e0721611d78ef88cd3014a7f23
    bc 196 : I00052800725a11d7ba84e3942a4b620d
    bc 197 : I00052f00720d11d7947cc0bc28d0837a
    bc 198 : I00053200745d11d79a8ab5f5a94ee96e
    bc 199 : I00053e90268111d886bdfb192a64ac56
    bc 200 : I00054420859711d79001d96d270a074a
    bc 201 : I000546f071c911d792e6e58f3e66f41c
    bc 202 : I000562c072e111d7ab54daa4035d65fa
    bc 203 : I00056d109f7311d7b07dff332e990446
    bc 204 : I00056d30746a11d797e5f7f2fcbea176
    bc 205 : I00056f30745411d79c33f30f55d9158b
    bc 206 : I00057820724411d7b100a463f186e11d
    bc 207 : I00057980728311d7a07084608af77b15
    bc 208 : I000580e0728011d7ab54daa4035d65fa
    bc 209 : I00058271efc011d897339e11b9afd716
    bc 210 : I00058d7074dc11d7b371e3b03459763a
    bc 211 : I0005944071f911d7947cc0bc28d0837a
    bc 212 : I00059910879611d7b396e0d633b35241
    bc 213 : I00059ca071eb11d7ab54daa4035d65fa
    bc 214 : I00059fd0746011d7b433bc7aed88dbc8
    bc 215 : I0005a981efc011d897339e11b9afd716
    bc 216 : I0005aaa0eb6311d7b52ae3604baa5d0f
    bc 217 : I0005ad60744011d7a94bace56a9eba1c
    bc 218 : I0005ae20726311d792e6e58f3e66f41c
    bc 219 : I0005b9f071ba11d7b100a463f186e11d
    bc 220 : I0005bc001e3711d891fbd2c50ca57005
    bc 221 : I0005c8b071b411d7a07084608af77b15
    bc 222 : I0005dc2072da11d78bcee6281d031f02
    bc 223 : I0005f7a4efc011d897339e11b9afd716
    bc 224 : I0005f9e0722f11d796fabc35f7796f7a
    bc 225 : I0006073072ae11d7a07084608af77b15
    bc 226 : I00061530133611d8aac7dbcabbf65311
    bc 227 : I000627f071e211d7a07084608af77b15
    bc 228 : I00062d80721a11d7947cc0bc28d0837a
    bc 229 : I000633a072c111d7a5a58ae19b0bc350
    bc 230 : I000635b0745811d789fed0d41f30a68d
    bc 231 : I00063b3072e311d78347daa8ede63acd
    bc 232 : I00063bd0728e11d78bcee6281d031f02
    bc 233 : I00063e4071fe11d78bcee6281d031f02
    bc 234 : I000643d0723611d78ef88cd3014a7f23
    bc 235 : I00064b5000b611d88508fb717bde6c05
    bc 236 : I00065a80729c11d7a5a58ae19b0bc350
    bc 237 : I00066a5071c711d7b0409d11d16b6b13
    bc 238 : I00066d50741711d79b9bc4eeac1c0b2d
    bc 239 : I000672e071de11d78bcee6281d031f02
    bc 240 : I000676e071b211d7880af2b8a7a150bc
    bc 241 : I00067a70747111d7a94bace56a9eba1c
    bc 242 : I00068860722a11d7ab54daa4035d65fa
    bc 243 : I0006a450742b11d7abd288e162f1ee6f
    bc 244 : I0006ba7071b111d7bffff83f52289667
    bc 245 : I0006c930a76111d78cb8000874f30b44
    bc 246 : I0006da10923511d78b148831b06d9b3e
    bc 247 : I0006dc10726211d7a5a58ae19b0bc350
    bc 248 : I0006e6a0726311d7ab54daa4035d65fa
    bc 249 : I0006ef70744c11d79d2ef02eee90521e
    bc 250 : I0006f070744111d7abd288e162f1ee6f
    bc 251 : I0006fa0071dc11d7b100a463f186e11d
    bc 252 : I0006fc60859811d78984a55bb4517c0f
    bc 253 : I000708d7044011da9439b076ef9ec4de
    bc 254 : I00071b70726811d7a5a58ae19b0bc350
    bc 255 : I00071f40748811d79ccbd455e2fa80ef
    bc 256 : I00072210f0c511d78788db544ffe8b12
    bc 257 : I00072600726911d7bffff83f52289667
    bc 258 : I00073890748311d7afb9df8873fee31a
    bc 259 : I000746a0d4cd11d79c5ab0511e0c5824
    bc 260 : I00077420726911d7947cc0bc28d0837a
    bc 261 : I000775b072cd11d787c8f80b08d85a21
    bc 262 : I0007802071e511d78bcee6281d031f02
    bc 263 : I0007974071d111d7a5a58ae19b0bc350
    bc 264 : I0007a8c0724911d796fabc35f7796f7a
    bc 265 : I0007aa30743511d7aea3a34f2eb4052a
    bc 266 : I0007b280727a11d7b0409d11d16b6b13
    bc 267 : I0007b3f0746611d79ccbd455e2fa80ef
    bc 268 : I0007b520748011d7afb9df8873fee31a
    bc 269 : I0007bf10726511d78ef88cd3014a7f23
    bc 270 : I0007cd1071cb11d7b0409d11d16b6b13
    bc 271 : I0007d000726e11d7b0409d11d16b6b13
    bc 272 : I0007d29833ff11d986b0aa9c82c164c0
    bc 273 : I0007d34071ae11d7947cc0bc28d0837a
    bc 274 : I0007d730724611d78347daa8ede63acd
    bc 275 : I0007de3071f911d7ba84e3942a4b620d
    bc 276 : I0007e13071d811d796fabc35f7796f7a
    bc 277 : I0007e850727411d78bcee6281d031f02
    bc 278 : I0007f1f0742d11d79a8ab5f5a94ee96e
    bc 279 : I0007f54072a911d78347daa8ede63acd
    bc 280 : I0007f620154811d8b8fd999a64bcc6ae
    bc 281 : I00080dd0721011d7bffff83f52289667
    bc 282 : I000812a071b411d7a5a58ae19b0bc350
    bc 283 : I00081af0726a11d7b100a463f186e11d
    bc 284 : I00082b20745011d7a658bf569bf0de0b
    bc 285 : I00084300725f11d7ba84e3942a4b620d
    bc 286 : I0008449072c311d78ef88cd3014a7f23
    bc 287 : I000861b0726d11d7a5a58ae19b0bc350
    bc 288 : I0008644072c611d7b0409d11d16b6b13
    bc 289 : I000864b0724c11d78347daa8ede63acd
    bc 290 : I00087d7071d811d7b0409d11d16b6b13
    bc 291 : I00087d70744911d7afb9df8873fee31a
    bc 292 : I000886f072a811d787c8f80b08d85a21
    bc 293 : I00088cf0726611d792e6e58f3e66f41c
    bc 294 : I00088e90747711d7a94bace56a9eba1c
    bc 295 : I000890b072d911d787c8f80b08d85a21
    bc 296 : I000896f071f811d78347daa8ede63acd
    bc 297 : I0008a3a072cc11d7a5a58ae19b0bc350
    bc 298 : I0008ad1071ef11d7947cc0bc28d0837a
    bc 299 : I0008b170747e11d79ccbd455e2fa80ef
    bc 300 : I0008b26072c611d7ba84e3942a4b620d
    iterating rs
    rs 1: I000147f0743d11d79a8ab5f5a94ee96e
    rs 2: I00014850721611d7b100a463f186e11d
    rs 3: I000148b0726011d78bcee6281d031f02
    rs 4: I00014d2071ba11d7a5a58ae19b0bc350
    rs 5: I0001593072e311d7ab54daa4035d65fa
    rs 6: I00015d70721811d7880af2b8a7a150bc
    rs 7: I000162a0720611d792e6e58f3e66f41c
    rs 8: I00016340154411d894849fe41a758d3e
    rs 9: I00016a90727211d7b0409d11d16b6b13
    rs 10: I0001713071db11d796fabc35f7796f7a
    rs 11: I00017de072af11d787c8f80b08d85a21
    rs 12: I000183c0ff1e11d79d93859d09cad35e
    rs 13: I00018680720211d7a07084608af77b15
    rs 14: I00018fe071e911d7bffff83f52289667
    rs 15: I000190b0154c11d8a6f0ebf54ed20c72
    rs 16: I0001921071f811d792e6e58f3e66f41c
    rs 17: I0001943072cb11d796fabc35f7796f7a
    rs 18: I00019500729b11d796fabc35f7796f7a
    rs 19: I0001a1d0745811d79ccbd455e2fa80ef
    rs 20: I0001a3d071d111d7947cc0bc28d0837a
    rs 21: I0001a8e042cc11d8bfb1c5b53ee7b122
    rs 22: I0001aa0071b411d78bcee6281d031f02
    rs 23: I0001c940b1ab11d7ad3ab23fa36e24eb
    rs 24: I0001dc60724911d78ef88cd3014a7f23
    rs 25: I0001f050723111d792e6e58f3e66f41c
    rs 26: I0001f080725611d7ab54daa4035d65fa
    rs 27: I0001f980746411d7a94bace56a9eba1c
    rs 28: I0001fa10726211d78ef88cd3014a7f23
    rs 29: I0001fe70728011d78347daa8ede63acd
    rs 30: I0001ffe071fb11d7b0409d11d16b6b13
    rs 31: I0002010072d911d78bcee6281d031f02
    rs 32: I0002084071ed11d7a07084608af77b15
    rs 33: I000220f0723d11d7b100a463f186e11d
    rs 34: I00022c4072d211d7a5a58ae19b0bc350
    rs 35: I00022cf0154c11d89b2cb73750577cdc
    rs 36: I00022f4072b111d7b100a463f186e11d
    rs 37: I00023550a76111d79a3e000874f30b44
    rs 38: I00024ad0746811d79a8ab5f5a94ee96e
    rs 39: I00024b02a5ba11d8860ea464f39e833e
    rs 40: I00025ef0720411d7ba84e3942a4b620d
    rs 41: I00026d40727811d7ab54daa4035d65fa
    rs 42: I00026d80a2ad11d79bff000874f30b44
    rs 43: I00027080742911d79d2ef02eee90521e
    rs 44: I0002721aa5ba11d8860ea464f39e833e
    rs 45: I00027280741311d7b44cec793782d444
    rs 46: I00028050147611d895d6f30359ceb780
    rs 47: I000286c0729811d7947cc0bc28d0837a
    rs 48: I00028830721311d78347daa8ede63acd
    rs 49: I00029920a5ba11d8860ea464f39e833e
    rs 50: I0002a0b0723e11d7a5a58ae19b0bc350
    rs 51: I0002a3a072e111d7a07084608af77b15
    rs 52: I0002a48071ed11d787c8f80b08d85a21
    rs 53: I0002a940725511d78bcee6281d031f02
    rs 54: I0002b8c072e311d7a07084608af77b15
    rs 55: I0002ba00723911d7b100a463f186e11d
    rs 56: I0002c034a5ba11d8860ea464f39e833e
    rs 57: I0002c2f0729a11d792e6e58f3e66f41c
    rs 58: I0002c2f0729a11d7ab54daa4035d65fa
    rs 59: I0002c4f0728411d7a07084608af77b15
    rs 60: I0002cf9071c111d787c8f80b08d85a21
    rs 61: I0002dfe0721f11d7b0409d11d16b6b13
    rs 62: I0002e8a0725b11d7ba84e3942a4b620d
    rs 63: I0002f5a0743d11d797e5f7f2fcbea176
    rs 64: I0002fd2072b211d7ab54daa4035d65fa
    rs 65: I0003003071cd11d796fabc35f7796f7a
    rs 66: I00030a8074de11d79453d3af27410a27
    rs 67: I00030b1072dc11d78347daa8ede63acd
    rs 68: I000318e0721d11d7880af2b8a7a150bc
    rs 69: I00032630729c11d7b100a463f186e11d
    rs 70: I00032e60726911d7ba84e3942a4b620d
    rs 71: I00033230721811d796fabc35f7796f7a
    rs 72: I00033600743811d7a658bf569bf0de0b
    rs 73: I00033730745211d79d2ef02eee90521e
    rs 74: I000341f0f36c11d7993aa96b44857ca1
    rs 75: I00034270b79611d7817fb05730618d2c
    rs 76: I0003429071b211d7b0409d11d16b6b13
    rs 77: I00034e80746311d7afb9df8873fee31a
    rs 78: I0003507072a011d7ba84e3942a4b620d
    rs 79: I00035f40744711d79d2ef02eee90521e
    rs 80: I00037420727711d7b100a463f186e11d
    rs 81: I00037d20721411d7ba84e3942a4b620d
    rs 82: I00037dc0743011d79d2ef02eee90521e
    rs 83: I00038970729e11d7ba84e3942a4b620d
    rs 84: I00038ab071f411d7b100a463f186e11d
    rs 85: I0003921071f111d7a5a58ae19b0bc350
    rs 86: I0003a860720d11d78347daa8ede63acd
    rs 87: I0003aa5072bb11d7ab54daa4035d65fa
    rs 88: I0003aa99a5ba11d8860ea464f39e833e
    rs 89: I0003ac5072a511d7a5a58ae19b0bc350
    rs 90: I0003b720747811d79ccbd455e2fa80ef
    rs 91: I0003b7b0727611d787c8f80b08d85a21
    rs 92: I0003bb10729f11d78ef88cd3014a7f23
    rs 93: I0003c5d072c511d7a5a58ae19b0bc350
    rs 94: I0003d19072e011d78347daa8ede63acd
    rs 95: I0003d1a4a5ba11d8860ea464f39e833e
    rs 96: I0003d1a6a5ba11d8860ea464f39e833e
    rs 97: I0003d1a8a5ba11d8860ea464f39e833e
    rs 98: I0003d53074db11d7b5dbefdbeac7aa0d
    rs 99: I0003d560728f11d7a5a58ae19b0bc350
    rs 100: I0003d5c072d911d792e6e58f3e66f41c
    rs 101: I0003ec20723111d78347daa8ede63acd
    rs 102: I0003f2b0725e11d787c8f80b08d85a21
    rs 103: I0003f54072b711d792e6e58f3e66f41c
    rs 104: I0003f8b0a5ba11d8860ea464f39e833e
    rs 105: I0003fa50742d11d79b9bc4eeac1c0b2d
    rs 106: I0003feb071da11d7a07084608af77b15
    rs 107: I000405d0160911d88becacb69499ad1d
    rs 108: I00040950060411d88297fc19561b6a07
    rs 109: I00040ed0721311d7a5a58ae19b0bc350
    rs 110: I00041660723511d7a07084608af77b15
    rs 111: I00041830746b11d797e5f7f2fcbea176
    rs 112: I00041cc0723d11d7b0409d11d16b6b13
    rs 113: I000420f0723611d7b100a463f186e11d
    rs 114: I000426c071cf11d7880af2b8a7a150bc
    rs 115: I00043970726111d7ba84e3942a4b620d
    rs 116: I00043af0c41a11d7858789f8f41f469f
    rs 117: I0004401071ca11d7b100a463f186e11d
    rs 118: I000452c0725c11d7bffff83f52289667
    rs 119: I000462d08bc311d7bb8d85f0ac71b1f3
    rs 120: I00047040725011d7ab54daa4035d65fa
    rs 121: I000470a0729a11d7b100a463f186e11d
    rs 122: I0004773072c711d78ef88cd3014a7f23
    rs 123: I0004794071ed11d7ab54daa4035d65fa
    rs 124: I00048290729811d78347daa8ede63acd
    rs 125: I00049af071da11d7b100a463f186e11d
    rs 126: I0004b040720111d7880af2b8a7a150bc
    rs 127: I0004b4a0721f11d78ef88cd3014a7f23
    rs 128: I0004b9702b4f11d8a0409604c12e4f92
    rs 129: I0004bb7071ad11d7a5a58ae19b0bc350
    rs 130: I0004c3c0726311d78ef88cd3014a7f23
    rs 131: I0004cb90745711d7a658bf569bf0de0b
    rs 132: I0004d490067011d8b893f65b4e54826b
    rs 133: I0004d780749711d79ccbd455e2fa80ef
    rs 134: I0004dc10726911d78347daa8ede63acd
    rs 135: I0004de70729d11d7ba84e3942a4b620d
    rs 136: I0004e040726211d7b0409d11d16b6b13
    rs 137: I0004e71071f011d7b100a463f186e11d
    rs 138: I0004ed70746911d79a8ab5f5a94ee96e
    rs 139: I0004ef7071e211d78bcee6281d031f02
    rs 140: I0004f09072c011d792e6e58f3e66f41c
    rs 141: I0004f0a071fc11d792e6e58f3e66f41c
    rs 142: I0004f240879511d79cf082a8a526bdf9
    rs 143: I0004f3a0744c11d7b433bc7aed88dbc8
    rs 144: I0004f490729411d7bffff83f52289667
    rs 145: I0004fb90724711d7a07084608af77b15
    rs 146: I00050b20721111d7b0409d11d16b6b13
    rs 147: I00050e2071f011d78bcee6281d031f02
    rs 148: I00050e20746111d79b9bc4eeac1c0b2d
    rs 149: I00051380747411d7afb9df8873fee31a
    rs 150: I000518a072b511d78347daa8ede63acd
    rs 151: I000518e0721611d78ef88cd3014a7f23
    rs 152: I00052800725a11d7ba84e3942a4b620d
    rs 153: I00052f00720d11d7947cc0bc28d0837a
    rs 154: I00053200745d11d79a8ab5f5a94ee96e
    rs 155: I00053e90268111d886bdfb192a64ac56
    rs 156: I00054420859711d79001d96d270a074a
    rs 157: I000546f071c911d792e6e58f3e66f41c
    rs 158: I000562c072e111d7ab54daa4035d65fa
    rs 159: I00056d109f7311d7b07dff332e990446
    rs 160: I00056d30746a11d797e5f7f2fcbea176
    rs 161: I00056f30745411d79c33f30f55d9158b
    rs 162: I00057820724411d7b100a463f186e11d
    rs 163: I00057980728311d7a07084608af77b15
    rs 164: I000580e0728011d7ab54daa4035d65fa
    rs 165: I00058271efc011d897339e11b9afd716
    rs 166: I00058d7074dc11d7b371e3b03459763a
    rs 167: I0005944071f911d7947cc0bc28d0837a
    rs 168: I00059910879611d7b396e0d633b35241
    rs 169: I00059ca071eb11d7ab54daa4035d65fa
    rs 170: I00059fd0746011d7b433bc7aed88dbc8
    rs 171: I0005a981efc011d897339e11b9afd716
    rs 172: I0005aaa0eb6311d7b52ae3604baa5d0f
    rs 173: I0005ad60744011d7a94bace56a9eba1c
    rs 174: I0005ae20726311d792e6e58f3e66f41c
    rs 175: I0005b9f071ba11d7b100a463f186e11d
    rs 176: I0005bc001e3711d891fbd2c50ca57005
    rs 177: I0005c8b071b411d7a07084608af77b15
    rs 178: I0005dc2072da11d78bcee6281d031f02
    rs 179: I0005f7a4efc011d897339e11b9afd716
    rs 180: I0005f9e0722f11d796fabc35f7796f7a
    rs 181: I0006073072ae11d7a07084608af77b15
    rs 182: I00061530133611d8aac7dbcabbf65311
    rs 183: I000627f071e211d7a07084608af77b15
    rs 184: I00062d80721a11d7947cc0bc28d0837a
    rs 185: I000633a072c111d7a5a58ae19b0bc350
    rs 186: I000635b0745811d789fed0d41f30a68d
    rs 187: I00063b3072e311d78347daa8ede63acd
    rs 188: I00063bd0728e11d78bcee6281d031f02
    rs 189: I00063e4071fe11d78bcee6281d031f02
    rs 190: I000643d0723611d78ef88cd3014a7f23
    rs 191: I00064b5000b611d88508fb717bde6c05
    rs 192: I00065a80729c11d7a5a58ae19b0bc350
    rs 193: I00066a5071c711d7b0409d11d16b6b13
    rs 194: I00066d50741711d79b9bc4eeac1c0b2d
    rs 195: I000672e071de11d78bcee6281d031f02
    rs 196: I000676e071b211d7880af2b8a7a150bc
    rs 197: I00067a70747111d7a94bace56a9eba1c
    rs 198: I00068860722a11d7ab54daa4035d65fa
    rs 199: I0006a450742b11d7abd288e162f1ee6f
    rs 200: I0006ba7071b111d7bffff83f52289667
    rs 201: I0006c930a76111d78cb8000874f30b44
    rs 202: I0006da10923511d78b148831b06d9b3e
    rs 203: I0006dc10726211d7a5a58ae19b0bc350
    rs 204: I0006e6a0726311d7ab54daa4035d65fa
    rs 205: I0006ef70744c11d79d2ef02eee90521e
    rs 206: I0006f070744111d7abd288e162f1ee6f
    rs 207: I0006fa0071dc11d7b100a463f186e11d
    rs 208: I0006fc60859811d78984a55bb4517c0f
    rs 209: I000708d7044011da9439b076ef9ec4de
    rs 210: I00071b70726811d7a5a58ae19b0bc350
    rs 211: I00071f40748811d79ccbd455e2fa80ef
    rs 212: I00072210f0c511d78788db544ffe8b12
    rs 213: I00072600726911d7bffff83f52289667
    rs 214: I00073890748311d7afb9df8873fee31a
    rs 215: I000746a0d4cd11d79c5ab0511e0c5824
    rs 216: I00077420726911d7947cc0bc28d0837a
    rs 217: I000775b072cd11d787c8f80b08d85a21
    rs 218: I0007802071e511d78bcee6281d031f02
    rs 219: I0007974071d111d7a5a58ae19b0bc350
    rs 220: I0007a8c0724911d796fabc35f7796f7a
    rs 221: I0007aa30743511d7aea3a34f2eb4052a
    rs 222: I0007b280727a11d7b0409d11d16b6b13
    rs 223: I0007b3f0746611d79ccbd455e2fa80ef
    rs 224: I0007b520748011d7afb9df8873fee31a
    rs 225: I0007bf10726511d78ef88cd3014a7f23
    rs 226: I0007cd1071cb11d7b0409d11d16b6b13
    rs 227: I0007d000726e11d7b0409d11d16b6b13
    rs 228: I0007d29833ff11d986b0aa9c82c164c0
    rs 229: I0007d34071ae11d7947cc0bc28d0837a
    rs 230: I0007d730724611d78347daa8ede63acd
    rs 231: I0007de3071f911d7ba84e3942a4b620d
    rs 232: I0007e13071d811d796fabc35f7796f7a
    rs 233: I0007e850727411d78bcee6281d031f02
    rs 234: I0007f1f0742d11d79a8ab5f5a94ee96e
    rs 235: I0007f54072a911d78347daa8ede63acd
    rs 236: I0007f620154811d8b8fd999a64bcc6ae
    rs 237: I00080dd0721011d7bffff83f52289667
    rs 238: I000812a071b411d7a5a58ae19b0bc350
    rs 239: I00081af0726a11d7b100a463f186e11d
    rs 240: I00082b20745011d7a658bf569bf0de0b
    rs 241: I00084300725f11d7ba84e3942a4b620d
    rs 242: I0008449072c311d78ef88cd3014a7f23
    rs 243: I000861b0726d11d7a5a58ae19b0bc350
    rs 244: I0008644072c611d7b0409d11d16b6b13
    rs 245: I000864b0724c11d78347daa8ede63acd
    rs 246: I00087d7071d811d7b0409d11d16b6b13
    rs 247: I00087d70744911d7afb9df8873fee31a
    rs 248: I000886f072a811d787c8f80b08d85a21
    rs 249: I00088cf0726611d792e6e58f3e66f41c
    rs 250: I00088e90747711d7a94bace56a9eba1c
    rs 251: I000890b072d911d787c8f80b08d85a21
    rs 252: I000896f071f811d78347daa8ede63acd
    rs 253: I0008a3a072cc11d7a5a58ae19b0bc350
    rs 254: I0008ad1071ef11d7947cc0bc28d0837a
    rs 255: I0008b170747e11d79ccbd455e2fa80ef
    rs 256: I0008b26072c611d7ba84e3942a4b620d

    Thanks again for the input. One of our DBA's was also able to recreate the problem using the below PL/SQL script. He is going to open a TAR with Oracle. I'll post a message when we get a resolution.
    Tom
    CREATE OR REPLACE PROCEDURE "SYSTEM"."TEST_BIND2" is
    type dynamic_tc is ref cursor;
    v_rc dynamic_tc;
    sql_stmt varchar(3000);
    bindvariable varchar2(33) := 'I00000670722f11d7bffff83f52289667';
    v_case_uuid varchar2(33);
    v_rows number :=0;
    begin
    sql_stmt := 'select case_uuid from machv.case
    where case_uuid in (:1,:2,:3,:4,:5,:6,:7,:8,:9,:10,:11,:12,:13,:14,:15,
    :16,
    :17,
    :18,
    :19,
    :20,
    :21,
    :22,
    :23,
    :24,
    :25,
    :26,
    :27,
    :28,
    :29,
    :30,
    :31,
    :32,
    :33,
    :34,
    :35,
    :36,
    :37,
    :38,
    :39,
    :40,
    :41,
    :42,
    :43,
    :44,
    :45,
    :46,
    :47,
    :48,
    :49,
    :50,
    :51,
    :52,
    :53,
    :54,
    :55,
    :56,
    :57,
    :58,
    :59,
    :60,
    :61,
    :62,
    :63,
    :64,
    :65,
    :66,
    :67,
    :68,
    :69,
    :70,
    :71,
    :72,
    :73,
    :74,
    :75,
    :76,
    :77,
    :78,
    :79,
    :80,
    :81,
    :82,
    :83,
    :84,
    :85,
    :86,
    :87,
    :88,
    :89,
    :90,
    :91,
    :92,
    :93,
    :94,
    :95,
    :96,
    :97,
    :98,
    :99,
    :100,
    :101,
    :102,
    :103,
    :104,
    :105,
    :106,
    :107,
    :108,
    :109,
    :110,
    :111,
    :112,
    :113,
    :114,
    :115,
    :116,
    :117,
    :118,
    :119,
    :120,
    :121,
    :122,
    :123,
    :124,
    :125,
    :126,
    :127,
    :128,
    :129,
    :130,
    :131,
    :132,
    :133,
    :134,
    :135,
    :136,
    :137,
    :138,
    :139,
    :140,
    :141,
    :142,
    :143,
    :144,
    :145,
    :146,
    :147,
    :148,
    :149,
    :150,
    :151,
    :152,
    :153,
    :154,
    :155,
    :156,
    :157,
    :158,
    :159,
    :160,
    :161,
    :162,
    :163,
    :164,
    :165,
    :166,
    :167,
    :168,
    :169,
    :170,
    :171,
    :172,
    :173,
    :174,
    :175,
    :176,
    :177,
    :178,
    :179,
    :180,
    :181,
    :182,
    :183,
    :184,
    :185,
    :186,
    :187,
    :188,
    :189,
    :190,
    :191,
    :192,
    :193,
    :194,
    :195,
    :196,
    :197,
    :198,
    :199,
    :200,
    :201,
    :202,
    :203,
    :204,
    :205,
    :206,
    :207,
    :208,
    :209,
    :210,
    :211,
    :212,
    :213,
    :214,
    :215,
    :216,
    :217,
    :218,
    :219,
    :220,
    :221,
    :222,
    :223,
    :224,
    :225,
    :226,
    :227,
    :228,
    :229,
    :230,
    :231,
    :232,
    :233,
    :234,
    :235,
    :236,
    :237,
    :238,
    :239,
    :240,
    :241,
    :242,
    :243,
    :244,
    :245,
    :246,
    :247,
    :248,
    :249,
    :250,
    :251,
    :252,
    :253,
    :254,
    :255,
    :256,
    :257,
    :258,
    :259,
    :260,
    :261,
    :262,
    :263,
    :264,
    :265,
    :266,
    :267,
    :268,
    :269,
    :270,
    :271,
    :272,
    :273,
    :274,
    :275,
    :276,
    :277,
    :278,
    :279,
    :280,
    :281,
    :282,
    :283,
    :284,
    :285,
    :286,
    :287,
    :288,
    :289,
    :290,
    :291,
    :292,
    :293,
    :294,
    :295,
    :296,
    :297,
    :298,
    :299,
    :300,
    :301,
    :302,
    :303,
    :304,
    :305,
    :306,
    :307,
    :308,
    :309,
    :310,
    :311,
    :312,
    :313,
    :314,
    :315,
    :316,
    :317,
    :318,
    :319,
    :320,
    :321,
    :322,
    :323,
    :324,
    :325,
    :326,
    :327,
    :328,
    :329,
    :330,
    :331,
    :332,
    :333,
    :334,
    :335,
    :336,
    :337,
    :338,
    :339,
    :340,
    :341,
    :342,
    :343,
    :344,
    :345,
    :346,
    :347,
    :348,
    :349,
    :350,
    :351,
    :352,
    :353,
    :354,
    :355,
    :356,
    :357,
    :358,
    :359,
    :360,
    :361,
    :362,
    :363,
    :364,
    :365,
    :366,
    :367,
    :368,
    :369,
    :370,
    :371,
    :372,
    :373,
    :374,
    :375,
    :376,
    :377,
    :378,
    :379,
    :380,
    :381,
    :382,
    :383,
    :384,
    :385,
    :386,
    :387,
    :388,
    :389,
    :390,
    :391,
    :392,
    :393,
    :394,
    :395,
    :396,
    :397,
    :398,
    :399,
    :400,
    :401,
    :402,
    :403,
    :404,
    :405,
    :406,
    :407,
    :408,
    :409,
    :410,
    :411,
    :412,
    :413,
    :414,
    :415,
    :416,
    :417,
    :418,
    :419,
    :420,
    :421,
    :422,
    :423,
    :424,
    :425,
    :426,
    :427,
    :428,
    :429,
    :430,
    :431,
    :432,
    :433,
    :434,
    :435,
    :436,
    :437,
    :438,
    :439,
    :440,
    :441,
    :442,
    :443,
    :444,
    :445,
    :446,
    :447,
    :448,
    :449,
    :450,
    :451,
    :452,
    :453,
    :454,
    :455,
    :456,
    :457,
    :458,
    :459,
    :460,
    :461,
    :462,
    :463,
    :464,
    :465,
    :466,
    :467,
    :468,
    :469,
    :470,
    :471,
    :472,
    :473,
    :474,
    :475,
    :476,
    :477,
    :478,
    :479,
    :480,
    :481,
    :482,
    :483,
    :484,
    :485,
    :486,
    :487,
    :488,
    :489,
    :490,
    :491,
    :492,
    :493,
    :494,
    :495,
    :496,
    :497,
    :498,
    :499)';
    open v_rc for sql_stmt using 'I00000670722f11d7bffff83f52289667',
    'I000010a071e611d7ba84e3942a4b620d',
    'I0000192072c111d7b100a463f186e11d',
    'I00001b90723111d7ab54daa4035d65fa',
    'I00002020727411d7a07084608af77b15',
    'I000029b0728011d792e6e58f3e66f41c',
    'I00002c80723a11d787c8f80b08d85a21',
    'I00003f10745411d79b9bc4eeac1c0b2d',
    'I000048d0721411d796fabc35f7796f7a',
    'I000067e0726c11d7b100a463f186e11d',
    'I0000796072e411d7b100a463f186e11d',
    'I000079c005aa11d8a85fe39410e0ab6f',
    'I000079e0741711d7aea3a34f2eb4052a',
    'I000085e0a1f611d7af65eaafd5dac9b5',
    'I000088c0728911d7a07084608af77b15',
    'I00008b0071d411d7880af2b8a7a150bc',
    'I00008f90721711d787c8f80b08d85a21',
    'I00009950724811d78ef88cd3014a7f23',
    'I00009a1072dc11d7ba84e3942a4b620d',
    'I0000a7a072bc11d7bffff83f52289667',
    'I0000ace071e611d78ef88cd3014a7f23',
    'I0000c0a0741a11d7ab5cff2fe4340d11',
    'I0000c40071d211d796fabc35f7796f7a',
    'I0000cc50728811d796fabc35f7796f7a',
    'I0000d250724611d7b100a463f186e11d',
    'I0000d94072bd11d78ef88cd3014a7f23',
    'I0000e7b0741a11d7b44cec793782d444',
    'I0000f1a071ff11d787c8f80b08d85a21',
    'I0000f4a071de11d7a5a58ae19b0bc350',
    'I0000fbc0727a11d78347daa8ede63acd',
    'I0000fcf0729411d787c8f80b08d85a21',
    'I0000ff5072c811d7a07084608af77b15',
    'I00010090721e11d7bffff83f52289667',
    'I00010390746e11d79ccbd455e2fa80ef',
    'I000112b0724111d7bffff83f52289667',
    'I00011940726e11d7b100a463f186e11d',
    'I00011ca0729711d78ef88cd3014a7f23',
    'I00012500728911d787c8f80b08d85a21',
    'I00012770746a11d79c33f30f55d9158b',
    'I0001297071e311d78347daa8ede63acd',
    'I00012a4071b311d7880af2b8a7a150bc',
    'I00012e7071ac11d7a5a58ae19b0bc350',
    'I000131c0729911d7a07084608af77b15',
    'I00013d90746111d7abd288e162f1ee6f',
    'I000147f0743d11d79a8ab5f5a94ee96e',
    'I00014850721611d7b100a463f186e11d',
    'I000148b0726011d78bcee6281d031f02',
    'I00014d2071ba11d7a5a58ae19b0bc350',
    'I0001593072e311d7ab54daa4035d65fa',
    'I00015d70721811d7880af2b8a7a150bc',
    'I000162a0720611d792e6e58f3e66f41c',
    'I00016340154411d894849fe41a758d3e',
    'I00016a90727211d7b0409d11d16b6b13',
    'I0001713071db11d796fabc35f7796f7a',
    'I00017de072af11d787c8f80b08d85a21',
    'I000183c0ff1e11d79d93859d09cad35e',
    'I00018680720211d7a07084608af77b15',
    'I00018fe071e911d7bffff83f52289667',
    'I000190b0154c11d8a6f0ebf54ed20c72',
    'I0001921071f811d792e6e58f3e66f41c',
    'I0001943072cb11d796fabc35f7796f7a',
    'I00019500729b11d796fabc35f7796f7a',
    'I0001a1d0745811d79ccbd455e2fa80ef',
    'I0001a3d071d111d7947cc0bc28d0837a',
    'I0001a8e042cc11d8bfb1c5b53ee7b122',
    'I0001aa0071b411d78bcee6281d031f02',
    'I0001c940b1ab11d7ad3ab23fa36e24eb',
    'I0001dc60724911d78ef88cd3014a7f23',
    'I0001f050723111d792e6e58f3e66f41c',
    'I0001f080725611d7ab54daa4035d65fa',
    'I0001f980746411d7a94bace56a9eba1c',
    'I0001fa10726211d78ef88cd3014a7f23',
    'I0001fe70728011d78347daa8ede63acd',
    'I0001ffe071fb11d7b0409d11d16b6b13',
    'I0002010072d911d78bcee6281d031f02',
    'I0002084071ed11d7a07084608af77b15',
    'I000220f0723d11d7b100a463f186e11d',
    'I00022c4072d211d7a5a58ae19b0bc350',
    'I00022cf0154c11d89b2cb73750577cdc',
    'I00022f4072b111d7b100a463f186e11d',
    'I00023550a76111d79a3e000874f30b44',
    'I00024ad0746811d79a8ab5f5a94ee96e',
    'I00024b02a5ba11d8860ea464f39e833e',
    'I00025ef0720411d7ba84e3942a4b620d',
    'I00026d40727811d7ab54daa4035d65fa',
    'I00026d80a2ad11d79bff000874f30b44',
    'I00027080742911d79d2ef02eee90521e',
    'I0002721aa5ba11d8860ea464f39e833e',
    'I00027280741311d7b44cec793782d444',
    'I00028050147611d895d6f30359ceb780',
    'I000286c0729811d7947cc0bc28d0837a',
    'I00028830721311d78347daa8ede63acd',
    'I00029920a5ba11d8860ea464f39e833e',
    'I0002a0b0723e11d7a5a58ae19b0bc350',
    'I0002a3a072e111d7a07084608af77b15',
    'I0002a48071ed11d787c8f80b08d85a21',
    'I0002a940725511d78bcee6281d031f02',
    'I0002b8c072e311d7a07084608af77b15',
    'I0002ba00723911d7b100a463f186e11d',
    'I0002c034a5ba11d8860ea464f39e833e',
    'I0002c2f0729a11d792e6e58f3e66f41c',
    'I0002c2f0729a11d7ab54daa4035d65fa',
    'I0002c4f0728411d7a07084608af77b15',
    'I0002cf9071c111d787c8f80b08d85a21',
    'I0002dfe0721f11d7b0409d11d16b6b13',
    'I0002e8a0725b11d7ba84e3942a4b620d',
    'I0002f5a0743d11d797e5f7f2fcbea176',
    'I0002fd2072b211d7ab54daa4035d65fa',
    'I0003003071cd11d796fabc35f7796f7a',
    'I00030a8074de11d79453d3af27410a27',
    'I00030b1072dc11d78347daa8ede63acd',
    'I000318e0721d11d7880af2b8a7a150bc',
    'I00032630729c11d7b100a463f186e11d',
    'I00032e60726911d7ba84e3942a4b620d',
    'I00033230721811d796fabc35f7796f7a',
    'I00033600743811d7a658bf569bf0de0b',
    'I00033730745211d79d2ef02eee90521e',
    'I000341f0f36c11d7993aa96b44857ca1',
    'I00034270b79611d7817fb05730618d2c',
    'I0003429071b211d7b0409d11d16b6b13',
    'I00034e80746311d7afb9df8873fee31a',
    'I0003507072a011d7ba84e3942a4b620d',
    'I00035f40744711d79d2ef02eee90521e',
    'I00037420727711d7b100a463f186e11d',
    'I00037d20721411d7ba84e3942a4b620d',
    'I00037dc0743011d79d2ef02eee90521e',
    'I00038970729e11d7ba84e3942a4b620d',
    'I00038ab071f411d7b100a463f186e11d',
    'I0003921071f111d7a5a58ae19b0bc350',
    'I0003a860720d11d78347daa8ede63acd',
    'I0003aa5072bb11d7ab54daa4035d65fa',
    'I0003aa99a5ba11d8860ea464f39e833e',
    'I0003ac5072a511d7a5a58ae19b0bc350',
    'I0003b720747811d79ccbd455e2fa80ef',
    'I0003b7b0727611d787c8f80b08d85a21',
    'I0003bb10729f11d78ef88cd3014a7f23',
    'I0003c5d072c511d7a5a58ae19b0bc350',
    'I0003d19072e011d78347daa8ede63acd',
    'I0003d1a4a5ba11d8860ea464f39e833e',
    'I0003d1a6a5ba11d8860ea464f39e833e',
    'I0003d1a8a5ba11d8860ea464f39e833e',
    'I0003d53074db11d7b5dbefdbeac7aa0d',
    'I0003d560728f11d7a5a58ae19b0bc350',
    'I0003d5c072d911d792e6e58f3e66f41c',
    'I0003ec20723111d78347daa8ede63acd',
    'I0003f2b0725e11d787c8f80b08d85a21',
    'I0003f54072b711d792e6e58f3e66f41c',
    'I0003f8b0a5ba11d8860ea464f39e833e',
    'I0003fa50742d11d79b9bc4eeac1c0b2d',
    'I0003feb071da11d7a07084608af77b15',
    'I000405d0160911d88becacb69499ad1d',
    'I00040950060411d88297fc19561b6a07',
    'I00040ed0721311d7a5a58ae19b0bc350',
    'I00041660723511d7a07084608af77b15',
    'I00041830746b11d797e5f7f2fcbea176',
    'I00041cc0723d11d7b0409d11d16b6b13',
    'I000420f0723611d7b100a463f186e11d',
    'I000426c071cf11d7880af2b8a7a150bc',
    'I00043970726111d7ba84e3942a4b620d',
    'I00043af0c41a11d7858789f8f41f469f',
    'I0004401071ca11d7b100a463f186e11d',
    'I000452c0725c11d7bffff83f52289667',
    'I000462d08bc311d7bb8d85f0ac71b1f3',
    'I00047040725011d7ab54daa4035d65fa',
    'I000470a0729a11d7b100a463f186e11d',
    'I0004773072c711d78ef88cd3014a7f23',
    'I0004794071ed11d7ab54daa4035d65fa',
    'I00048290729811d78347daa8ede63acd',
    'I00049af071da11d7b100a463f186e11d',
    'I0004b040720111d7880af2b8a7a150bc',
    'I0004b4a0721f11d78ef88cd3014a7f23',
    'I0004b9702b4f11d8a0409604c12e4f92',
    'I0004bb7071ad11d7a5a58ae19b0bc350',
    'I0004c3c0726311d78ef88cd3014a7f23',
    'I0004cb90745711d7a658bf569bf0de0b',
    'I0004d490067011d8b893f65b4e54826b',
    'I0004d780749711d79ccbd455e2fa80ef',
    'I0004dc10726911d78347daa8ede63acd',
    'I0004de70729d11d7ba84e3942a4b620d',
    'I0004e040726211d7b0409d11d16b6b13',
    'I0004e71071f011d7b100a463f186e11d',
    'I0004ed70746911d79a8ab5f5a94ee96e',
    'I0004ef7071e211d78bcee6281d031f02',
    'I0004f09072c011d792e6e58f3e66f41c',
    'I0004f0a071fc11d792e6e58f3e66f41c',
    'I0004f240879511d79cf082a8a526bdf9',
    'I0004f3a0744c11d7b433bc7aed88dbc8',
    'I0004f490729411d7bffff83f52289667',
    'I0004fb90724711d7a07084608af77b15',
    'I00050b20721111d7b0409d11d16b6b13',
    'I00050e2071f011d78bcee6281d031f02',
    'I00050e20746111d79b9bc4eeac1c0b2d',
    'I00051380747411d7afb9df8873fee31a',
    'I000518a072b511d78347daa8ede63acd',
    'I000518e0721611d78ef88cd3014a7f23',
    'I00052800725a11d7ba84e3942a4b620d',
    'I00052f00720d11d7947cc0bc28d0837a',
    'I00053200745d11d79a8ab5f5a94ee96e',
    'I00053e90268111d886bdfb192a64ac56',
    'I00054420859711d79001d96d270a074a',
    'I000546f071c911d792e6e58f3e66f41c',
    'I000562c072e111d7ab54daa4035d65fa',
    'I00056d109f7311d7b07dff332e990446',
    'I00056d30746a11d797e5f7f2fcbea176',
    'I00056f30745411d79c33f30f55d9158b',
    'I00057820724411d7b100a463f186e11d',
    'I00057980728311d7a07084608af77b15',
    'I000580e0728011d7ab54daa4035d65fa',
    'I00058271efc011d897339e11b9afd716',
    'I00058d7074dc11d7b371e3b03459763a',
    'I0005944071f911d7947cc0bc28d0837a',
    'I00059910879611d7b396e0d633b35241',
    'I00059ca071eb11d7ab54daa4035d65fa',
    'I00059fd0746011d7b433bc7aed88dbc8',
    'I0005a981efc011d897339e11b9afd716',
    'I0005aaa0eb6311d7b52ae3604baa5d0f',
    'I0005ad60744011d7a94bace56a9eba1c',
    'I0005ae20726311d792e6e58f3e66f41c',
    'I0005b9f071ba11d7b100a463f186e11d',
    'I0005bc001e3711d891fbd2c50ca57005',
    'I0005c8b071b411d7a07084608af77b15',
    'I0005dc2072da11d78bcee6281d031f02',
    'I0005f7a4efc011d897339e11b9afd716',
    'I0005f9e0722f11d796fabc35f7796f7a',
    'I0006073072ae11d7a07084608af77b15',
    'I00061530133611d8aac7dbcabbf65311',
    'I000627f071e211d7a07084608af77b15',
    'I00062d80721a11d7947cc0bc28d0837a',
    'I000633a072c111d7a5a58ae19b0bc350',
    'I000635b0745811d789fed0d41f30a68d',
    'I00063b3072e311d78347daa8ede63acd',
    'I00063bd0728e11d78bcee6281d031f02',
    'I00063e4071fe11d78bcee6281d031f02',
    'I000643d0723611d78ef88cd3014a7f23',
    'I00064b5000b611d88508fb717bde6c05',
    'I00065a80729c11d7a5a58ae19b0bc350',
    'I00066a5071c711d7b0409d11d16b6b13',
    'I00066d50741711d79b9bc4eeac1c0b2d',
    'I000672e071de11d78bcee6281d031f02',
    'I000676e071b211d7880af2b8a7a150bc',
    'I00067a70747111d7a94bace56a9eba1c',
    'I00068860722a11d7ab54daa4035d65fa',
    'I0006a450742b11d7abd288e162f1ee6f',
    'I0006ba7071b111d7bffff83f52289667',
    'I0006c930a76111d78cb8000874f30b44',
    'I0006da10923511d78b148831b06d9b3e',
    'I0006dc10726211d7a5a58ae19b0bc350',
    'I0006e6a0726311d7ab54daa4035d65fa',
    'I0006ef70744c11d79d2ef02eee90521e',
    'I0006f070744111d7abd288e162f1ee6f',
    'I0006fa0071dc11d7b100a463f186e11d',
    'I0006fc60859811d78984a55bb4517c0f',
    'I000708d7044011da9439b076ef9ec4de',
    'I00071b70726811d7a5a58ae19b0bc350',
    'I00071f40748811d79ccbd455e2fa80ef',
    'I00072210f0c511d78788db544ffe8b12',
    'I00072600726911d7bffff83f52289667',
    'I00073890748311d7afb9df8873fee31a',
    'I000746a0d4cd11d79c5ab0511e0c5824',
    'I00077420726911d7947cc0bc28d0837a',
    'I000775b072cd11d787c8f80b08d85a21',
    'I0007802071e511d78bcee6281d031f02',
    'I0007974071d111d7a5a58ae19b0bc350',
    'I0007a8c0724911d796fabc35f7796f7a',
    'I0007aa30743511d7aea3a34f2eb4052a',
    'I0007b280727a11d7b0409d11d16b6b13',
    'I0007b3f0746611d79ccbd455e2fa80ef',
    'I0007b520748011d7afb9df8873fee31a',
    'I0007bf10726511d78ef88cd3014a7f23',
    'I0007cd1071cb11d7b0409d11d16b6b13',
    'I0007d000726e11d7b0409d11d16b6b13',
    'I0007d29833ff11d986b0aa9c82c164c0',
    'I0007d34071ae11d7947cc0bc28d0837a',
    'I0007d730724611d78347daa8ede63acd',
    'I0007de3071f911d7ba84e3942a4b620d',
    'I0007e13071d811d796fabc35f7796f7a',
    'I0007e850727411d78bcee6281d031f02',
    'I0007f1f0742d11d79a8ab5f5a94ee96e',
    'I0007f54072a911d78347daa8ede63acd',
    'I0007f620154811d8b8fd999a64bcc6ae',
    'I00080dd0721011d7bffff83f52289667',
    'I000812a071b411d7a5a58ae19b0bc350',
    'I00081af0726a11d7b100a463f186e11d',
    'I00082b20745011d7a658bf569bf0de0b',
    'I00084300725f11d7ba84e3942a4b620d',
    'I0008449072c311d78ef88cd3014a7f23',
    'I000861b0726d11d7a5a58ae19b0bc350',
    'I0008644072c611d7b0409d11d16b6b13',
    'I000864b0724c11d78347daa8ede63acd',
    'I00087d7071d811d7b0409d11d16b6b13',
    'I00087d70744911d7afb9df8873fee31a',
    'I000886f072a811d787c8f80b08d85a21',
    'I00088cf0726611d792e6e58f3e66f41c',
    'I00088e90747711d7a94bace56a9eba1c',
    'I000890b072d911d787c8f80b08d85a21',
    'I000896f071f811d78347daa8ede63acd',
    'I0008a3a072cc11d7a5a58ae19b0bc350',
    'I0008ad1071ef11d7947cc0bc28d0837a',
    'I0008b170747e11d79ccbd455e2fa80ef',
    'I0008b26072c611d7ba84e3942a4b620d',
    'I0008b540742d11d789fed0d41f30a68d',
    'I0008bf0071ed11d7b0409d11d16b6b13',
    'I0008c100744811d79b9bc4eeac1c0b2d',
    'I0008c96071c911d7a07084608af77b15',
    'I0008d3f071ca11d7a5a58ae19b0bc350',
    'I0008d5e0727811d7a07084608af77b15',
    'I0008e5e071c811d7880af2b8a7a150bc',
    'I0008ea3072aa11d7b100a463f186e11d',
    'I0008ea40dd5211d7b6ffcd773e7967a9',
    'I0008eda0748011d79a8ab5f5a94ee96e',
    'I0008ef70744511d7a94bace56a9eba1c',
    'I0008f6c0729511d7a07084608af77b15',
    'I0008fa80bc4611d7bf8df081d881356f',
    'I00090120727111d787c8f80b08d85a21',
    'I00090390745211d7b433bc7aed88dbc8',
    'I000904e072e411d7a07084608af77b15',
    'I00090520724511d7b100a463f186e11d',
    'I00090ea0adad11d79e6cbe65fd77490b',
    'I00091010729011d78ef88cd3014a7f23',
    'I00092740742911d79a8ab5f5a94ee96e',
    'I000928a0746811d79a8ab5f5a94ee96e',
    'I00092bc072bf11d787c8f80b08d85a21',
    'I00093200a2b211d7acd0000874f30b44',
    'I0009365072c011d78ef88cd3014a7f23',
    'I0009373071cc11d7b100a463f186e11d',
    'I00093dc071f911d792e6e58f3e66f41c',
    'I00094320747d11d7afb9df8873fee31a',
    'I00095410748611d79a8ab5f5a94ee96e',
    'I00095510720a11d796fabc35f7796f7a',
    'I00095fd0723011d7ab54daa4035d65fa',
    'I00096200723f11d7880af2b8a7a150bc',
    'I00096830749311d7afb9df8873fee31a',
    'I00096e30a2b411d781eb000874f30b44',
    'I0009716071e411d78ef88cd3014a7f23',
    'I0009729071fe11d796fabc35f7796f7a',
    'I0009769071d211d78ef88cd3014a7f23',
    'I00097d20180311d8987fae20d218a0bf',
    'I00097f20745a11d7ab5cff2fe4340d11',
    'I000989a072ae11d7947cc0bc28d0837a',
    'I00099c30725711d7a07084608af77b15',
    'I00099e70741311d795e2961f3aa542c2',
    'I0009ac2074dc11d79d22fcdb12bfafec',
    'I0009b720746311d7a94bace56a9eba1c',
    'I0009bb4072af11d796fabc35f7796f7a',
    'I0009c170729211d7ba84e3942a4b620d',
    'I0009c410722711d796fabc35f7796f7a',
    'I0009ca1071e511d7b0409d11d16b6b13',
    'I0009ca3072ce11d7b100a463f186e11d',
    'I0009daf072b211d7a07084608af77b15',
    'I0009ef20746c11d79a8ab5f5a94ee96e',
    'I0009fc80742711d797e5f7f2fcbea176',
    'I0009fca0729f11d792e6e58f3e66f41c',
    'I000a0240721311d78bcee6281d031f02',
    'I000a175072d911d78bcee6281d031f02',
    'I000a1c60744f11d7abd288e162f1ee6f',
    'I000a1ec0721211d78ef88cd3014a7f23',
    'I000a1f9071e211d7ab54daa4035d65fa',
    'I000a2d7072d011d78347daa8ede63acd',
    'I000a2fe0724011d7a5a58ae19b0bc350',
    'I000a35e0746f11d79a8ab5f5a94ee96e',
    'I000a3640724811d7b0409d11d16b6b13',
    'I000a36e071f311d7bffff83f52289667',
    'I000a3ae0743811d7b433bc7aed88dbc8',
    'I000a43d0722811d792e6e58f3e66f41c',
    'I000a463015ef11d88c7bd5cc2418da3e',
    'I000a4770742311d7a658bf569bf0de0b',
    'I000a47d071fc11d7ab54daa4035d65fa',
    'I000a4d60723411d787c8f80b08d85a21',
    'I000a4e00745011d7abd288e162f1ee6f',
    'I000a515072cc11d7b100a463f186e11d',
    'I000a5320a84711d79341000874f30b44',
    'I000a548072d011d7a07084608af77b15',
    'I000a5b20723911d78ef88cd3014a7f23',
    'I000a601072c611d7ab54daa4035d65fa',
    'I000a6450746c11d7afb9df8873fee31a',
    'I000a67a0586611d88987ae5d74e7d237',
    'I000a6a80744f11d7a658bf569bf0de0b',
    'I000a71b071b611d7a07084608af77b15',
    'I000a8070b60c11d78d7ae36da6291c4c',
    'I000a8260725e11d7a5a58ae19b0bc350',
    'I000a8e90f36411d7af718f2bed3b58d8',
    'I000a98f0744c11d7bbd0dd5ae518b214',
    'I000aad40720d11d7880af2b8a7a150bc',
    'I000abd0071fc11d787c8f80b08d85a21',
    'I000abec0728511d78bcee6281d031f02',
    'I000ac02072c411d7b0409d11d16b6b13',
    'I000ac48072e211d7b100a463f186e11d',
    'I000ad400d51811d7b8b189ec09a4f1f2',
    'I000ad95071d611d78347daa8ede63acd',
    'I000addd072dd11d796fabc35f7796f7a',
    'I000ae0b071d311d78ef88cd3014a7f23',
    'I000ae6e0742711d789fed0d41f30a68d',
    'I000aeda0720811d792e6e58f3e66f41c',
    'I000af1c072c511d7b0409d11d16b6b13',
    'I000af4c072a411d7b100a463f186e11d',
    'I000af5c0729911d78347daa8ede63acd',
    'I000af890725311d7a5a58ae19b0bc350',
    'I000aff8072ca11d7b100a463f186e11d',
    'I000b036071b511d7ba84e3942a4b620d',
    'I000b17b071e711d78347daa8ede63acd',
    'I000b18e0747211d7afb9df8873fee31a',
    'I000b2400075e11d8bba4ee3df5595e5e',
    'I000b2470746811d797e5f7f2fcbea176',
    'I000b24a0721c11d787c8f80b08d85a21',
    'I000b2540743811d795e2961f3aa542c2',
    'I000b2df933ff11d986b0aa9c82c164c0',
    'I000b383017be11d89633df6acb652f6c',
    'I000b3be0511c11d8a870d7b8ade616c2',
    'I000b3de072db11d7b0409d11d16b6b13',
    'I000b41c071c611d796fabc35f7796f7a',
    'I000b4a5071dd11d7880af2b8a7a150bc',
    'I000b4a800bd111d88eb89f6c614e0b44',
    'I000b50b071e511d7a07084608af77b15',
    'I000b5310721911d7a5a58ae19b0bc350',
    'I000b58d074e711d795b58681ea3280ca',
    'I000b5e6072ae11d7a5a58ae19b0bc350',
    'I000b5fd0722911d7bffff83f52289667',
    'I000b6570879611d791b5808d2e7078a3',
    'I000b66a071b711d7947cc0bc28d0837a',
    'I000b6b3071fa11d78bcee6281d031f02',
    'I000b6c60748511d79a8ab5f5a94ee96e',
    'I000b7ce0729711d796fabc35f7796f7a',
    'I000b8be0746311d79b9bc4eeac1c0b2d',
    'I000b8eb071ac11d7b0409d11d16b6b13',
    'I000b9040721011d78347daa8ede63acd',
    'I000b96e88f1e11d8af0be6a4d782f601',
    'I000ba00071ff11d7b0409d11d16b6b13',
    'I000ba860746211d795e2961f3aa542c2',
    'I000baf50726811d7a07084608af77b15',
    'I000bb0c071e311d7880af2b8a7a150bc',
    'I000bb220722211d7a07084608af77b15',
    'I000bbe8071e811d7bffff83f52289667',
    'I000bbfa072c611d792e6e58f3e66f41c',
    'I000bcd40745311d7ab5cff2fe4340d11',
    'I000be660742911d797e5f7f2fcbea176',
    'I000be8f0721111d7a07084608af77b15',
    'I000bfae0859711d79858f13fea870308',
    'I000bfda0728d11d78bcee6281d031f02',
    'I000bfda0728d11d7a07084608af77b15',
    'I000bfeb071be11d792e6e58f3e66f41c',
    'I000c071071b011d796fabc35f7796f7a',
    'I000c0c138f1e11d8af0be6a4d782f601',
    'I000c0c1c8f1e11d8af0be6a4d782f601',
    'I000c25e072a711d792e6e58f3e66f41c',
    'I000c33b071e811d78347daa8ede63acd',
    'I000c37b0742d11d7aea3a34f2eb4052a',
    'I000c39a0726a11d78bcee6281d031f02',
    'I000c3b7029a311d9aaecedbddfbb95ea',
    'I000c3b70722f11d78bcee6281d031f02',
    'I000c419072d611d787c8f80b08d85a21',
    'I000c49a0742b11d79b9bc4eeac1c0b2d',
    'I000c4a90727311d7a5a58ae19b0bc350',
    'I000c6180723a11d7b0409d11d16b6b13',
    'I000c634072c311d7b0409d11d16b6b13',
    'I000c6450746511d7abd288e162f1ee6f',
    'I000c6cb071e611d78bcee6281d031f02',
    'I000c6ce0720b11d7bffff83f52289667',
    'I000c72b0741511d7a658bf569bf0de0b',
    'I000c764071f211d7947cc0bc28d0837a',
    'I000c79d0724011d7880af2b8a7a150bc',
    'I000c899529a311d9aaecedbddfbb95ea',
    'I000c89b0032311d89e448639da8914ed',
    'I000c8b20729311d78bcee6281d031f02',
    'I000c8ed084e111d7a5e0e825c1cd135a',
    'I000c9180729b11d796fabc35f7796f7a',
    'I000ca3e0721f11d7a5a58ae19b0bc350',
    'I000caf00728f11d78ef88cd3014a7f23',
    'I000cb44071b911d7a07084608af77b15',
    'I000cb9d071f111d7a07084608af77b15',
    'I000cc48072db11d78347daa8ede63acd',
    'I000cc490721711d7ba84e3942a4b620d',
    'I000cd680721511d792e6e58f3e66f41c',
    'I000cd7b329a311d9aaecedbddfbb95ea',
    'I000ce310720011d7880af2b8a7a150bc',
    'I000ce800c5e811d883e2d13616373e63',
    'I000ce801c5e811d883e2d13616373e63',
    'I000ce80dc5e811d883e2d13616373e63',
    'I000cec9072d011d792e6e58f3e66f41c',
    'I000ced30727b11d7b0409d11d16b6b13',
    'I000cfeca29a311d9aaecedbddfbb95ea',
    'I000d0550725c11d7bffff83f52289667',
    'I000d0d2071df11d78347daa8ede63acd',
    'I000d0eb0724311d792e6e58f3e66f41c',
    'I000d0f1bc5e811d883e2d13616373e63',
    'I000d0f1cc5e811d883e2d13616373e63',
    'I000d0f1ec5e811d883e2d13616373e63',
    'I000d115071d811d7ba84e3942a4b620d',
    'I000d15d072df11d7b100a463f186e11d',
    'I000d22a0722b11d7ba84e3942a4b620d',
    'I000d2cf072cb11d7b100a463f186e11d',
    'I000d30f0729f11d78ef88cd3014a7f23',
    'I000d3622c5e811d883e2d13616373e63',
    'I000d362ac5e811d883e2d13616373e63',
    'I000d3630c5e811d883e2d13616373e63',
    'I000d3633c5e811d883e2d13616373e63',
    'I000d39f0723c11d7b0409d11d16b6b13',
    'I000d432071fe11d7a5a58ae19b0bc350',
    'I000d4520745911d79a8ab5f5a94ee96e',
    'I000d4680722711d792e6e58f3e66f41c';
    FETCH v_rc INTO v_case_uuid;
    WHILE v_rc%FOUND
    LOOP
    v_rows := v_rows +1;
    FETCH v_rc INTO v_case_uuid;
    END LOOP;
    CLOSE v_rc;
    dbms_output.put_line(v_rows);
    end ;

Maybe you are looking for