Skip to Main Content

Oracle Database Discussions

Announcement

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!

How to enable nologging for a CLOB field

Royce DanielDec 12 2014 — edited Dec 15 2014

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

1.png

Thanks in advance

This post has been answered by unknown-7404 on Dec 12 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 12 2015
Added on Dec 12 2014
4 comments
1,316 views