Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Reg. SQL Loader.
This is a multi-part message in MIME format.
------=_NextPart_000_0061_01C0717F.A119C5E0 Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hai,
Hope this helps,
INSERT=20
This is the default method. It requires the table to be empty before =
loading. SQL*Loader terminates with an error if the table contains rows. =
APPEND=20
If data already exists in the table, SQL*Loader appends the new rows to =
it. If data doesn't already exist, the new rows are simply loaded.=20
REPLACE=20
All rows in the table are deleted and the new data is loaded. The table = must be in your schema, or you must have DELETE privilege on the table. = The row deletes cause any delete triggers defined on the table to fire. =If DELETE CASCADE has been specified for the table, then the cascaded = deletes are carried out, as well.=20
With best regards,
Muthaiah (Muths)
If god be with us, Who can be against us
----- Original Message -----=20
From: Arul kumar <rakumar_at_mahindrabt.com>
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
Sent: Thursday, December 28, 2000 12:00 PM
Subject: Reg. SQL Loader.
> Hi All,
>=20
>=20
>=20
>=20> To REMOVE yourself from this mailing list, send an E-Mail message
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
------=_NextPart_000_0061_01C0717F.A119C5E0 Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" =http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY background=3D"" bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Hai,<BR></FONT></DIV> <DIV><FONT face=3DArial size=3D2>Hope this helps,</FONT></DIV> <DIV><FONT face=3DArial size=3D2><BR><STRONG>INSERT </STRONG><BR>This is =the default=20
Arul.<BR>> <BR>> -- <BR>> Please see the official ORACLE-L FAQ: =
http://www.orafaq.com<BR>> -- <BR>> Author: Arul =
kumar<BR>> =20
INET: rakumar_at_mahindrabt.com<BR>> <BR>> Fat City Network=20
Services -- (858) 538-5051 FAX: (858) =
538-5051<BR>>=20
San Diego, California -- =
Public=20
Internet access / Mailing Lists<BR>>=20
--------------------------------------------------------------------<BR>&=gt; To=20
------=_NextPart_000_0061_01C0717F.A119C5E0-- Received on Thu Dec 28 2000 - 22:40:54 CST
![]() |
![]() |