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 question

Re: SQLPLUS question

From: DA Morgan <damorgan_at_exesolutions.com>
Date: Fri, 10 Jan 2003 09:02:55 -0800
Message-ID: <3E1EFCBF.C4B98DC7@exesolutions.com>


sk wrote:

> I have been trying for hours to figure this out but can not find.
> Normally I can use Ctrl C to stop a query running. I have been changing
> parameters and now I can not use Ctrl C any longer and can not determine
> what I changed.
>
> Any help?

Ctrl C doesn't stop queries. It may stop SQL*Plus it the query is likely churning away on the server just fine.

To kill a query you must either use orakill (Windows), kill the session, or ALTER SYSTEM KILL SESSION. Daniel Morgan Received on Fri Jan 10 2003 - 11:02:55 CST

Original text of this message

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