Hi Krishna,
It is indeed a pooled connection from the container. It cannot be casted
to an OracleConnection object.
This should explain the ClassCastException that you are getting when the
code anippet listed below gets executed
    connection = (OracleConnection) dataSource.getConnection();

All the standard JDBC calls are fully supported. Anything specific to a
database vendor (Oracle in this case) is not supported.

I hope this answers your question.

Regards,
Sachin

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to