Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Query from different server, instance

745598Jan 11 2010 — edited Jan 16 2010
Hi All,

I have two server of oracle with different IP such as -

PROD_1=
( DESCRIPTION=
(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.4)(PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=afdb))
)

PROD_2=
( DESCRIPTION=
(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.5)(PORT=1521))
(CONNECT_DATA=(SERVICE_NAME=afdb))
)

I want to retrieve sql query in 192.168.0.4 server from 192.168.0.5 oracle server table.

How i would like to query and please provide me sample query statement. My oracle database is 11g.

Thanks,
Thet
This post has been answered by 728534 on Jan 15 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 13 2010
Added on Jan 11 2010
8 comments
11,100 views