ORA-19284: Encoding specification in version declaration not supported

文档解释

ORA-19284: Encoding specification in version declaration not supported

Cause: The query contained an encoding specification.

Action: Remove the encoding specification.

ORA-19284是指在版本声明的过程中,不支持编码规范。

官方解释

常见案例

一般处理方法及步骤

1.将数据库参数NLS_LANG设置为空,然后重新启动数据库。

2.将版本号声明中的编码规范删除。

3.重新声明版本号,不要在其中使用任何编码规范。

你可能感兴趣的