Exp-imp to realize the migration of Oracle's different table space ____oracle

Source: Internet
Author: User


--1 on the migration target machine new
Create tablespace tzsb datafile ' I:\app\Administrator\oradata\orcl\tzsb01.dbf ' size 500m
Create user WGM_TZSB identified by pwd123 default tablespace tzsb temporary tablespace temp Quota unlimited on TZSB Accoun t unlock;
Grant create session to WGM_TZSB;
Grant CREATE table to WGM_TZSB;
Grant CREATE procedure to WGM_TZSB;
Grant create sequence to WGM_TZSB;
Grant CREATE view to WGM_TZSB;

--2 the table space name on the source computer (account: SYS/ORACLE@ORCL as SYSDBA login)

Alter tablespace EXAMPLE rename to TZSB;


--2, exporting users

Exp WGM_TZSB/PWE123@ORCL file=orcl.dmp Log=orcl-exp.log

--This DMP file tablespace should now be TZSB

--3, modify the table space name back (account: Sys/oracleas SYSDBA login)

Alter tablespace TZSB rename to EXAMPLE;


--4, import to the newly created user WGM_TZSB on target (default tablespace is TZSB, temporary tablespace is temp)

Imp WGM_TZSB/PWD123@ORCL file=c:\orcl.dmp full=y

All data is migrated to the new table space TZSB.

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.