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 -> from database to another database data load

from database to another database data load

From: Glenn dela Cruz <glendc_at_sprint.ca>
Date: 1997/10/18
Message-ID: <877228248.613859@grolsch>#1/1

does anyone tell me how to load data from one oracle database to another oracle database.

assuming:
database A is the source
database B is the destination

database B fields to be populated are C,D,E database A fileds to be loaded to database A are F,G,H

these fields have same data types

can i use this?

insert into table B(C,D,E)
values(select F,G,H from A);

i tried it, but it is not working. Is there a better way?

help! I'm a novice oracle programmer...

please email me..

thank you,
Glenn
glendc_at_sprint.ca Received on Sat Oct 18 1997 - 00:00:00 CDT

Original text of this message

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