In Oracle 11gR2 which view(s) I have to query to find out if a CLOB column is stored as SecureFile?
Just use the dba_lobs view (or all_lobs/user_lobs if you don't have the necessary privileges):
select * from dba_lobs where securefile = 'YES'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With