Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The other In Oracle wait states, such as Using CPU, do not apply to an object. See Wait States - In Oracle.

Anchor
StatementidvsOraclehashvalue
StatementidvsOraclehashvalue
Statement identifier vs. Oracle hash value

SQL statements in Precise for Oracle are assigned a numeric identifier (a 20-digit number that is divided into four sections, with dot separators) or a user-defined name. The numeric identifier is similar to, but not the same as, the hash value that Oracle assigns to a SQL statement. When Precise for Oracle calculates the numeric identifier, it ignores white space and case, unlike Oracle. It also takes into account whether Collapse Statements is switched on, in which case string literals are replaced with place holders or pseudo-bind variables.

...