Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL Loader question
In article <336DCA36.5A1A_at_mail.icon.co.za>, John Stathakis <jlstath_at_mail.icon.co.za> says:
>
>
>Sandeep Goel wrote:
>>
>> How to create exceptions table to handle exceptions encountered during a
>> load.
>>
>> Thanks
>
Hi Sandeep,
There is script called utlexcpt.sql or utlexpt to create exception table
Provided by oracle.You can search for this script in $ORACLE_HOME.
Once the table is created You can say.
for eg.
Alter table table_name enable constraint constraint_name
exceptions into exception_tableyou just created.
![]() |
![]() |