Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Multiple Databases Data Tranfer
hi there...
i want to know if it's possible to execute DML instructions between 2
databases like this :
i have 2 instances for 2 databases : instance ORCL, instance ORSA
ORCL
ORSA
INSERT INTO T1(x,y,...) --- table in ORSA
SELECT a,b,..
FROM TABLE1 --- table in ORCL
...
Is this POSSIBLE ?????
reply to jricardo_at_ipb.pt...
thanks !!!!
Received on Tue Jun 29 1999 - 09:27:41 CDT
![]() |
![]() |