oracle sql developer工具-提交后数据不可用 [英] oracle sql developer tool - data not available after commit

查看:127
本文介绍了oracle sql developer工具-提交后数据不可用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在表中插入数据。如果执行选择查询,则可以看到插入的数据。但是一旦执行提交,然后在同一窗口上执行选择查询,就找不到记录。

Inserted data in the table. If I execute select query, I can see the data inserted. But once I execute commit, then execute select query on the same window, no record found.

这看起来很奇怪。不知道是什么问题。

It is looks strange. Don't know what is the issue.

推荐答案

我找到了原因。这是一个全局临时表,其中该表被创建为
ON COMMIT DELETE ROWS

I found the reason. It is a Global Temporary Table, where the table is created as ON COMMIT DELETE ROWS.

这篇关于oracle sql developer工具-提交后数据不可用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆