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: Logging

Re: Logging

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 24 Jun 1999 22:10:11 +0100
Message-ID: <930259864.15076.0.nnrp-06.9e984b29@news.demon.co.uk>


There is an /*+ APPEND */ hint which allows for NOLOGGING inserts in much the same
way that SQL*Load direct mode does -
i.e. inserts above the highwater mark, then moves the high water mark.

This is VERY restrictive, and may not be at all appropriate for your needs.

--

Jonathan Lewis
Yet another Oracle-related web site: www.jlcomp.demon.co.uk

Harris wrote in message <37724373.B3EB041_at_res.raytheon.com>...
>Is there any way to turn ALL logging off? In the oracle8 documentation,
>it says the NOLOGGING option does not affect INSERT...values
>statementes, which is all that I am doing! We are trying to get very
>quick response times, and hopefully turning off logging may help.
>
Received on Thu Jun 24 1999 - 16:10:11 CDT

Original text of this message

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