首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > oracle >

问个oracle有关问题:ORA-01495: 未找到指定的链接行表

2013-01-08 
问个oracle问题:ORA-01495: 未找到指定的链接行表SQL remSQL rem analyze the table table in question

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

热点排行
Bad Request.