ctrl c on PCs

2002-09-06 Thread Jeffrey Beckstrom
In sql*plus, if do a ctrl-c from within sqlplus I am returned to the dos prompt. However, from OpenVMS, I am kept in sql*plus. We have some scripts that do a pause in them so can terminate if a problem. However, if hit ctrl-c during the pause sql*plus ends commiting the updates. Shouldn't

Re: ctrl c on PCs

2002-09-06 Thread Gene Sais
try ctrl-y on VMS, it interrupts the session. [EMAIL PROTECTED] 09/06/02 09:58AM In sql*plus, if do a ctrl-c from within sqlplus I am returned to the dos prompt. However, from OpenVMS, I am kept in sql*plus. We have some scripts that do a pause in them so can terminate if a problem.

RE: ctrl c on PCs

2002-09-06 Thread DENNIS WILLIAMS
Jeffrey In the first case you are executing SQL*Plus directly on your PC. In the OpenVMS case, I assume that you are using some terminal emulation program to reach OpenVMS and starting SQL*Plus on that system. You may want to verify whether your terminal emulation program is sending the

RE: ctrl c on PCs

2002-09-06 Thread Hemant K Chitale
PROTECTED]] Sent: Friday, September 06, 2002 8:58 AM To: Multiple recipients of list ORACLE-L Subject: ctrl c on PCs In sql*plus, if do a ctrl-c from within sqlplus I am returned to the dos prompt. However, from OpenVMS, I am kept in sql*plus. We have some scripts that do a pause in them so can