Oracle Export Import Table space creation

Source: Internet
Author: User

//sqlplus command before backing up the database create a database DMP deposit directorySqlplus/Nologconn/ asSysdbasql> Create or Replace directory Expdir as 'E:/kxdb'; the directory was created. CMD://Export DatabaseEXPDP emms/emms123 Directory=expdir dumpfile=emms2.dmp logfile=EMMS2.log//Importing DMPIMPDP emms/emms123 Directory=expdir dumpfile=emms2.dmp//UninstallE:\app\Administrator\product\11.2.0\dbhome_1\deinstall\deinstall//Database1. Emms EMMS1231: Creating a temporary tablespace create temporary tablespace emms_temptempfile'C:\app\administrator\oradata\orcl\EMMS_TEMP.dbf'size 50m autoextend on next 50m maxsize 20480m extent management local; 2: Creating a data table space create tablespace emmslogging datafile'C:\app\administrator\oradata\orcl\EMMS_DATA.dbf'size 50m autoextend on next 50m maxsize 20480m extent management local; 3rd Step: Create user and specify table space create user Emms dentified by EMMS123defaulttablespace emmstemporary tablespace emms_temp; 4th step: Grant CONNECT,RESOURCE,DBA to emms the user permission;

Oracle Export Import Table space creation

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.