Oracle data is transferred from one user to another

Source: Internet
Author: User

Oracle data is transferred from one user to another. export the available command exp, similar to the following exp da1/da1 @ ORCL file = E: \ da1.dmp log = E: \ da1.log da1 is the user name, And the backslash is the password, @ is the database instance name, file is the address of the exported file, and log is the log at the time of export. If there is an error, it can be traced. 2. import imp da2/da2 @ ORCL buffer = 50000000 full = n file = E: \ da1.dmp ignore = y rows = y commit = y compile = n fromuser = da1 touser = da2 log = E: \ da2.log the import command is similar to exp. 3. Note: You must have the Import and Export permissions. Otherwise, the process may fail.

Related Article

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.