ORA-39946: Nondefault token table encountered.

文档解释

ORA-39946: Nondefault token table encountered.

Cause: During transportable tablespace import, a nondefault token table was encountered.

Action: Use the dump file export or import instead of transportable tablespace.

此错误消息表明指定的SQL查询调用了非默认的标记表(Token Table)。

官方解释

常见案例

一般处理方法及步骤

1)检查SQL语句中的参数值是否正确。

2)确保SQL语句中的参数类型正确。

3)检查系统中的元数据,确保SQL语句所引用的对象存在。

4)重新启动数据库,通过重新载入SQL引擎来清理错误消息。

5)查找系统中的报告错误日志以调查此问题。

你可能感兴趣的