Juan Carlos Axayacatl Morales wrote:
> 
> Thanks Bruce .
> 
> I am using the Classes12.zip but I got this "warning" in the poolman log:
> 
> "Driver doesn't support strong ResultSetMetaData,  and PoolMan subsequently
> failed an attempt to fabricate  a table name in spite of the driver
> limitations."
> 
> my poolman.xml is:
> 
> <jndiName>castorPool</jndiName>
>   <dbname>devdb</dbname>
>   <url>jdbc:oracle:oci8:@devdb.dev.com</url>
>   <username>user</username>
>   <password>password</password>
>   <driver>oracle.jdbc.driver.OracleDriver</driver>

Juan, 

Evidently this error is stating that Oracle's JDBC drivers do not
provide a thorough implementation of the ResultSetMetaData interface
(this does not surprise me). If it's only a warning, I wouldn't worry
too much about it - unless you need the ResultSetMetaData. If so,
unfortunately I don't have any suggestions. 

Bruce

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to