my dog learned polymorphism
The moose likes JDBC and the fly likes I try to transfer data from xml file to a table. Error is oracle.jdbc.driver.OracleDriver. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "I try to transfer data from xml file to a table. Error is oracle.jdbc.driver.OracleDriver." Watch "I try to transfer data from xml file to a table. Error is oracle.jdbc.driver.OracleDriver." New topic
Author

I try to transfer data from xml file to a table. Error is oracle.jdbc.driver.OracleDriver.

Rajasekhar Karanam
Greenhorn

Joined: Sep 18, 2011
Posts: 13

Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
Welcome to the Ranch

Please click the "disable smilies" button for JDBC posts; I have disabled them for you, so your changes to :o
Please provide more [ur=http://www.coderanch.com/how-to/java/TellTheDetails]details[/url] about the error. We can only help if you provide more information.
Rajasekhar Karanam
Greenhorn

Joined: Sep 18, 2011
Posts: 13

I try to read data from this xml file and post it into the table in database!
<?xml version="1.0" encoding="UTF-8"?>
<jobs>
<job>
<id>jp</id>
<title>Java Programmer</title>
<minsal>30000</minsal>
<maxsal>80000</maxsal>
</job>
<job>
<id>Dp</id>
<title>.Net Programmer</title>
<minsal>20000</minsal>
<maxsal>60000</maxsal>
</job>
</jobs>
Rajasekhar Karanam
Greenhorn

Joined: Sep 18, 2011
Posts: 13

Guys, I got it! Its a silly mistake! I haven't included the ojdbc14 file in this project!
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: I try to transfer data from xml file to a table. Error is oracle.jdbc.driver.OracleDriver.
 
Similar Threads
java.lang.string
help with web service to display xml file contents using netbeans
One big XML file or lots of small ones
servlets and xml
help regarding createing node in xml file