加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

Oracle APEX 报错List of Values not supported for this type

发布时间:2020-12-12 14:47:39 所属栏目:百科 来源:网络整理
导读:问题现象 修改Type类型为: Tabular Form[Legacy] 的SQL时,保存报错: ORA-20999: ‘PL/SQL Function Body returning SQL Query’ List of Values not supported for this type! ORA-06512: 在 “APEX_050100.WWV_FLOW_REG_RPT_COL_DEV_IOT”,line 79 ORA-04

问题现象

修改Type类型为:Tabular Form[Legacy]的SQL时,保存报错:

ORA-20999: ‘PL/SQL Function Body returning SQL Query’ List of Values not supported for this type! ORA-06512: 在 “APEX_050100.WWV_FLOW_REG_RPT_COL_DEV_IOT”,line 79 ORA-04088: 触发器 ‘APEX_050100.WWV_FLOW_REG_RPT_COL_DEV_IOT’ 执行过程中出错

解决方法

这是由于apex 从4.2版本 升级到 5.1时APEX的一个BUG

解决方法为:
1. 先把TYPE变成成其它的类型
2. 再把TYPE修改成Tabular Form[Legacy]
3. 这时会弹出警告:

This will just create the tabular form and not the associated processes and validations. To generate the related processes and validations please use the Create Page wizard.

之后再修改SQL,保存,可以正常保存了

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读