Oracle 10 Gb import DMP

Source: Internet
Author: User

Prepare to export the database from the server to the Local Machine for testing,

1. Install Oracle 10g on the local machine

2. Create a tablespace and a temporary tablespace

3. Create a user and be granted Permissions

First, start SQL * puls

Second, log in with system/manager

Third, create user username identified by password;

Fourth, grant create user, drop user, alter user, create any view,

Drop any view, EXP_FULL_DATABASE, IMP_FULL_DATABASE,

DBA, CONNECT, RESOURCE, create session to username; (do not forget the semicolon after the statement)

4. Assign the user a table space, a temporary table space, and a tablespace created in the second row.

5. Import the dmp file imp username/password in cmd @ rmis full = y file = d: file name. dmp ignore = y

The above is a test operation for oracle beginners. The summary is recorded here.

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.