• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

using loadjava command with Oracle

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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/[email protected]:cashcon -oci8 -andresolve
-verbose RmiTest.class RmiClient.class RmiObject_Stub.class
arguments: '-user' 'scott/[email protected]: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
reply
    Bookmark Topic Watch Topic
  • New Topic