Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-44323

negative count count_number to option option
  • count_number: count number of the option.
  • option: option specified for the plshprof tool or dbms_hprof analyze function.

Cause

The option was specified with a negative count value. Skip, collect, depth_limit, and time_limit are options to the analyzer that need to be non-negative in value because negative values are undefined. For example, skip count 10 tells the analyzer to skip the first 10 calls to a specified function.


Action

Specify a non-negative count number for the option.