how can i link two databases [message #196938] |
Mon, 09 October 2006 04:52 |
it_me24
Messages: 167 Registered: March 2006 Location: delhi
|
Senior Member |
|
|
Hello Everyone,
I am having two databases running on a single machine[Accounts & sales], How can i access the Accounts DB from Sales DB ...how can i link two databases
win 2000 server
Oracle 9.2
Thanks in Advance
|
|
|
|
Re: how can i link two databases [message #196957 is a reply to message #196938] |
Mon, 09 October 2006 06:08 |
it_me24
Messages: 167 Registered: March 2006 Location: delhi
|
Senior Member |
|
|
I have gone thru the documentation. My question is
suppose I have one DB as Accounts n Another as Sales.
in Sales, i have a schema Accountant
& in Accountant schema i have a table acct_2006.
Now?
from the sales DB how can i access the acct_2006 table
what will be the link for that?
if i will create a link as
CREATE PUBLIC DATABASE LINK remote
USING 'Accounts';
how can i be able to access acct_2006
Appreciating your response
|
|
|
|
|