Oracle Partitioning: differenze tra le versioni

Da Emigar.
Jump to navigation Jump to search
Riga 14: Riga 14:


=ILM=
=ILM=
(ADO richiede licenza Advanced Compression)


alter table PART_TABLE ilm add policy compress basic segment after 14 days of creation;
alter table PART_TABLE ilm add policy compress basic segment after 14 days of creation;

Versione delle 21:46, 17 ott 2021

impdp

Importare una partizione su una tabella (che potrebbe essere anche una tabella partizionata, ma con schema di partizionamento diverso)

tables="HR.EMP:P2016_53"
table_exists_action=append
partition_options=merge
data_options=TRUST_EXISTING_TABLE_PARTITIONS

Converti Tabelle

Indici

Spazio disco

ILM

(ADO richiede licenza Advanced Compression)

alter table PART_TABLE ilm add policy compress basic segment after 14 days of creation;
alter table PART_TABLE ilm add policy compress basic segment after 14 days of no modification;