Oracle data import and export, client

Source: Internet
Author: User

1: A client must be installed when you use toad to connect to Oracle,

Select instantclient, but if you want to use the DMP file of the imp/exp database or perform the sqlplus operation, you need to select the following (Administrator) [runtime, you have never used custom settings.

2: imp/exp

A: create a user and grant DBA permissions.

Create user zsedu identified by zsedu;

Grant DBA to zsedu;

B: Configure net configuration Assistant

Configure the listener first (the name is the same as the name of the Oracle service installed), and then configure the local net service name. After the test, click Next.

C: run the command imp credu/credu @ myorcl file = D:/zsedu. dmp full = y ignore = Y [@ service name following -- (Step B )]

IMP username/password @ myorcl file = D:/zsedu_all.dmp full = y ignore = y

 

Exp username/password @ myorcl file = D:/cxyx1.dmp full = y

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.