How to configure JDBC connection to an remote database?

Hi,

I have remote DB installed. I have to configure JDBC connection to the remote DB in my IS. I have SQLNET.ora and LDAP.ora file (These files donot have server and port number). These are the files to redirect request to the remote database server through directory server.

Can any one please let me know how to configure JDBC connection.

Hi,

I don’t think you will be able to connect to the DB without the required parameters, such as the hostname, port, SID, uname & password. Please check with the admins and get these details first.

S

Hi,

you can configure the JDBC connection by going to JDBC adapters page in IS. to configure JDBC connection you need few parameters like Hostname, Port, Username, password etc.