文档解释
ORA-30462: unsupported operator: string
Cause: An attempt was made to refresh a summary containing an unsupported operator
Action: Verify that all columns of the summary contain expressions that are refreshable.
ORA-30462错误表明在Oracle数据库中使用了不支持的操作符,一般来说,它发生在尝试使用字符串类型的数据使用某些数学操作的时候。
官方解释
ORA-30462 使用不支持的操作符: string
Cause: 除非结果是PL/SQL Language_Element,否则无法使用指定的字符串操作符。
Action: 确保字符串操作符使用正确,并是PL/SQL表达式的一部分。
常见案例
一般处理方法及步骤
查看更多关于ORA-30462: unsupported operator: string ORACLE 报错的详细内容...
声明:本文来自网络,不代表【好得很程序员自学网】立场,转载请注明出处:http://www.haodehen.cn/did233217