Ir al contenido principal

El Autocommit en SQL PLUS y SQL DEVELOPER

In SQL*Plus, enable the autocommit mode with the command:

SET AUTOCOMMIT ON
To return to normal:
SET AUTOCOMMIT OFF


In SQL Developer, from the Tools menu, select Preferences. Then expand Database and Worksheet Parameters: you will see the Autocommit in SQL Worksheet check box.

Comentarios