• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Oracle Destination Element

API Type:
Varigence.Languages.Biml.Transformation.Destination.AstOracleDestinationNode
X-Ref:
  • Ast Oracle Destination Node
  • Ast Destination Transformation Node
  • Ast Single In Transformation Node
  • Ast Transformation Node
  • Ast Scope Boundary Node

Attributes

AttributeAPI TypeDefaultDescription
ConnectionAstOracleConnectionNode 
This value specifies the Oracle connection to use when loading the data. This is a required reference to an existing definiton.
NameString 
Specifies the name of the object. This name can be used to reference this object from anywhere else in the program. This is a required property
BatchSizeInt32100
This value specifies how many rows can be loaded into the destination table in each batch before additional rows are requested from the data flow pipeline. The default value is 100.
DefaultCodePageInt320
This value specifies which code page to use when the data source does not provide code page information.
LobChunkSizeInt3232768
This value specifies the chunk size that should be allocated of Large Object (LOB) columns.
LocaleIdLanguageInherited
This value specifies which locale is used by the dataflow task.
MaximumErrorCountInt320
This value specifies the maximum number of errors that may be encountered before the component execution fails.
TransactionSizeInt32100
This value specifies how many rows can be added in a single transaction before a new transaction must created on the Oracle server. The default value is 100.
TransferBufferSizeInt3264
This value specifies the size in kilobytes (KB) of the memory buffer that is used to transfer data to the Oracle server. The default value is 64.
UseFastLoadIfAvailableBooleanFalse
This value specifies whether Oracle conventional bulk load options are used.
UseNoLoggingBooleanFalse
This value specifies whether target table logging should be disabled. Logging is typically disabled to reduce the quantity of redo metadata that is generated on the server.
UseParallelLoadBooleanFalse
When set to true, this value indicates that the data can be loaded into the Oracle target table via multiple parallel data transfers.
ValidateExternalMetadataBooleantrue
This value specifies whether the data flow transformation is validated against columns that originated in external data sources. When server assets such as tables and stored procedures are created during processing, ValidateExternalMetadata is normally set to False, which prevents validation from completing at compile time.

Singleton Children

ChildAPI TypeDescription
<TableOutput />AstTableResourceNodeThe AstTableResourceNode type is used for creating references to a table that has been modeled in the Biml project. This is a required property
<ExternalTableOutput />AstUnmanagedTableResourceNodeThe AstUnmanagedTableResourceNode type is used for creating references to a table stored in an existing relational database that has not been modeled in the Biml project. This is a required property
<ErrorHandling />AstComponentErrorHandlingNodeSpecifies the error handling defaults to apply to an entire component
<InputPath />AstDataflowInputPathNodeAstDataflowInputPathNode is used to model input paths in a SQL Server Integration Services dataflow task. Connections are made by referencing an appropriate output path.

Collection Children

ChildAPI TypeDescription
<Annotations>
    <Annotation />
</Annotations>
AstAnnotationNode
This is a collection of annotation items that can be used to specify documentation, tags, or other information. Annotations are particularly useful for storing information about nodes that can be used by BimlScript code.
<Columns>
    <Column />
</Columns>
AstDataflowColumnMappingNode
This value specifies how the component should map columns in the data flow to columns in the destination. Columns that are not explicitly listed in this collection are automatically mapped based on name.
<DataflowOverrides>
    Multiple Choices...
</DataflowOverrides>
AstDataflowOverrideNode
Provides a collection of objects to override properties of the component, its input paths, its output paths, and its consituent dataflow columns.

© Varigence