Home » Developer & Programmer » Precompilers, OCI & OCCI » 'ctrl+c' does not works in pro*c applications,while running on Linux 7.1.
'ctrl+c' does not works in pro*c applications,while running on Linux 7.1. [message #93595] Sun, 21 July 2002 22:47 Go to next message
rahul tarar
Messages: 4
Registered: July 2002
Junior Member
We use 'ctrl+c' to terminate a running application in Linux.It works fine when when running a sipmle c++ aplication,but, if we call some pro*c code in side the same application -'ctrl+c' does not works.
I guess the oracle connection sheilds the 'ctrl+c' signal from the application....??
whats the exact reason for this ?
Re: 'ctrl+c' does not works in pro*c applications,while running on Linux 7.1. [message #93647 is a reply to message #93595] Tue, 10 September 2002 06:04 Go to previous message
Rama Krishna Gaddipati
Messages: 1
Registered: September 2002
Junior Member
Your guess is right!

Oracle's library handles ctrl+c. If you want your own handler, call the signal() function with the appropritate args, to handle the signal, after a call to create environment.
Previous Topic: Re: user guide to pro*c
Next Topic: Pro* c error :
Goto Forum:
  


Current Time: Wed Apr 24 21:13:52 CDT 2024