ORA-31005: Path name length string exceeds maximum length string
Cause: The length of a path name passed to the XDB hierarchical resolver exceeded the maximum length.
Action: Choose a shorter path name.
这是一个Oracle警告,表示路径名称过长。尽管不会阻止语句完成,但是在运行时可能会导致性能下降和其他问题。
Oracle Database错误消息ORA-31005:
path name length string exceeds maximum length string
这是一个警告性错误,指出长度超过允许的最大长度。更多信息,请参考Oracle文档。
ORA-31005出现在具有过长的路径的文件的CREATE DIRECTORY操作或GRANT语句中。
1.确定路径的最大长度。
2.如果路径的长度超过了允许的最大长度,请在路径中包含的组件的长度上作出调整,以减少路径的总长度。
3.然后,重新运行相应的SQL。