Database Error Messages

DIA-49096

Invalid DBMS_USERDIAG.SESSION_SQL_TRACE_DISABLE API usage.

Cause

Invalid API usage.


Action

Please try any one of the following combinations to disable a SQL trace:

  1. Session-based sqltracing - (level, sid, ser, binds, waits, sql_id, sys)
  2. ClientID-based sqltracing - (client_id)
  3. SVM-based sqltracing - (service, module, action, instance_name)

for more information, refer to the DBMS_USERDIAG documentation.