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: Redo log question

Re: Redo log question

From: Jonathan Lewis <jonathan_at_jlcomp.demon.co.uk>
Date: Thu, 27 May 1999 22:24:36 +0100
Message-ID: <927840482.26494.1.nnrp-11.9e984b29@news.demon.co.uk>


Don't use a C program, use SQL*Load with the direct and truncate options.

If the file cannot be read by SQL*Load, then use the C program to reformat it so that SQL*Load will work.

--

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

Venkat wrote in message <7ikb7e$kf2$1_at_epsilon.biogen.com>...
>Is it possible to turn off "redo logging" at table or transaction level? I
>am loading a huge file using a C program into a table, I always truncate
the
>table before starting the load. I don't intend to do any rollback and I can
>always reload the data if something happens to the database.
>Any ideas ...
Received on Thu May 27 1999 - 16:24:36 CDT

Original text of this message

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