MySQL Forums
Forum List  »  Oracle

Re: Error when trying to connect to oracle
Posted by: Brian Summers
Date: October 18, 2005 05:09PM

The problem is that the oracle jdbc class is not being found and loaded by java. You need to place the ojdbc14.jar file from the oracle instance into your java libs path variable:

In bash:
export JRE_LIB_PATHS=$JRE_LIB_PATHS:<path to ojdbc14.jar>

Or you can place/copy the ojdbc14.jar file into the <path to toolkit>/java/lib directory which has the jdbc files for the other database types.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error when trying to connect to oracle
2132
October 18, 2005 05:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.