Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » "No suitable oracle driver found"(oracle jdbc driver)
icon8.gif  "No suitable oracle driver found" [message #900884] Wed, 08 August 2012 19:50 Go to next message
SAI VISWANATH VKS PALAPARTHI is currently offline SAI VISWANATH VKS PALAPARTHIFriend
Messages: 2
Registered: August 2012
Junior Member
Version: Juno Release[Eclipse for J2ee]
Build id: 20120614-1722
Oracle DB version:11G
JDBC Driver : ojdbc6

Hi,

I am able to establish connection to oracle 11g DB, but seems like i am unable to communicate to oracle via my application. Provided the s/w components details above.

Error Msg from tomcat server logs: "No suitable driver found for jdbc:oracle:thin:@localhost:1521:xyz".

I have added the ojdbc6.jar to tomcat library.

Is there anything i need to do to be able to establish a communication b/w my app and oracle 11g db?


Re: "No suitable oracle driver found" [message #901094 is a reply to message #900884] Thu, 09 August 2012 18:42 Go to previous messageGo to next message
SAI VISWANATH VKS PALAPARTHI is currently offline SAI VISWANATH VKS PALAPARTHIFriend
Messages: 2
Registered: August 2012
Junior Member
I tried connecting via Eclipse with java (and was successful) but unable to connect via Eclipse with jee. Do i need any additional plugins for eclipse jee to be able to connect?

[Updated on: Thu, 09 August 2012 18:43]

Report message to a moderator

Re: "No suitable oracle driver found" [message #901103 is a reply to message #901094] Thu, 09 August 2012 19:39 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 8/9/2012 12:42 PM, SAI VISWANATH VKS PALAPARTHI wrote:
> I tried connecting via Eclipse with java but unable to connect via
> Eclipse with jee. Do i need any additional plugins for eclipse jee to be
> able to connect?

This isn't an Eclipse newcomer issue, but more of a Java one. You could
take it up in the Eclipse data tool forum since it's that sort of an
issue, but in fact, it's really a matter of understanding what goes into
connecting in Java via a JDBC driver to a database manager.

I've worked with Oracle, but I haven't written anything specifically
about it. Nevertheless, I think if you followed what I've written about
MySQL, what you're not doing right might dawn on you. Here are some
obliquely relevant articles (below). You can Google for yet more. You
can visit stackoverflow for specific help with what you seem not be
succeeding at right now.

http://www.javahotchocolate.com/tutorials/jdbc.html
http://www.javahotchocolate.com/tutorials/squirrel.html

I hope this is at least helpful. Best of luck.
Previous Topic:Update to Juno and can't start eclipse anymore
Next Topic:What is the password for installation
Goto Forum:
  


Current Time: Thu Apr 18 09:58:02 GMT 2024

Powered by FUDForum. Page generated in 0.03205 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top