Oracle EXP Export PLUS filter conditions

Source: Internet
Author: User

Exp Username/[email protected] file= ' d:\hehe.dmp ' tables= (%) query= "" "Where Update_dtime >= to_date (' 2017-01-01 ', ' Yyyy-mm-dd ') "" "

Create user Db_user_name identified by db_user_pwd
Default Tablespace ETL;
Grant Connect,resource to Db_user_name;
Grant create any sequence to db_user_name;
Grant create any table to Db_user_name;
Grant Delete any table to Db_user_name;
Grant insert any table to Db_user_name;
Grant Select any table to Db_user_name;
Grant unlimited tablespace to Db_user_name;
Grant execute any procedure to db_user_name;
Grant update any table to Db_user_name;
Grant create any view to Db_user_name;
Grant DBA to Db_user_name;

Table Space
Create Tablespace XXX
DataFile ' d:/app/demospace_tbspace.dbf '
Size 1500M
Autoextend on next 5M maxsize 2000M;

Oracle EXP Export PLUS filter conditions

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.