Background documentation-10810: Session already in use Locate this document in the navigation structure

 

Explanation

An SQL statement is already being executed in this thread for this database session.

User Response

Avoid calling SQLDBC methods from signal handlers, unless you are certain that no SQL statements will be executed in the application program when the signal is triggered.