Key Points of migrating 11G data to 10g platform through expdp & amp; impdp

Source: Internet
Author: User

The target database host to be imported is 10 Gb, and the source data host is 11 GB. To complete the migration, you need to use the function data pump added by Oracle in 10 Gb, in 11g, the data pump can define the version of the exported file. Now let's write down the points below for your reference:

C: \ Windows \ system32> sqlplus/nolog

SQL * Plus: Release 11.2.0.1.0 Production on Wednesday April 3 09:32:26 2013

Copyright (c) 1982,201 0, Oracle. All rights reserved.

SQL> connsystem/windows @ orcl
Connected.
SQL> Create directory dump_dir as 'e: \ studydemo \ oracle \ dumpdir ';

The directory has been created.

SQL> grant read, write on directory dump_dir to scott;

Authorization successful.

SQL> exit
C: \ Windows \ system32> expdpsystem/windows @ orclschemas = scott directory = dump _
Dir dumpfile = scott. dmp logfile = exp. log version = 10.2.0.3.0

 

C: \ Windows \ system32> impdpsystem/windows @ orclschemas = scott directory = dump_d
Ir dumpfile = scott. dmp logfile = imp. log version = 10.2.0.3.0

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.