OWB - External Table

Card Puncher Data Processing

About

The external table object of Oracle Warehouse Builder refer to the Oracle Database - External Tables of the database.

Support

ORA-29913: error in executing ODCIEXTTABLEFETCH callout

Even if you specify the '\n' separator in the file definition, the deployment of the external table replace it with the NEWLINE term and may lead if you are working with Unix file on a Windows plateform to this error :

ORA-29913: error in executing ODCIEXTTABLEFETCH callout
ORA-29400: data cartridge error
KUP-04020: found record longer than buffer size supported, 524288, in C:\PathToFile\FileToLoad.txt_
ORA-06512: at "SYS.ORACLE_LOADER", line 52

To resolve this issue, you have to modify manually this line :

RECORDS DELIMITED BY NEWLINE

by

RECORDS DELIMITED BY '\n'

Documentation / Reference





Discover More
Card Puncher Data Processing
OWB - Operators

The operators are used in a mapping to create a process and have several types : Source/Target Operators: These operators represent Oracle Database objects in the mapping. It also contains Flat File...
Card Puncher Data Processing
OWB - Target Operator

In a mapping, you can load data in the following operator: Table, View, Materialized View, External Table Dimension Cube flat file
Card Puncher Data Processing
OWB - Target Operator Name Properties

Under the operator name properties of a target mapping operator where you can load data such as: table, View, Materialized View, External Table you can set: Primary Source, Target Load...
Card Puncher Data Processing
Oracle Warehouse Builder

Owb Documentation - Understanding Data Quality Management White...



Share this page:
Follow us:
Task Runner