Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

oracle.owb.relational
Interface ExternalTablePhysicalProperties


public interface ExternalTablePhysicalProperties

ExternalTablePhysicalProperties interface contains the physical property names for ExternalTablePhysicalProperties.


Field Summary
static java.lang.String BAD_FILE_LOCATION
          Location to use when creating the bad file.
static java.lang.String BAD_FILE_NAME
          Name to use when creating the bad file.
static java.lang.String DEPLOYABLE
          When deployable is set to true, a script to create an External Table is generated.
static java.lang.String DISCARD_FILE_LOCATION
          Location to use when creating the discard file.
static java.lang.String DISCARD_FILE_NAME
          Name to use when creating the discard file.
static java.lang.String ENDIAN
          Data endian should be platform default, little or big.
static java.lang.String LOAD_NULLS_WHEN_MISSING_VALUES
          If TRUE, then NULLs are loaded for any missing values in the record.
static java.lang.String LOG_FILE_LOCATION
          Location to use when creating the log file.
static java.lang.String LOG_FILE_NAME
          Name to use when creating the log file.
static java.lang.String NUMBER_OF_REJECTS_ALLOWED
          The number of rejects allowed before processing is terminated.
static java.lang.String PARALLEL_ACCESS_DRIVERS
          The number of parallel access drivers to enable.
static java.lang.String PARALLEL_ACCESS_MODE
          Enable or disable parallel processing.
static java.lang.String REJECTS_ARE_UNLIMITED
          Enable or disable limiting the number of rejected records.
static java.lang.String STRING_SIZES_IN
          String sizes are in bytes or characters.
static java.lang.String TRIM
          Specification from trim option on input fields.

 

Field Detail

LOG_FILE_NAME

public static final java.lang.String LOG_FILE_NAME
Name to use when creating the log file. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

STRING_SIZES_IN

public static final java.lang.String STRING_SIZES_IN
String sizes are in bytes or characters. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

BAD_FILE_LOCATION

public static final java.lang.String BAD_FILE_LOCATION
Location to use when creating the bad file. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

REJECTS_ARE_UNLIMITED

public static final java.lang.String REJECTS_ARE_UNLIMITED
Enable or disable limiting the number of rejected records.
See Also:
Constant Field Values

NUMBER_OF_REJECTS_ALLOWED

public static final java.lang.String NUMBER_OF_REJECTS_ALLOWED
The number of rejects allowed before processing is terminated.
See Also:
Constant Field Values

LOAD_NULLS_WHEN_MISSING_VALUES

public static final java.lang.String LOAD_NULLS_WHEN_MISSING_VALUES
If TRUE, then NULLs are loaded for any missing values in the record. If FALSE, then records with missing values are rejected. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

DEPLOYABLE

public static final java.lang.String DEPLOYABLE
When deployable is set to true, a script to create an External Table is generated.
See Also:
Constant Field Values

DISCARD_FILE_NAME

public static final java.lang.String DISCARD_FILE_NAME
Name to use when creating the discard file. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

ENDIAN

public static final java.lang.String ENDIAN
Data endian should be platform default, little or big. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

PARALLEL_ACCESS_DRIVERS

public static final java.lang.String PARALLEL_ACCESS_DRIVERS
The number of parallel access drivers to enable.
See Also:
Constant Field Values

DISCARD_FILE_LOCATION

public static final java.lang.String DISCARD_FILE_LOCATION
Location to use when creating the discard file. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

BAD_FILE_NAME

public static final java.lang.String BAD_FILE_NAME
Name to use when creating the bad file. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

PARALLEL_ACCESS_MODE

public static final java.lang.String PARALLEL_ACCESS_MODE
Enable or disable parallel processing.
See Also:
Constant Field Values

LOG_FILE_LOCATION

public static final java.lang.String LOG_FILE_LOCATION
Location to use when creating the log file. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

TRIM

public static final java.lang.String TRIM
Specification from trim option on input fields. When the Access Parameters property is specified for the External Table, this configuration parameter is ignored.
See Also:
Constant Field Values

Oracle Warehouse Builder Java API Reference
10g Release 1 (10.1)

B12155-01

Copyright © 2003, Oracle. All Rights Reserved.