SQL_TEXT_MESSAGE¶
Applies to: ORAFlex SQLFlex MYSQLFlex PGFlex DB2Flex
Use this command to manually insert a string into a trace file. This can be useful for readability within the trace file to log what is actually happening at certain points.
Syntax
SQL_TEXT_MESSAGE {variable}
Parameter |
Description |
---|---|
{variable} |
The string to insert into the trace file. |
Example
Login "localhost" "mds" "mertech" "ora_drv"
ENABLE_TRACE_ON to "c:\trace.txt" DEBUG_LEVEL
open Customer
SQL_TEXT_MESSAGE "The table has been opened"