When I try to create new job in an instance manager and put in the PL/SQL string with ‘ character, then I receive an error. In the SQL statement we can see that ‘ is not escaped (should be ‘’).
|
41 KB
We are able to reproduce the issue and are working on correcting the implementation of script job class.
Extract job class will require some modifications to the extraction sql in order to correctly handling jobs with single quotes in there name.
Extract job class will require some modifications to the extraction sql in order to correctly handling jobs with single quotes in there name.
Verified in ADS v17.0.3-26 and in 18.0.0-devi-104
Verified in ADS v17.0.3-26 and in 18.0.0-devi-104
Verified in ADS v17.0.3-26
Please refer to #14375_Create_Job.png
Verified in ADS v17.0.3-26
Please refer to #14375_Create_Job.png
Issue #14375 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v17.0.3-26, v18.0.0-devi-102 |
No time estimate |
We are able to reproduce the issue and are working on correcting the implementation of script job class.