Database Backup and Recovery (MOSC)

MOSC Banner

RMAN unused block compression against TABLE drop vs TABLE with LOB column compression

edited Jan 26, 2017 3:27PM in Database Backup and Recovery (MOSC) 2 commentsAnswered

Hi There,

I am just trying to understand RMAN unused block compression against TABLE with LOB column compression vs TABLE drop.

Consider  LOB data for column 'DATA' in a table 'EMPLOYEES' under SCOTT schema.

- lob segment

SELECT SEGMENT_NAME FROM DBA_LOBS WHERE OWNER = 'SCOTT' AND TABLE_NAME = 'EMPLOYEES' AND COLUMN_NAME = 'DATA';

SEGMENT_NAME

--------------------------

LOBD_EMPLOYEES_DATA

CASE 1  : RMAN unused block compression against TABLE with LOB column compression

=================================================================================

SECTION 1 : PRE-LOB COMPRESS INFO

=================================

1- Storage size of the LOBSEGMENT

SELECT SUM(BYTES)/1024/1024 "STORAGE_MB" FROM DBA_EXTENTS WHERE SEGMENT_NAME = 'LOBD_EMPLOYEES_DATA';

STORAGE_MB

----------

183420

2- Determine the size of the LOB DATA

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center