aspose file tools
The moose likes JDBC and the fly likes using loadjava command with Oracle 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 "using loadjava command with Oracle" Watch "using loadjava command with Oracle" New topic
Author

using loadjava command with Oracle

Veshnu Ramakrishnan
Ranch Hand

Joined: Sep 27, 2005
Posts: 44
Hi
i need to export java files to an oracle database. So i used loadjava utility
i gave the following code

C:\veshnu\rmi>loadjava -user scott/tiger@157.227.37.43:cashcon -oci8 -andresolve
-verbose RmiTest.class RmiClient.class RmiObject_Stub.class
arguments: '-user' 'scott/tiger@157.227.37.43:cashcon' '-oci8' '-andresolve' '-v
erbose' 'RmiTest.class' 'RmiClient.class' 'RmiObject_Stub.class'
SQL Error while connecting with oci8 driver to 157.227.37.43:cashcon: ORA-06401:
NETCMN: invalid driver designator

exiting : could not open connection

And i get the above problem

can anyone solve this out


Veshnu<br />SCBCD<br />SCWCD<br />SCJP
 
I agree. Here's the link: jrebel
 
subject: using loadjava command with Oracle
 
Similar Threads
LoadJava
LoadJava
LoadJava
loadjava -resolve weblogic.jar
Oracle JDBC loadjava stored proc problem