| Author |
Tomcat and jdbc problem
|
Nate Balon
Greenhorn
Joined: Nov 28, 2002
Posts: 2
|
|
|
I installed tomcat on my computer and it is working fine. The problem I'm have is with using the oracle driver oracle.jdbc.driver.OracleDriver I can not connect to my oracle database. Is there any extra configuration you must do. I added the class12.jar file to common/lib folder. I would greatly appreciate any help.
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
|
What is the error message (stack trace) you are getting ?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
common/lib is not the correct place for your shared jars. Try putting the jars in shared/lib. hth, bear
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Nate Balon
Greenhorn
Joined: Nov 28, 2002
Posts: 2
|
|
|
This is the error i am getting now. SQL Exception ORA-00600: internal error code, arguments: [ttcgcshnd-1], [0], [], [], [], [], [], [] I think my problem is with my database and not the jdbc driver. I connected to another oracle database with a JSP. If anyone has any idea of the problem I would appreciate any feed back.
|
 |
Rene Larsen
Ranch Hand
Joined: Oct 12, 2001
Posts: 1179
|
|
This is what the error code mean: Rene [ November 29, 2002: Message edited by: Rene Larsen ]
|
Regards, Rene Larsen
Dropbox Invite
|
 |
 |
|
|
subject: Tomcat and jdbc problem
|
|
|