Oracle数据导入导出,定时备份
发布时间:2020-12-12 15:48:48 所属栏目:百科 来源:网络整理
导读:导出数据命令行 文件 expdata.bat parfile指向expdata.par文件 exp parfile=D:expexpdata.par file=txgl.dmp filesize=600M log=dl.log 文件expdata.par a target=_blank href="mailto:userid=txgl/123456@ZZSorcl"userid=txgl/123456@ZZSorcl/abuffer=819
------------------------------------------------------------------------------------------------------------------------------------------- 创建Oracle用户: create user newuser identified by "password" --default tablespace TBS_DATA01 --temporary tablespaceTBS_DATA01_temp profile DEFAULT --表空间 quota unlimited on newuser; -- Grant/Revoke role privileges --用户 grant connect to newuser; -- Grant/Revoke system privileges grant create any index to newuser; grant create any sequence to newuser; grant create any table to newuser; grant create any trigger to newuser; grant create any view to newuser; grant create procedure to newuser; grant select any dictionary to newuser; grant select any sequence to newuser; GRANT UNLIMITED TABLESPACE TO newuser; (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- reactjs – React Typescript:没有状态/没有道具的React组
- XML 能干什么?
- 挨踢部落直播课堂第七期:如何使用React构建同构(isomorph
- Oracle数据库小技巧系列之数据查询
- Oracle 用户模式
- ruby-on-rails – 将纯文本URL转换为Ruby on Rails中的HTML
- ruby-on-rails – 无法连接到chromedriver
- Gson:将String直接转换为JsonObject(无POJO)
- 关于ajaxfileupload.js的上传打开新页面的问题
- ios – 如何访问XCUIApplication中设置的launchEnvironment