I am not good at English please help me
I have two problems that I need help with.
I have two databases in one Oracle Server at IP 10.10.10.92
Table One has two columns CustumerID and CustumerName (Table One belongs to Database 1 named DB1).
Table Two has two columns CustumerID and Job (Table Two belong to Database 2 named DB2)
If I am using Oracle SQL Developer or TOAD for Oracle to query statements
How can I connect from two table above?If I am Using SQL Server 2005 to link two Oracle Database to query statements
How can I connect from two table above?
Do I need to create two linked server or one linked server?