Rajan You could set up database links between to 2 databases and select the data across the links to populate the tables. As example insert into table1 (select column1,column2 from table2@datalink). ROR mª¿ªm > -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of andrey Sent: Tuesday, March 13, 2001 09:31 To: Multiple recipients of list ORACLE-L Subject: FW: Dear list ! Incase if I've 2 databases with different set of data and I want to extract data from few tables in database 1 and data from few tables in database 2 and put the extracted data into 3rd database how can I do it. The query is simple select statement. Early help would be appreciated. REgards, Rajan -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Ron Rogers INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
