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: Alert log File (External tables)

Re: Alert log File (External tables)

From: Niall Litchfield <n-litchfield_at_audit-commission.gov.uk>
Date: Fri, 13 Feb 2004 09:35:17 -0000
Message-ID: <402c9a55$0$10333$ed9e5944@reading.news.pipex.net>


"Ron" <support_at_dbainfopower.com> wrote in message news:qYSdnVX9i89EHbHdRVn-hg_at_comcast.com...
>
> Here you go:
>
> 1. create directory BDUMP as '...';
>
> 2. create table alert_log ( text varchar2(80) )
> organization external (
> type oracle_loader
> default directory BDUMP
> access parameters (
> records delimited by newline
> )
> location('<alert.log>')
> )
> reject limit 1000;

How long is a line in an alert.log? Why do you allow 1000 rejects?

-- 
Niall Litchfield
Oracle DBA
Audit Commission UK
Received on Fri Feb 13 2004 - 03:35:17 CST

Original text of this message

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