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 

Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -