dbTalk Databases Forums  

terminating SQL execution

comp.database.oracle comp.database.oracle


Discuss terminating SQL execution in the comp.database.oracle forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
qazmlp
 
Posts: n/a

Default terminating SQL execution - 11-27-2003 , 04:36 AM






This is one of my older post which went unanswered. As I also didn't
get the answer for this problem, I am posting it again here:

---------------
There are so many SQL commands running in the SQL prompt.

I want to terminate from the execution.
How can I do that(pressing Cirl-C, Ctrl-D doesn't help) ?

DB that I use is Oracle:
The OS that I work with is Solaris.
---------------

Reply With Quote
  #2  
Old   
Mark R.Bannister
 
Posts: n/a

Default Re: terminating SQL execution - 11-27-2003 , 02:04 PM






qazmlp1209 (AT) rediffmail (DOT) com (qazmlp) wrote in message news:<db9bbf31.0311270236.51edd11f (AT) posting (DOT) google.com>...
Quote:
This is one of my older post which went unanswered. As I also didn't
get the answer for this problem, I am posting it again here:

---------------
There are so many SQL commands running in the SQL prompt.

I want to terminate from the execution.
How can I do that(pressing Cirl-C, Ctrl-D doesn't help) ?

DB that I use is Oracle:
The OS that I work with is Solaris.
---------------
I'm sure Ctrl+C works for me (can't test it right now). Are you sure
the terminal settings have Ctrl+C set-up to interrupt (see output from
'stty -a' at shell) ....?

Mark.


Reply With Quote
  #3  
Old   
nobody
 
Posts: n/a

Default Re: terminating SQL execution - 11-28-2003 , 10:19 PM



and stty break is ?

"Mark R.Bannister" <Chapter33 (AT) aol (DOT) com> wrote

Quote:
qazmlp1209 (AT) rediffmail (DOT) com (qazmlp) wrote in message
news:<db9bbf31.0311270236.51edd11f (AT) posting (DOT) google.com>...
This is one of my older post which went unanswered. As I also didn't
get the answer for this problem, I am posting it again here:

---------------
There are so many SQL commands running in the SQL prompt.

I want to terminate from the execution.
How can I do that(pressing Cirl-C, Ctrl-D doesn't help) ?

DB that I use is Oracle:
The OS that I work with is Solaris.
---------------

I'm sure Ctrl+C works for me (can't test it right now). Are you sure
the terminal settings have Ctrl+C set-up to interrupt (see output from
'stty -a' at shell) ....?

Mark.



Reply With Quote
  #4  
Old   
John Smith
 
Posts: n/a

Default Re: terminating SQL execution - 12-25-2003 , 01:36 PM




"qazmlp" <qazmlp1209 (AT) rediffmail (DOT) com> wrote

Quote:
This is one of my older post which went unanswered. As I also didn't
get the answer for this problem, I am posting it again here:

---------------
There are so many SQL commands running in the SQL prompt.

I want to terminate from the execution.
How can I do that(pressing Cirl-C, Ctrl-D doesn't help) ?

DB that I use is Oracle:
The OS that I work with is Solaris.
---------------
Being able to interrupt an SQL command would be a signficant way to violate
the integrity of a database. You can interrupt streaming output from a
query, but this can be accomplished by simply closing the output window. As
far as pure SQL statements against the database, I would think that there is
no way to interrupt them except by bringing the database down.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Reply With Quote
  #5  
Old   
Jim Kennedy
 
Posts: n/a

Default Re: terminating SQL execution - 12-25-2003 , 02:00 PM



No, there is an alter session kill command.
The session that was killed would be rolled back. Or if the session loss a
database connection then it would also be rolled back.
Jim
"John Smith" <jsmith4d4455ij44 (AT) yahoo (DOT) com> wrote

Quote:
"qazmlp" <qazmlp1209 (AT) rediffmail (DOT) com> wrote in message
news:db9bbf31.0311270236.51edd11f (AT) posting (DOT) google.com...
This is one of my older post which went unanswered. As I also didn't
get the answer for this problem, I am posting it again here:

---------------
There are so many SQL commands running in the SQL prompt.

I want to terminate from the execution.
How can I do that(pressing Cirl-C, Ctrl-D doesn't help) ?

DB that I use is Oracle:
The OS that I work with is Solaris.
---------------

Being able to interrupt an SQL command would be a signficant way to
violate
the integrity of a database. You can interrupt streaming output from a
query, but this can be accomplished by simply closing the output window.
As
far as pure SQL statements against the database, I would think that there
is
no way to interrupt them except by bringing the database down.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----



Reply With Quote
  #6  
Old   
John Smith
 
Posts: n/a

Default Re: terminating SQL execution - 01-02-2004 , 11:18 AM



Makes sense...

"Jim Kennedy" <kennedy-downwithspammersfamily (AT) attbi (DOT) net> wrote

Quote:
No, there is an alter session kill command.
The session that was killed would be rolled back. Or if the session loss
a
database connection then it would also be rolled back.
Jim
"John Smith" <jsmith4d4455ij44 (AT) yahoo (DOT) com> wrote in message
news:3feb3c87_1 (AT) corp (DOT) newsgroups.com...

"qazmlp" <qazmlp1209 (AT) rediffmail (DOT) com> wrote in message
news:db9bbf31.0311270236.51edd11f (AT) posting (DOT) google.com...
This is one of my older post which went unanswered. As I also didn't
get the answer for this problem, I am posting it again here:

---------------
There are so many SQL commands running in the SQL prompt.

I want to terminate from the execution.
How can I do that(pressing Cirl-C, Ctrl-D doesn't help) ?

DB that I use is Oracle:
The OS that I work with is Solaris.
---------------

Being able to interrupt an SQL command would be a signficant way to
violate
the integrity of a database. You can interrupt streaming output from a
query, but this can be accomplished by simply closing the output window.
As
far as pure SQL statements against the database, I would think that
there
is
no way to interrupt them except by bringing the database down.




-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----





-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.