Oracel Import Database DMP steps ___ Database

Source: Internet
Author: User
Tags import database
Oracel Import Database steps
1, the establishment of the table space
2, build users
4, Import

--Building table space Ts_qdpt_mh_data
Create tablespace ts_qdpt_mh_data datafile ' D:\ORACLE\PRODUCT\10.2.0\ORADATA\db\TS_QDPT_MH_DATA.dbf ' size 10240m; 

--The table space of the index.
Create tablespace ts_dqpt_mh_idx datafile ' D:\ORACLE\PRODUCT\10.2.0\ORADATA\db\TS_DQPT_MH_IDX.dbf ' size 4096m; 

--Build User Db_user1
--Create 
the user create user Db_user1 
identified by "Db_user1" 
default tablespace ts_qdpt_mh_data 
Temporary tablespace TEMP profile 
DEFAULT; 
--Grant/revoke role Privileges 
Grant connect to Db_user1; 
Grant DBA to Db_user1; 
Grant resource to Db_user1; 
--Grant/revoke System privileges 

----Import

--Delete User

Drop user <span style= "font-family:arial, Helvetica, Sans-serif;" >db_user1 </span><span style= "font-family:arial, Helvetica, Sans-serif;" >cascade</span>


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.