For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hi All,
I have disabled logging for a table sample
using
alter table <table_name> nologging;
and checked the status in user_tables its shows nologging.
but the Clob field in table shows logging
Thanks in advance