distributed queries
From: Leng Kaing <leng_at_cougar.vut.edu.au>
Date: 26 Sep 1994 16:52:10 +1000
Message-ID: <365r2q$4v2_at_cougar.vut.edu.au>
Date: 26 Sep 1994 16:52:10 +1000
Message-ID: <365r2q$4v2_at_cougar.vut.edu.au>
Environment: SunOs 4.1.2, SQL*Net 1.1, Oracle 6.0.36...
Ok, I've been able to setup my clients and servers to communicate over SQL*Net. I've also created some database links. I've also got the same tables on many databases. For example, table "emp" resides on both database A and database B. So how do I see all the records in all the emp table on all the databases at once?
eg: select * from emp_at_A, emp_at_B;
Please help me out,
Leng.
Received on Mon Sep 26 1994 - 07:52:10 CET