Oracle - ILM
ILMis mean Information Lifecycle Management. It’s practice of applying policies for effective management of information throughout its useful life.
Implementing ILM Using Oracle Database
The offical documentation see here
And mainly four steps:
Define the Data ClassesCreate Storage Tiers for the Data ClassesCreate Data Access and Migration PoliciesDefine and Enforce Compliance Policies
In fact, in our production, I need to handle a unpartition table to
ILM, so I shouldarchive dataandcreate partitionandadd customize policy.
See the below steps:
Archive Database
1 | @IBSArch.par |
VPD - Virtual Private Database
1 | @IBSArch.par |
These resource files see here.
Author: itabas016
Link: https://tech.itabas.com/2016/11/09/database/oracle-kt-ilm/
License: CC BY-NC-ND 4.0