以下の内容はhttps://htn20190109.hatenablog.com/entry/2024/12/07/123812より取得しました。


{統計}統計のリストア

 

https://docs.oracle.com/cd/F19136_01/tgsql/managing-historical-optimizer-statistics.html#GUID-D3050CB5-C0FA-4BD7-B7FF-88566437D461


begin
dbms_stats.restore_table_stats(
'sh',
'tokei',
as_of_timestamp =>to_timestamp('20241205 01:00:11','yyyymmdd hh24:mi:ss')
);
end;
/

select * from dba_tab_stats_history where table_name = 'TOKEI'
order by STATS_UPDATE_TIME;


select * from dba_tab_statistics where table_name = 'TOKEI';

 




以上の内容はhttps://htn20190109.hatenablog.com/entry/2024/12/07/123812より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14