Versions Compared

Key

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

...

The Plan tree displays execution plan of the selected statement.

Anchor
AbouttheBindVariablesview
AbouttheBindVariablesview
About the Bind Variables view

A bind variable is a placeholder in a SQL statement that must be replaced with a valid value (or address of a value) before the statement can be successfully executed. The execution program passes the value of the bind variable to Oracle when the statement is processed. Understanding which values were used when a statement was run, can be important to the tuning process.

...