Configuring JDBC thin drivers for Oracle 8i [message #366596] |
Thu, 11 November 1999 00:29 |
Madhav
Messages: 14 Registered: November 1999
|
Junior Member |
|
|
Hi all,
I am finding problems configuring the Oracle 8i JDBC thin driver an subsequently I am not able to connect to the Oracle database through Java applications(standalones or applets).Pls let me know the procedure or any URLs which provide this information.
Thank you
|
|
|
|
Re: Configuring JDBC thin drivers for Oracle 8i [message #366608 is a reply to message #366596] |
Thu, 23 December 1999 08:56 |
Vijay G
Messages: 2 Registered: December 1999
|
Junior Member |
|
|
Hi Madhav,
First check the sid you given.
I think the default one is ORCL. If you changed that one you have to change here also.
DriverManager.getconnection9("jdbc:oracle:thin:scott/tiger@hostid:port number:sid";
Give like this it will work.
If it does not work please mail me the error.
We will discuss later.
Regards,
Vijay G
|
|
|