Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

? on jdbc driver

Status
Not open for further replies.

MartDawg

Programmer
Jan 14, 2004
33
US
I am not very familiar with java. I'm trying to load test an oracle database with jmeter though.

I keep getting an error that states "no suitable driver exists"

I have downloaded ojdbc14.jar from oracles website. That doesn't seem to work.

I'm a little confused. What exactly do I need to connect to oracle from java - thanks in advance to all who reply.
 
I expect JMeter will have some configuration somewhere which enables it to make use of specific JDBC drivers. Have you read the JMeter docs?

Tim
---------------------------
"Your morbid fear of losing,
destroys the lives you're using." - Ozzy
 
To use the oracle driver oracle.jdbc.driver.OracleDriver , using a connection string such as :

jdbc:eek:racle:thin:mad:hostname:1521:SID

you need classes12.jar which is shipped in one the lib direcotries in the Oracle installation.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top