【问题标题】:Oracle Application Express shows deleted data from oracle tableOracle Application Express 显示从 oracle 表中删除的数据
【发布时间】:2019-05-26 07:16:32
【问题描述】:

我从 Oracle 中删除了一行

delete from student where gr_number = 51777;

在包含交互式报告的 Oracle Application Express 表单中,从学生那里获取数据会显示已删除的行。我还使用 Oracle Application Express 中的 SQL 命令进行检查,它再次显示已删除的行

select * from student where gr_number = 51777;

请说明为什么 Oracle Application Express 会显示 Oracle 表中已删除的记录。

我正在使用 Oracle Application Express 18.2

【问题讨论】:

    标签: oracle oracle11g oracle-sqldeveloper oracle-apex oracle-apex-5.1


    【解决方案1】:

    因为您在发出DELETE 后没有COMMIT

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-03-11
      • 2016-02-22
      • 1970-01-01
      • 2015-12-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多