why show dba_lobs column "securefile" another entry as dba_lob_partitions column "securefile"?
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 ?