begin
dbms_stats.gather_table_stats(
'sh',
'tokei',
method_opt =>'for columns(col1+col4) size 254'
);
end;
/
select * from dba_tab_col_statistics where table_name ='TOKEI';
SELECT *
FROM DBA_STAT_EXTENSIONS
WHERE TABLE_NAME='TOKEI';
begin
dbms_stats.gather_table_stats(
'sh',
'tokei',
method_opt =>'for columns(col1+col4) size 254'
);
end;
/
select * from dba_tab_col_statistics where table_name ='TOKEI';
SELECT *
FROM DBA_STAT_EXTENSIONS
WHERE TABLE_NAME='TOKEI';