问个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 可能不存在或者你没有这个表的操作权限