You can enable procedure profiling by using the sa_server_option system procedure.
Prérequis
You must have the DIAGNOSTICS system role, and the MANAGE PROFILING system privilege.
Connect to the database.
Call the sa_server_option system procedure, setting the ProcedureProfiling option to ON.
For example, execute the following CALL statement:
CALL sa_server_option( 'ProcedureProfiling' , 'ON' ); |
![]() |
Discuter à propos de cette page dans DocCommentXchange.
|
Copyright © 2013, SAP AG ou société affiliée SAP - SAP Sybase SQL Anywhere 16.0 |