...
No Format |
---|
select owner, table_name, column_name
from dba_lobs
where encrypt not in ('NO','NONE')
or compression not in ('NO','NONE')
or deduplication not in ('NO','NONE');
|
Redo Volume Trending Report :
...
...
No Format |
---|
select owner, table_name, column_name
from dba_lobs
where encrypt not in ('NO','NONE')
or compression not in ('NO','NONE')
or deduplication not in ('NO','NONE');
|
...