Hi,
If you want to do some aggregation first, then exp/imp are not what you want to use..create a view with the aggregation you want, then use the
Code:
Create table@otherinstanceusingdblink
as select * from Thisnewviewname;
[code]
where [i]otherinstanceusingdblink [/i]is a pre-created database link using a connection that can create tables in the remote instance.
[profile]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.