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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Disable logging in tablespace vs using hidden parameter _disable_logging

Re: Disable logging in tablespace vs using hidden parameter _disable_logging

From: Alex Gorbachev <gorbyx_at_gmail.com>
Date: Fri, 3 Feb 2006 00:23:41 +0100
Message-ID: <c2213f680602021523p67882d3fo@mail.gmail.com>


Jonathan,
If I am not mistaken Oracle first generates change vector writing it to the log buffer and then applies it. At least, this is what I've been taught.
If this stands correct than there is no way to really bypass redo log generation inside an Oracle instance. Is that correct? Thanks,
Alex

2006/2/2, Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>:
>
>
> For a large import, the point I was making about
> commits is pretty irrelevant. I was only thinking
> about the usual potential for latch collision and
> redo wastage for highly concurrent systems, and
> 'row at a time' batch processing.
>
> Everything that could normally cause a redo-related
> problem still can cause a problem with _disable_logging
> set to true apart from one little detail, which is the
> log file write time.
>
> Regards
>
> Jonathan Lewis
>
> http://www.jlcomp.demon.co.uk/faq/ind_faq.html
> The Co-operative Oracle Users' FAQ
>
> http://www.jlcomp.demon.co.uk/cbo_book/ind_book.html
> Cost Based Oracle: Fundamentals
>
> http://www.jlcomp.demon.co.uk/appearances.html
> Public Appearances - schedule updated 10th Jan 2006
>
> ----- Original Message -----
> From: "Juan Carlos Reyes Pacheco" <juancarlosreyesp_at_gmail.com>
> To: <jonathan_at_jlcomp.demon.co.uk>
> Cc: <oracle-l_at_freelists.org>
> Sent: Thursday, February 02, 2006 8:02 PM
> Subject: Re: Disable logging in tablespace vs using hidden parameter
> _disable_logging
>
>
> Thank you Jonathan, can you please extend your explanation about the
> > and avoid
> > commits.
>
> How important is to set commit=N in an import?
>
> Sorry for this questions, but I asked my boss to giveme a server(a
> normal 500U$ computer) to run some optimizations test, but he denied,
> so I can't do as much test as I would like and have to be guessing and
> asking.
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
Best regards,
Alex Gorbachev
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 02 2006 - 17:23:41 CST

Original text of this message

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