oracle exp根据条件,oracle exp导出加上过滤条件

本文介绍了如何使用Oracle exp命令导出数据,并通过SQL查询语句筛选2017年及以后的数据。同时详细讲解了如何为DB_USER_NAME创建并授权,包括连接、资源、权限如创建表、视图等操作,以及设置表空间和扩展选项。
摘要由CSDN通过智能技术生成

exp username/password@dbname   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;

//表空间

create tablespace XXX

datafile ‘D:/app/DEMOSPACE_TBSPACE.dbf‘

size 1500M

autoextend on next 5M maxsize 2000M;

oracle exp导出加上过滤条件

标签:空间   extend   connect   enc   to_date   tab   xtend   taf   file

本条技术文章来源于互联网,如果无意侵犯您的权益请点击此处反馈版权投诉 本文系统来源:http://www.cnblogs.com/wdw31210/p/7284769.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值