remote_listener-issue
Hi,
We have the following situation:
2 machines (server1 and server2), 1 (server1) can be reached through sqlnet, the other (server2) not.
Through sqlnet we can connect to database db1 on server1, on the second machine we have a database db2 which is inaccessible remotely. Both machines are in the same domain and db2 on server2 can be accessed from server1.
To reach db2 from remote like we can reach db1 I thought setting the parameter remote_listener in db2 to the listener running on server1. On server1 lsnrctl stat shows db2. I created an ldap-entry for db2 which has the same connectstring as the one for db1, but still I can't get a connection to db2.
We have the following situation:
2 machines (server1 and server2), 1 (server1) can be reached through sqlnet, the other (server2) not.
Through sqlnet we can connect to database db1 on server1, on the second machine we have a database db2 which is inaccessible remotely. Both machines are in the same domain and db2 on server2 can be accessed from server1.
To reach db2 from remote like we can reach db1 I thought setting the parameter remote_listener in db2 to the listener running on server1. On server1 lsnrctl stat shows db2. I created an ldap-entry for db2 which has the same connectstring as the one for db1, but still I can't get a connection to db2.
0