Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix C SSOLite Stored Procedures : Debug Procedures : SW_SET_DEBUG

SW_SET_DEBUG
The SW_SET_DEBUG procedure turns debugging on or off.
Syntax
SW_SET_DEBUG(
     
enable in integer)
where enable is a flag that turns debugging on or off. Specify:
1 to enable debugging (and create the SSOLITE_DEBUG_DATA temporary table).
0 to disable debugging. Note that any existing debug information written to the SSOLITE_DEBUG_DATA temporary table for the current transaction is still available.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved