E-DM: DataMover Does Not Recognize Inline Variables Placed After Bind Variables
(Doc ID 2646132.1)
Last updated on OCTOBER 15, 2021
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version 8.57 and laterInformation in this document applies to any platform.
Symptoms
DataMover does not recognize the inline variables if they are placed after bind variables in an export statement. This will cause incorrect number of rows to be exported.
For example in the following export statement, all rows will be exported instead of only the rows that satisfy the criteria specified by the inline variable "process_group = 'RENT'"
export PS_ALLOC_GROUP_TBL where EFFDT=:1 and process_group = 'RENT';DATE,2020-01-01;
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |