Hello.
I execute SQL
in SQLWindow. After execute I see that button "Commit" is enabled. It is ok. But after I fetched all records this button becomes disabled. Why does PLSQLDeveloper perform commit? Autocommit is unchecked in my preferences.
Thanks
PS In TestWindow I haven't this problem
I execute SQL
SQL:
select * from my_Table@My_DBLINK
where rownum <1000
in SQLWindow. After execute I see that button "Commit" is enabled. It is ok. But after I fetched all records this button becomes disabled. Why does PLSQLDeveloper perform commit? Autocommit is unchecked in my preferences.
Thanks
PS In TestWindow I haven't this problem
Last edited: