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: Errors ORA-12801 and ORA-29913 while reading data from external table

Re: Errors ORA-12801 and ORA-29913 while reading data from external table

From: Frank van Bortel <fvanbortel_at_netscape.net>
Date: Thu, 17 Jun 2004 21:25:10 +0200
Message-ID: <casqts$skd$1@news2.tilbu1.nb.home.nl>


Diana wrote:

> hello,
>
> we want to select data from an external table.
> the file contains different types of data, the first 2 signs are BA, BZ or BO.
> We use 3 external tables
> EXT_BA, EXT_BO, EXT_BZ.
>
> We have altered all the table:
>
> ALTER TABLE EXT_BA LOCATION ('ext_file');
> ALTER TABLE EXT_BO LOCATION ('ext_file');
> ALTER TABLE EXT_BZ LOCATION ('ext_file');
>
> if we select the table EXT_BO and EXT_BZ everything is okay.
> while selecting the table EXT_BA we get the following errors:
>
> ORA-12801: error signaled in parallel query server P000
> ORA-29913: error in executing ODCIEXTTABLEFETCH callout
>
> what is the problem?
>
> thanks.

There should be a detailed error log file in the external directory

-- 

Regards,
Frank van Bortel
Received on Thu Jun 17 2004 - 14:25:10 CDT

Original text of this message

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