windows - Is there a way to stop SQL*Plus exiting on Control-C? -
i'm using sql*plus on windows, , keep accidentally hitting ctrl-c, causes sql*plus exit. there way prevent this?
the best workaround i've found far prepend command cmd.exe /k
suggested here, @ least keeps prompt open can still see previous commands , results.
start /b sqlplus.exe scott/tiger @script.sql