Dissable autocommit in sql developer web. Autonomous Database - Oracle cloud

155 Views Asked by At

I am doing some tests in Oracle Cloud using SQL Developer web.

I want to use the rollback command, but it does not work.

My table "t_test" is empty:

enter image description here

I add a row:

enter image description here

I can select that row:

enter image description here

I want to rollback:

enter image description here

It seems to work, but the record does not dissapear:

enter image description here

How can I dissable the autocommit?

UPDATE.

I tried to use set autocommit off, and it did not work

enter image description here

Thanks.

0

There are 0 best solutions below