SQL Language (MOSC)

MOSC Banner

NOCOMPRESS appearing in oracle 19c for range partition

We are currently migrating from Oracle 12c to 19c and there are some tests which compares the ddl obtained after performing range partitioning. Output is obtained running by dbms_metadata.get_ddl() as given below:

select dbms_metadata.get_ddl('INDEX', 'DUMMY_INDEX') from dual;

Difference that can be seen between 12c and 19c ddl's is a NOCOMPRESS flag appearing for 19c like this

(PARTITION "INITIAL_PARTITION" NOCOMPRESS 

 PCTFREE 10 INITRANS 2 MAXTRANS 255 LOGGING 

 STORAGE(.....);


Wondering would it have any impact ?

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