Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to connect to remote database without using DBlink?

Status
Not open for further replies.

suhaimi

Technical User
Aug 3, 2001
71
US
Hi all,
How to connect to remote database without using DBlink? I've read somewhere over the internet that it's possible to do this. I forgot the website. It did say about truss/trusted connection.
Any input????

Rgds,
Suhaimi
 
Suhaimi,

What is your objective? If your only restriction is "to connect to a remote database without using DBLink", we do that all the time using the Oracle client and connecting, for example, "sqlplus <username>/<password>@<tns-alias>. So, to offer a meaningful response, we need to know what you are trying to do and under what restrictions.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA @ 06:44 (27Sep04) UTC (aka "GMT" and "Zulu"), 23:44 (26Sep04) Mountain Time)
 
Hi,
Sorry for the confusion. What I meant was querying from remote database located in different machine. For example:
sqlplus xuser/xuser@DB_ONE
sqlplus>select count(*) from xuser.mytable@DB_TWO;

From local instance DB_ONE, I would like to query info from remote database DB_TWO without creating DBlink. I've read this somewhere, we could do it using trusted connection or truss if I'm not mistaken.

Rgds,
Suhaimi
 
Sorry, Suhaimi, I'm not familiar with the method to which you refer. DBLinks have always given me magnificent service, so I just use them for my remote access needs.

[santa]Mufasa
(aka Dave of Sandy, Utah, USA @ 02:34 (28Sep04) UTC (aka "GMT" and "Zulu"), 19:34 (27Sep04) Mountain Time)
 
You should definitely find that "somewhere", because I've also never read about other than creating db link way to connect from one Oracle instance to another one. Most probably you should also forget about that place as well as about any information obtained from that source :)

Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top