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.