When exiting SqlDeveloper it occasionally claims that there are uncommitted changes and it would be good to see what changes are pending and is it save to either commit or rollback those.
I have found out that by disconnecting database connections one by one I can isolate which database connection has uncommitted changes, because it prevents disconnect.
The problem in this is that sometimes there are no 'freehand' sql scripts pending commit but maybe some clicking around the object tree has made update which is not committed?
Is there method to check which action is pending commit or are there known features in sqldeveloper which are not auto-committing their changes.
rgrds paavo