Link to home
Start Free TrialLog in
Avatar of NILAKANTHA
NILAKANTHA

asked on

how can i connect to orcale by oracle driver in java progamming.

hai
everybody ,Actually i am a novice programmer in the
field of java.i tried to connect the oracle by the driver from
java.but it shows me that the class is not found.Can anybody provides me the entrire steps to do that.

thanks...
neel..
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You'll need to either add the oracle driver classes to your classpath, or copy their jar into your jdk/jre ext directory.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of thomas908
thomas908

download classes12.zip and put it in ur classpath
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
once you have added the driver to the classpath use the links provided above to write code to connect to oracle database