oracle – 使用expdp备份数据库
发布时间:2021-05-15 17:47:50 所属栏目:站长百科 来源:网络整理
导读:当我使用此语句备份oracle时: EXPDP userid=scott/tiger@orcl directory=DATA_PUMP_DIR dumpfile=%filename%.DMP 它有错误: Ora-39002:The operation is invalidOra-3970:can not open the log fileOra-39087:directory name DATA_PUMP_DIR is invalid 当
当我使用此语句备份oracle时: EXPDP userid=scott/tiger@orcl directory=DATA_PUMP_DIR dumpfile=%filename%.DMP 它有错误: Ora-39002:The operation is invalid Ora-3970:can not open the log file Ora-39087:directory name DATA_PUMP_DIR is invalid 当我跑: select * from dba_directoris; DATA_PUMP_DIR是 D:appAdministratoradminorcldpdump 更重要的是,我自己创建了目录.它仍然提供相同的错误,我非常确定目录存在. 您需要向用户授予对目录的读写权限以进行备份.(假设您拥有所有权限)GRANT read,write ON DIRECTORY data_pump_dir TO scott; (编辑:ASP站长) 【免责声明】本站内容转载自互联网,其相关言论仅代表作者个人观点绝非权威,不代表本站立场。如您发现内容存在版权问题,请提交相关链接至邮箱:bqsm@foxmail.com,我们将及时予以处理。 |
相关内容
未处理完善
-
无相关信息
最新更新