aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-31463: logfile location string is an empty directory

ORA-31463: logfile location string is an empty directory
Cause: The directory specification for logfile location for the change source, is an empty directory
Action: 1. Make sure it is the correct location of the logfiles. If it is, make sure the directory contains logfiles. OR 2. perform ALTER CHANGE SOURCE and change the logfile_location to be an existing directory that contains the logfiles

请先 登录 后评论

1 个回答

小智
ORA-31463:logfile位置字符串是一个空目录,
.原因:更改源的日志文件位置的目录说明是一个空目录,
.操作: 1.确保它是日志文件的正确位置。如果是,请确保目录包含日志文件。或2.执行ALTER CHANGE SOURCE并将logfile_location更改为包含日志文件的现有目录,
.
请先 登录 后评论