以下の内容はhttps://htn20190109.hatenablog.com/entry/2025/01/03/110345より取得しました。


{3 自動データ最適化}カスタムポリシーを設定

 

https://docs.oracle.com/cd/F19136_01/sqlrf/ALTER-TABLE.html#GUID-552E7373-BF93-477D-9DA3-B2C9386F2877__CJAJEHJB

圧縮
移動

sqlplus test/test@pdb11

select * from DBA_ILMDATAMOVEMENTPOLICIES;
select * from DBA_ILMOBJECTS;
select * from DBA_ILMPOLICIES;

create table tab05(col1 number) tablespace users;
create table tab06(col1 number) tablespace users;

create or replace function f_ilm_001 (objn IN NUMBER) return boolean
is
begin
 return true;
end;
/


alter table tab05 ilm add policy row store compress basic segment on f_ilm_001;
alter table tab06 ilm add policy tier to tbs02 on f_ilm_001;

 




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

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