Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Rufus Williams   on Nov 18 In Java Category.

  
Question Answered By: Viola Hanson   on Nov 18

People normally do:
Class.forName("oracle.jdbc.OracleDriver");

con = DriverManager.getConnection(
"jdbc:oracle:thin:@hostname:1521:db", "www_user", "www_user" );

I've also seen 'dnldthin' instead of 'thin'. Mysql is using so well
for me these days, I see little need to use Oracle. Just can't get
any large contracts any more these days anyway.

Share: 

 
 
Didn't find what you were looking for? Find more on sapdb to oracle conversion with jdbc? Or get search suggestion and latest updates.


Tagged: