文档解释
ORA-02779: Stat failed on core dump directory
Cause: The package was unable to get information about the directory into which the servers are to dump core in the event of an exception.
Action: Check the permissions on the directory or use a different directory name.
ORA-02779:当使用stat系统调用试图获取core dump目录信息时,出现这个错误。
官方解释
可能的原因:
OS创建core dump目录没有执行设定的权限或没有正确设置用户/组属性。
正常处理方法及步骤
1)检查正在执行此调用的进程,并确认是否具有创建此文件夹以及读取/写入此目录中文件的正确权限。
2)必要时,使用chown/chgrp命令更改目录以及子目录中文件的用户/组属性。
3)使用chmod命令设置文件/目录的权限。
4)在OS层面设置core-dump文件的权限,以便能够写入core-dump文件内容。
5)使用umask命令设置文件的创建权限。