Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Disable NoLogging-Transaction

Re: Disable NoLogging-Transaction

From: roobaron <member_at_dbforums.com>
Date: Fri, 20 Sep 2002 03:37:21 +0000
Message-ID: <1837527.1032493041@dbforums.com>

Unfortunately the answer is

Don't let the users of the database do nologging type operations. eg not insert /*+ APPEND */, no direct loads, no alter index rebuild nologging.

The database unfortunately is not a mind reader and so can not stop users with the right privileges from performing those operations.

Oracle can only warn you thru the manual, that you do this and the standby database (thru redo logs) has the possiblility of being inconsistent.

You will need to educate the users on what the risks are.

Have Fun

--
Posted via http://dbforums.com
Received on Thu Sep 19 2002 - 22:37:21 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US