How to quit SQL*Plus without committing?
489554Jul 31 2007 — edited Jul 31 2007Hi all,
I know that when you type QUIT or EXIT in a SQL*Plus session, it will automatically commit any changes. And if you just kill the application, then it does a rollback.
On one particular database, I'd like to set it so that anytime someone does a QUIT or EXIT in their SQL*Plus session, that it does a ROLLBACK, not a COMMIT. Is there a way to set this up so it is system-wide?
Thanks!
--Brad