ORA-26079: file “string” is not part of table string.string
Cause: A parallel load file was specified which is not in the
* tablespace of the table being loaded.
Action: Check to make sure that the specified parallel load file
* is in the tablespace of the table being loaded.
ORA-26079:文件“string”不属于表string.string。
本错误消息表明用户试图访问一个不属于其表的文件,该表无法访问此文件。
ORA-26079:文件“string”不属于表string.string
实例:
错误消息:
SQL> select * from table1.emp;
错误:
ORA-26079:文件“EMP”不属于表TABLE1.EMP
1.检查表是否正确指定,确保表在用户拥有权限的表空间中。
2.检查表是否在当前库中存在,用户是否具有对数据库表的访问和查询权限。
3.尝试权限给予,给用户需要使用该表授予可以访问和查询表的权限。
本文标签:ORA-26079 file #8220string #8221 is not part of table string.string
原文链接:
版权说明: 本文由作者上传,本站仅提供存储服务,转载请注明原文链接