Oracle Import DMP Whole process

Source: Internet
Author: User


CREATE TABLE Space
Create Tablespace BOSS
Tempfile ' d:/oraclexe/boss.dbf '
Size 500M
Autoextend on next 50M maxsize 4000M;

Delete Table space
Drop tablespace BOSS including contents and datafiles


modifying character sets
ALTER SYSTEM ENABLE RESTRICTED SESSION;

ALTER SYSTEM SET job_queue_processes=0;

ALTER SYSTEM SET aq_tm_processes=0;

--If you are from a subset to a parent set, you need to use the Internal_use parameter to skip the hyper-subset detection
ALTER DATABASE CHARACTER SET internal_use ZHS16GBK;

ALTER DATABASE National CHARACTER SET internal_use al16utf16;


CREATE USER Ovtboss identified by Ovtboss;

Allocation table Space
Alter user Ovtboss default Tablespace BOSS;

Grant DBA to Ovtboss;

Imp ' Sys/manager as Sysdba ' file= "20160514_ovtboss.dmp" Fromuser=ovtboss touser=ovtboss ignore=y

Oracle Import DMP Whole process

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.