ORA-01747: invalid user.table.column, table.column, or column specification
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ORA-01747: invalid user.table.column, table.column, or column specification相关的知识,希望对你有一定的参考价值。
参考技术A 刚好我也遇到了这个问题,后来我发现,表字段用了关键字。比如我报错是因为表字段用了offline,而这个是一个关键字,重命名一下就OK了。
用编缉表模式,查看viewsql。关键字会突出显示的。本回答被提问者和网友采纳 参考技术B user.table."COLUMN",按这个格式写就可以了。注意字段一定要大写。
以上是关于ORA-01747: invalid user.table.column, table.column, or column specification的主要内容,如果未能解决你的问题,请参考以下文章
java.sql.SQLSyntaxErrorException: ORA-01747
org.hibernate.exception.SQLGrammarException:ORA-01747:无效的 user.table.column、table.column 或列规范
第 3 行错误:PL/SQL: ORA-01747: 无效的 user.table.column、table.column 或列规范
获取 ORA-01747:使用动态插入插入数据时,Oracle 中的 user.table.column、table.column 或列规范无效