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.
当我们检查任何 sql 语句的 Autotrace 或 SQL 跟踪时,它首先执行该语句。
我想知道它何时执行任何 DML 语句,它将被自动提交还是我们需要提交或回滚该语句?
设置跟踪不会导致提交。在 sql*plus 中,影响自动提交的参数是“set autocommit on”。因此,当您跟踪 DML 语句时,您必须自己回滚或提交它,除非您打开了自动提交。