Hi,
Is it possible to create a materialized view log on a table for some rows only. I have a huge table (about 25 mil. rows) with STATUS column. About 5% of the rows have a TYPE_CODE of '04'. Is it possible to create mat. view log only to track changes in those rows.
If this is not possible then what can be a more efficient solution to meet this requirement? I cannot make any changes in the source table, such as creating a database trigger or moving these rows to another table.
Thanks.
Is it possible to create a materialized view log on a table for some rows only. I have a huge table (about 25 mil. rows) with STATUS column. About 5% of the rows have a TYPE_CODE of '04'. Is it possible to create mat. view log only to track changes in those rows.
If this is not possible then what can be a more efficient solution to meet this requirement? I cannot make any changes in the source table, such as creating a database trigger or moving these rows to another table.
Thanks.