|
Your
connection string should be in the form:
Connection
conn = DriverManager.getConnection(
"jdbc:oracle:oci8:@"[database_server_name:port
number:database_name]",
"[userId]", "[password]");
Cheers!
Mark
|
- Connecting to Oracle database pallav
- Re: Connecting to Oracle database Jones Bob
- Galbreath, Mark
