Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQLPLUS: Control-C leads to "End-of-file on Communication Channel"

Re: SQLPLUS: Control-C leads to "End-of-file on Communication Channel"

From: John P. Higgins <jh33378_at_deere.com>
Date: Sat, 20 Jun 1998 11:49:30 -0500
Message-ID: <358BE819.12AA7917@deere.com>


From the unix shell command line, type: stty -a

You will probably find that control-c (^C) is assigned to end-of-file (eof). You want to re-assign it to interupt (intr). You do this with another stty command: stty intr ^C (type the actual control-c).

doid wrote:

> Hi all,
>
> I hope somebody here has some experience he can share.
>
> I'm running in a brand new instance on a brand new machine, using a copy
> of our production schema. (Oracle 8.0.3, SGI Origin 200, IRIX 6.4)
>
> When I run a query from SQLPLUS, and interrupt it with control-c, I
> invariably get disconnected from ORACLE.
>
> When I run the same queries on other machines (different hardware,
> Oracle 7.1.6, different Unix....), I have no problems.
>
> I'm beginning whether it could be as trivial as some setting in my Unix
> shell. I've looked at everything else I could think of.
>
> While the obvious solution is to stick with 7.1.6, I don't have that
> luxury:)
>
> Has anybody here had the same problem? Can you suggest a solution?
>
> thanks,
>
> doid:)
>
> --
> The views expressed here are mine and do not reflect the official
> position of my employer or the organization through which the
> Internet was accessed.
Received on Sat Jun 20 1998 - 11:49:30 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US