就像是
SQL> !oerr ora 0404304043, 00000, 鈥渙bject %s does not exist鈥�// *Cause: An object name was specified that was not recognized by the system.// There are several possible causes:// 鈥� An invalid name for a table, view, sequence, procedure, function,// package, or package body was entered. Since the system could not// recognize the invalid name, it responded with the message that the// named object does not exist.// 鈥� An attempt was made to rename an index or a cluster, or some// other object that cannot be renamed.// *Action: Check the spelling of the named object and rerun the pre. (Valid// names of tables, views, functions, etc. can be listed by querying// the data dictionary.)
这是Oracle中的错误查找实用程序。
Usage: oerr facility error
facility是任何错误类型,例如
ora,
amd等等,并且
error是代码。但是,您需要确保您具有对所有已安装目录的访问权限。
这就是您需要的PDF格式。



