Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Redo log question
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
![]() |
![]() |