Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> using two databases with one SQL statement
Hullo,
is it possible to work with two Oracle databases with one SQL statement. Something like this:
Select * from <database_a>, <database_b> where <database_a>.table_a.field1= <database_b> .table_b.field3
cheers Dirk Received on Fri Dec 10 1999 - 04:29:52 CST
![]() |
![]() |