|
-
A non dblink alternative would be the use of SQLPlus copy command. SQLPlus copy command opens two connections, one with the source and one with the target database.
I know copy command is supposed to be obsolete/deprecated but if you do "help copy" on SQLPlus 11gR2 it is still there.
Another non dblink alternative would be one relying on an expdp/ftp/impdp kind of process which can be scripted and automated.
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|