Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 toad 连接到 Oracle,发出选择查询,并在退出时要求发出提交或回滚。我按了退出键,消息框消失了。然后我结束了连接。这会对我查询的表造成任何问题吗?会导致undo表空间或回滚段失控吗?提前致谢。
这是 Oracle PMON(进程监视器)进程将处理的内容。如果会话以无序的方式终止,则会话将处于必须清除的状态。然后 PMON 进程将回滚任何活动事务。
因此,回答您的问题:不,您的事务不再处于活动状态,并且您的所有更改都已回滚(如果您没有明确提交)。