Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: From one DATABASE to another, not TABLE!

Re: From one DATABASE to another, not TABLE!

From: <sunrise828_at_my-deja.com>
Date: Mon, 22 Nov 1999 20:15:20 GMT
Message-ID: <81c88j$g9t$1@nnrp1.deja.com>


I'm not sure I totally understood, but since you mentioned "some" data I thought I'd make another suggestion. You could set up a database link and then you can use regular SQL to move the data as needed.

Insert into Table1
Select * from Table1_at_databaselink
where field1 = 'takeme';

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Mon Nov 22 1999 - 14:15:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US