sqlplus prompt and ctrl c command
Hi,
I am running into one situation in which i tried to login to one of our database(testdb) running on 10.2.0.5 from remote host using sqlplus(11R2 version) command and tried Ctrl+C right after login. It disconnected my session with following message. Is this a bug? It doesn't happen with other oracle version. Any idea what's happening here?
testdb SQL> --- Press Ctrl C here---
testdb SQL> select * from tab;
select * from tab
*
ERROR at line 1:
ORA-03113: end-of-file on communication channel
Process ID: 0
Session ID: 4056 Serial number: 13861
Thanks much in advance.
-Mal.