SSID field in oracle thin driver.
843854Aug 12 2002 — edited Aug 12 2002Class.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