- This topic has 5 replies, 3 voices, and was last updated 17 years, 11 months ago by
Riyad Kalla.
-
AuthorPosts
-
shardul.bhattMemberDear Support Team,
I am using
MyEclipse Evaluation Version 5.5.1 GA
Eclipse 3.2.2
Oracle 10g
OCI Client Version for Vista 10.2.0.3
Tomcat 6.0I am using the Oracle Database for the first time with MyEclipse and am able to connect to the Oracle database using the Thin Driver but am unable to do so using the OCI driver.
I have gone through the posts on various forums but have not found a clear step by step process.
1. Setting ORACLE_HOME in the Path – I have done that.
2. Copying ocijdbc10.dll to ORACLE_HOME/bin – I get java.lang.UnsatisfiedLinkError: C:\oracle\product.2.0\client_1\bin\ocijdbc10.dll: Can’t find dependent libraries
3.I am using ojdbc14.jarIf possible, I am looking for a stepwise process to do the same.
Thank you in advance,
Shardul.July 26, 2007 at 11:06 am #273204
Riyad KallaMemberShardul,
I’m assuming you are setting up the driver for the DB Explorer in MyEclipse (correct if I’m wrong). The trick is when using the OCI driver, to be able to allow the driver to find the DLL that the OCI driver needs.I searched Google on how to do this and came up with this post:
http://forums.oracle.com/forums/thread.jspa?threadID=234614 (3rd post down). It looks like some environment varialbes are necessary for the driver to find the DLLs.August 8, 2007 at 3:54 pm #273701
amirz002MemberHi,
I was able to connect Oracle using OCI drivers, but the same problem i.e Generating artifact with the same error messages, still persists, when I’m following the instruction from the hibernate tutorial. Please help me out,
Ateeq.
August 8, 2007 at 4:07 pm #273704
Riyad KallaMemberAteeq,
When that happens can you pop open your log file (<workspace dir>\.metadata\.log) and look down near the botom for exceptions related to the artifact generation failing? Normally the JDBC exact message will get logged and can help us figure out what died.August 10, 2007 at 9:19 am #273742
amirz002MemberHi,
I re-installed myeclipse and that error was nowhere to be found. I guess may be eclipse version was incompatible with myeclipse in some way then,
Ateeq
August 14, 2007 at 12:01 pm #273881
Riyad KallaMemberAteeq,
I’m glad it’s working now. -
AuthorPosts