好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

ORA-32027: There is no string column with the matching type in string.string. ORACLE 报错

文档解释

ORA-32027: There is no string column with the matching type in string.string.

Cause: An attempt was made to set the audit table to a table or view object that does not have a column with the same name and type as the one in the audit table.

Action: Specify a valid table or view object for the audit table option.

ORA-32027 错误表明字符串(String)类型的列在指定的表或功能中没有找到。

官方解释

常见案例

SELECT * FROM USERS WHERE firstName = ‘’;

一般处理方法及步骤

查看更多关于ORA-32027: There is no string column with the matching type in string.string. ORACLE 报错的详细内容...

  阅读:22次