PL/SQL (MOSC)

MOSC Banner

datapump with query

edited Aug 22, 2013 7:59AM in PL/SQL (MOSC) 3 commentsAnswered
hello
sorry if this is not the correct Community.

We need to move (copy) data from one database to another.
We plan to use datapump with dblink
Our main problem now is that the data to be copied is made with a query that involves 2 tables:

select  a.field1, a.field2, b.field1, b.field2
from a, b
where a.id = b.id
and a.fec > sysdate -1

We havent found and example where datapump query involves fields from more than one table

tks

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center