The trace information is output by default to the soltrace.out file in the solidDB working directory. You can also specify the output file by using the SQL.InfoFileName parameter, see SQL section. This is recommended since the soltrace.out file can contain information from several sources.
Examples
[SQL] Info = 1 InfoFileName = solidsql_trace.txt
The following statement turns on the SQL Info facility at level 3, outputting the trace information to a my_query.txt file in the working directory. This SQL Info facility is turned on only for the client that executes the statement.
SET SQL INFO ON LEVEL 3 FILE 'my_query.txt'
The following SQL statement turns off the SQL Info facility: