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$SQLAREA

This view displays statistics on shared SQL areas, containing one row per SQL string.

Fields

The most relevant view fields are as follows:

  • SQL_ID: The identifier of the parent cursor in the library cache
  • SQL_TEXT: The first thousand characters of the SQL text
  • SQL_FULLTEXT: The full text of the SQL statement
  • USERS_EXECUTING: The total number of users executing the statement
  • LOADS: The number of times the object was loaded or reloaded
  • HASH_VALUE: The hash value for the parent statement in the library cache
  • ADDRESS: The address of the handle for the parent cursor
  • COMMAND_TYPE: The Oracle command type definition
  • EXECUTIONS: The number of executions that took place on this object since it was brought into the library cache
  • INVALIDATIONS: The number ...
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