Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to calculate table scan cost with CPU costing enabled.

448778Jan 8 2009 — edited Jan 14 2009
System statistics on DB version 10.2.0.3 on AIX 5.3 looks like this:-
SQL> select pname,pval1 from sys.aux_stats$ where sname='SYSSTATS_MAIN';

PNAME PVAL1
-----
----------
CPUSPEEDNW 850.243902
IOSEEKTIM 10
IOTFRSPEED 4096
How to calculate the table scan cost as the CPUSPEED is missing?What will be formula for calculating table scan cost in this case.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 11 2009
Added on Jan 8 2009
9 comments
2,792 views