Oracle Import and Export command

Source: Internet
Author: User

Exp Upms/[email PROTECTED]:1521/ORCL File=d:\upms.log full=y

#oracle11g导入导出命令 #
EXPDP upms/[email protected]:1521/orcl directory=data_file_dir dumpfile=upms0823.dmp logfile=UPMS0823.log schemas= Upms

IMPDP sys/[email protected]:1521/orcl directory=data_file_dir dumpfile=upms0823.dmp logfile=FPMS0823.log remap_ Schema=upms:fpms

Note:

1. When Oracle deletes a user, it prompts the user to be connected and cannot be deleted:

Enter the cmd command to connect to the Oracle instance. Enter drop user sxk cascade; The following actions can occur if the connected users cannot delete:

Select username, sid, serial# from v$session where username=sxk ';

Enter ALTER system kill session ' **,** '; kill process resources;

Re-executes the delete user command. User successfully deleted.

Reference Blog : http://www.cnblogs.com/donghua2014/p/4203748.html

Oracle Import and Export command

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.