Oracle9iAS InterConnect User's Guide Release 2 (9.0.2) Part Number A92174-01 |
|
This appendix provides a list of the Oracle9iAS InterConnect transformations.
Copy the source field(s) into the destination field(s).
None
Copy the source object into the destination object.
None
Concatenate the source field(s) and copy into the destination fields.
Expand the source field into the destination fields.
delimiter |
The delimiter or string of characters around which the source field should be broken up. |
Copy a constant into the destination fields.
constant |
The constant to be copied. |
Finds the source field in a cross reference table. If condition is satisfied, copy it into the destination field.
Finds the source field in a domain value map table. If condition is satisfied, copy it into the destination field.
Copy the source field(s) into the destination field(s) if expression is satisfied.
Copy the source field(s) into the destination field(s) if condition is satisfied.
condition |
The condition for this parameter. |
Concatenate the source field(s) into the destination field if the condition is satisfied.
Convert the sign, value, and precision source fields into a number and copy it into the destination field if condition is satisfied.
Copy the source field(s) into the destination field(s) if condition is NOT satisfied.
condition |
The condition for this parameter. |
Concatenate the source field(s) into the destination field if the condition is NOT satisfied.
Convert the sign, value, and precision source fields into a number and copy it into the destination field if condition is NOT satisfied.
Convert the sign, value, and precision source fields into a number and copy it into the destination field.
Copy a substring of the source field into the destination field.
begin index |
The index at which the substring begins. |
length |
An optional length of the substring. |
Replace characters in the source field and copy it into the destination field.
targets |
The string of characters to replace. |
replacements |
The string of replacement characters. |
Replace each occurrence of a string in the source field and copy it into the destination field.
targets |
The string of characters to replace. |
replacements |
The string of replacement characters. |
Delete source field characters starting from the left until a character from the set is found and copy the remaining string into the destination field.
characters |
The string of characters to seek that stop the deletion. |
Delete source field characters starting from the right until a character from the set is found and copy the remaining string into the destination field.
characters |
The string of characters to seek that stop the deletion. |
Pad source field starting from the left for a given length and copy it into the destination field.
length |
The padding length. |
character |
An optional character to pad with, default is |
Pad source field starting from the right for a given length and copy it into the destination field.
length |
The padding length. |
character |
An optional character to pad with, default is |
Lookup the source field in a cross reference table and copy it into the destination field.
Delete the source field from a cross reference table.
table |
The cross reference table. |
Look up the source field in a domain value map table and copy it into the destination field.
Truncate source field starting from the right for a given length and copy it into the destination field.
length |
The length to truncate. |
Increment a counter and copy the incremented value into the destination field.
|
Copyright © 2002 Oracle Corporation. All Rights Reserved. |
|