ORACLE OPTIMIZER COST CALCULATIONS BASIC OVERVIEW
Cost Calculation for Full table Scan How FTS cost depends on system statistics Gather statistics manually on load: The following command will start to gather system statistics. SQL> execute DBMS_STATS.GATHER_SYSTEM_STATS (‘START’); Please wait for system warm up and stop gather system statistics after work load. This is called workload statistics.… Continue Reading ORACLE OPTIMIZER COST CALCULATIONS BASIC OVERVIEW