aiaiDBA

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

13718043309

010-86462881

ORA-31461: logfile location string contains no files that match pattern string

ORA-31461: logfile location string contains no files that match pattern string
Cause: The directory specification for logfile location for the change source, does not contain any files whose names pattern-match the logfile_suffix.
Action: 1. Make sure that the logfile location contains logfiles whose names match the logfile_suffix pattern for the change set. OR 2. perform ALTER CHANGE SOURCE and change the logfile_suffix such that it matches the names of existing logfiles in the directory

请先 登录 后评论

1 个回答

小智
ORA-31461:logfile location 字符串不包含与模式字符串匹配的文件,
.原因:更改源的日志文件位置的目录说明不包含任何其名称模式与logfile_suffix匹配的文件。,
.操作: 1.确保日志文件位置包含名称与更改集的logfile_suffix模式匹配的日志文件。或2.执行ALTER CHANGE SOURCE并更改logfile_suffix,使其与目录中现有日志文件的名称匹配,
.
请先 登录 后评论