Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SSID field in oracle thin driver.

843854Aug 12 2002 — edited Aug 12 2002
Class.forName ("oracle.jdbc.driver.OracleDriver");
Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@hostname:port:SSID", "user", "password");


In the above code, i gather the "port" is the port number all HTTP requests resolve to. What is the "SSID" stand for? I am trying to use the ORacle thin driver but have trouble setting it up
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 9 2002
Added on Aug 12 2002
1 comment
172 views