Hi,
I am writing a trigger to insert a record into a table of server2 [different machine] whenever there is an insert in one of the local tables. The only problem I am facing is 'How to access a TABLE OF DIFFERENT SERVER'.
Local Machine Credentials:
Database : db1
ip:ip1
user:user1
password
assword
Remote machine Credentials:
Database: db2
ip:ip2
userid:user2
password
assword
I have set the tnsnames.ora and I am able to access the databases in individual sessions.But in one session I want to access both databases. Can anybody pls tell me how to do this.
Thanks
Partha
I am writing a trigger to insert a record into a table of server2 [different machine] whenever there is an insert in one of the local tables. The only problem I am facing is 'How to access a TABLE OF DIFFERENT SERVER'.
Local Machine Credentials:
Database : db1
ip:ip1
user:user1
password
Remote machine Credentials:
Database: db2
ip:ip2
userid:user2
password
I have set the tnsnames.ora and I am able to access the databases in individual sessions.But in one session I want to access both databases. Can anybody pls tell me how to do this.
Thanks
Partha