alter database force logging
Hello Friends,
I altered the database which already in archive mode into force logging mode.
but I noticed that the users still able to create tables using nologging clause ? is that normal.
how does the database act against that ? does the nologging clause in create table ignored because the the database in force logging mode !?
or should the user become an error message in such case ?