Database Administration (MOSC)

MOSC Banner

why show dba_lobs column "securefile" another entry as dba_lob_partitions column "securefile"?

edited Mar 24, 2016 1:43PM in Database Administration (MOSC) 7 commentsAnswered

Oracle 12.1.0.2

I just changed a Lob file in all partitions of a table from basicfile to securefile with following SQL:

alter table dbom.TOMTOPASKOPFCLOB move partition POMTOPASKOPFCLOBNEU lob (ABGABE_CLOB) store as SECUREFILE;

After this I check in dba_lobs the attribut of this lob - ABGABE_CLOB -  and the entry of "securefile" is "NO". In dba_lob_partitions for this lob all entries of securefile show 'YES'. How can I influence that  also the entry of securefile in dba_lobs for this lob is 'YES'?

Only with new create of the table?

Can I change the default attibutes of a partitioned  LOB  just I can change the default attributes of a partitioned table ?

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