2 ways Oracle Exports DMP files

Source: Internet
Author: User
Tags sqlplus

Exporting data using exp and EXPDP

1.exp Export Data Command

Exp gd_base/@192.168. 13.211 file=d:\export\gd_base.dmp log=d:\export\gd_base.log full=y

2.EXPDP Exporting data

(1) CMD window to connect to database, go to Sqlplus page

Sqlplus Sys/[email protected]192.168. 13.211/oanet as Sysdba

(2) Create a directory object (created with Administrator account login)

' D:\FZB ';

Once created, Exit Sqlplus.

(3) Create the appropriate directory on the operating system , such as creating a folder in the D drive directory Fzb

(4) Connection Database Execution Export command

Import the base library and the Dbwizard library all at once

EXPDP system/123123@192.168. 13.211/oanet   directory=dump_dir dumpfile=gd_base_and_gd_dbwizard.dmp   schemas=gd_base, Gd_dbwizard

2 ways Oracle Exports DMP files

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.