Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DriverManager.registerDriver(....) doesnt work

333528Oct 3 2002
I have a javabean which is called from webforms on a when-button-pressed trigger. The javabean works fine, except when it reaches a point in the code where i try to load the oracle jdbc driver:

DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver())

when it hits this line, the program just hangs there, no error messages of any kind. Plus, I have tried running the same code in a standalone java application, and it works just fine.
If you have experienced this, or know why this might be happening, please let me know, your help is appreciated.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 5 2002
Added on Oct 3 2002
6 comments
1,146 views