Hi All,
There is a requirement in one the usecase regarding accessing CLOB type data from database where we need to run a select query which one of the column in the table contains CLOB Type data. we need to access that clob type column and open the clob file and verify the certain tags.
When I run the select query, I’m not able to execute it through execute query activity
The error is showing as below screenshot
The query I’m using is a simple select query
error-1:(This error is very frequent)
error-2: (This error is very rare)
Remote exception wrapping system.Exception:Job stopped with an unexpected exit code 0Xc0000005
Can anyone suggest how to access the table containing CLOB data and read the CLOB data to verify the tags. should I need to use any VB code for accessing the table?
Your suggestions and help is needed.
Thanks in advance