Oracle10.2 dblink impd copies data from different users in the same database

Source: Internet
Author: User

Oracle10.2 dblink impd: copying data from different users in the same database and copying data from different users in the same database

1. authorize the user to import tables; SQL> grant exp_full_database to system; SQL> commit; 2. create dblink; SQL> create public database link db_link1 connect to system identified by sys using 'orcl '; SQL> commit; 3. import impd; [$ ORACLE_HOME/bin] $ impdp system/sys logfile = temp. log schemas = from_user remap_schema = from_user: to_user network_link = db_link1 4. delete dblink. SQL> drop public database link; SQL> commit;

 

Note: 1. Database Operation User: system/sys2. service name ORCLE: \ oracle \ product \ 10.2.0 \ db_1 \ NETWORK \ ADMIN \ tnsnames. ora
ORCL = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = localhost) (PORT = 1521) (CONNECT_DATA = (SERVICE_NAME = orcl )))

 


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.