ORA-26794: Hierarchically enabled tables not supported
Cause: Hierarchically enabled tables are not supported.
Action: Disable hierarchy for the table.
ORA-26794错误是由于Oracle数据库调用可按层次检索的表时出现的,它表明Oracle目前不支持可按层次检索的表。
ORA-26794: Hierarchically enabled tables not supported
Cause: The requested form of the table is not supported by Oracle.
Action: Rewrite the query to use a non-hierarchically enabled table.
ORA-26794错误通常会在使用Oracle数据库时出现,当外部调用可按层次检索的表(CREF)时会发生此错误。
为了解决ORA-26794错误,可以重新编写查询语句,使用非层级激活表。另外,Oracle应用程序也可以屏蔽对可按层次检索的表的调用。