While working with huge data using OE db you might face error 12371-
Attempt to update data exceeding <number>. (12371)
You have updated either a program variable or a record in such a way as to exceed the maximum size of a record.
Instead of populating the data directly-
It is good to retrieve the data and put it in longchar.
Filter the data as per your requirement .
Then populate the result.
You can modify your test as mentioned above and change the reference file accordingly.
Attempt to update data exceeding <number>. (12371)
You have updated either a program variable or a record in such a way as to exceed the maximum size of a record.
Instead of populating the data directly-
It is good to retrieve the data and put it in longchar.
Filter the data as per your requirement .
Then populate the result.
You can modify your test as mentioned above and change the reference file accordingly.
No comments:
Post a Comment