The Largest Online Resource for Oracle Articles, Oracle Tips, Oracle Scripts & Oracle Tools!!


Enter your Email:
 
Navigate at FreeMegaZone Home      Articles      Tools      Jobs      Games      Support      Submit Content      Advertise

Advertise at FreeMegaZone

Give tremendous boost to your business by advertising at FreeMegaZone. Contact webmaster@freemegazone.com

 
Rating: *****                                             Rate this article:    

Author: Don Burleson

Page: 1 2

In this article I will discuss some important concerns related to database resource usage associated with Oracle SQL operations.

New execution plan columns:

Oracle9i and above provide several new execution plan columns. One can run specialized queries to see estimates of resource usage associated with specific steps of Oracle SQL execution:

CPU Cost of the operation:

  • The CPU cost of the operation is estimated by the optimizer's cost-based approach.
  • CPU_COST column is null for the statements that use the rule-based approach.
  • The value of the CPU_COST column is proportional to the number of machine cycles required for the operation.

I/O cost of the operation: 

  • The I/O cost of the operation is estimated by the optimizer's cost-based approach.
  • IO_COST column is null for the statements that use the rule-based approach.
  • The value of the IO_COST column is proportional to the number of data blocks read by the operation

Page: 1 2

 More Database Articles
   Database Security: Step by step guideline
   DBA Tips for Verifying Oracle Data Replication!!
   RMAN Recovery Made Easy!!
   Easy, Efficient & Quick Oracle Cloning!!
   How to create an ePub? - Simple Steps to follow!!


 

 
HOME      ABOUT US      SUPPORT      SITE MAP      PRIVACY POLICY      TERMS OF USE      SUBMIT CONTENT      ADVERTISE
Copyright © 2007 - 2012 Oriole Intellect Inc. All rights reserved.

The name Oracle is a trademark of Oracle Corporation. Any other names used on this website may be trademarks of their respective owners