Hi
it seems performing a commit in the command window does not work if a select statement is executed before the commit.
I did an update, a select and a commit and the update was suprisingly 'lost'.
SQL> select id, modified_by from test_table;
ID MODIFIED_BY...