Hi,
Generally when we want 2 Oracle databases to talk, we create database link. When we access some object over a DB link, its a TNS connection. Means, even if both the databases are on the same machine (Unix), we use the listener to communicate, which is normally a TCP socket connection.
Is there any better/faster/less-resource-consumming way for 2 databases on same Unix machine to communicate ?
Thanks and Regards
Generally when we want 2 Oracle databases to talk, we create database link. When we access some object over a DB link, its a TNS connection. Means, even if both the databases are on the same machine (Unix), we use the listener to communicate, which is normally a TCP socket connection.
Is there any better/faster/less-resource-consumming way for 2 databases on same Unix machine to communicate ?
Thanks and Regards