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!

ALTER DATABASE FORCE_LOGGING

616017Jul 9 2010 — edited Jul 10 2010
Hello,

My entire database and all tablespaces were running with NOLOGGING. I want to change this to have everything be LOGGING. I did a ALTER DATABASE FORCE_LOGGING command, but when I query I see this:

SELECT FORCE_LOGGING FROM V$DATABASE;

YES

SELECT FORCE_LOGGING, TABLESPACE_NAME FROM DBA_TABLESPACES;

all tablespaces return NO

Does the fact that FORCE_LOGGING is set from the database level trump the tablespace level? Or, do I need to enable force_logging at the tablespace level as well?

Mimi
This post has been answered by 618702 on Jul 9 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 7 2010
Added on Jul 9 2010
8 comments
4,666 views