Re: DBA - stuff
From: Sameer Utrankar <utrankas_at_coned.com>
Date: 1996/05/01
Message-ID: <4m7sq4$sop_at_ins3.coned.com>#1/1
Utrankas_at_coned.com (Sameer Utrankar) Received on Wed May 01 1996 - 00:00:00 CEST
Date: 1996/05/01
Message-ID: <4m7sq4$sop_at_ins3.coned.com>#1/1
>But be very careful with this parameter (_disable_logging). If your machine
>crashes (power loss, etc) you will lose your ENTIRE database, not just the
>imported information. Use with care.
Why would you lose entire database ? I can undestand that since there are not txns logged, you cannot rely on txn integrity. But if it a simple case (say 1 rec update is equivalent to 1 txn or say importing tables) if there is a crash it could leave the database in inconsistant stage. But if I know my heavy hitting batch and can undo changes done by batch by another recover process in case of a crash, why would I lose entire database ?
Where do I find more information about such undocumented parameters ?
Utrankas_at_coned.com (Sameer Utrankar) Received on Wed May 01 1996 - 00:00:00 CEST