This document provides guidance on tuning and monitoring SQL queries in Tibero. It describes how to view SQL execution results using SQL trace files generated by setting the SQL_TRACE parameter or using the SET_SQL_TRACE_IN_SESSION procedure. It also explains how to use the tbPROF command to analyze the output trace files and view statistics on query parsing, execution and fetching. Additional topics covered include using AUTOTRACE in tbSQL, the V$SQL_PLAN view, SQL_TRACE_DEST parameter and privilege requirements for AUTOTRACE.