Skip to Content
Oracle Database 11gR2 Performance Tuning Cookbook
book

Oracle Database 11gR2 Performance Tuning Cookbook

by Ciro Fiorillo
January 2012
Intermediate to advanced
542 pages
11h 28m
English
Packt Publishing
Content preview from Oracle Database 11gR2 Performance Tuning Cookbook

V$SQL_PLAN

This view contains information on execution plans for each child cursor loaded in the library cache.

Fields

The most relevant view fields are as follows:

  • OPERATION: The name of the internal operation performed in the step
  • OBJECT_OWNER: The owner of the object (table or index)
  • OBJECT_NAME: The name of the object (table or index)
  • HASH_VALUE: The hash value of the parent statement in the library cache
  • SQL_ID: The SQL identifier of the parent cursor in the library cache
  • PLAN_HASH_VALUE: The hash value representing the SQL plan for the cursor, useful to compare two plans

See also

The V$SQL and V$SQLAREA sections in this appendix

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Oracle Database 11g Performance Tuning Recipes: A Problem-Solution Approach

Oracle Database 11g Performance Tuning Recipes: A Problem-Solution Approach

Sam R. Alapati, Darl Kuhn, Bill Padfield

Publisher Resources

ISBN: 9781849682602Other