读书人

问个oracle有关问题:ORA-01495: 未找到

发布时间: 2013-01-08 14:02:13 作者: rapoo

问个oracle问题:ORA-01495: 未找到指定的链接行表
SQL> rem
SQL> rem analyze the table table in question
SQL> rem
SQL> analyze
2 table cloudlib.school_dept list chained rows;

analyze
table cloudlib.school_dept list chained rows

ORA-01495: 未找到指定的链接行表

求高手帮忙啊 为什么会跳ora-01495
[解决办法]
[oracle@even Disk1]$ oerr ora 01495
01495, 00000, "specified chain row table not found"
// *Cause: The specified table either does not exist or user does not have
// the proper privleges.
// *Action: Specify the correct table to use.
这是oerr工具检测出来的结果
你的错误可能原因可能:
1) @?/rdbms/admin/utlchain.sql 这个utlchain.sql这个脚本你可能没运行
2) school_dept 可能不存在或者你没有这个表的操作权限

读书人网 >oracle

热点推荐