-
Notifications
You must be signed in to change notification settings - Fork 186
ORA-19011: Character string buffer too small returned when generating coverage report #1087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
What version of database are you using? |
It looks like the schema you're running coverage on contains some really long lines. It will be quite difficult to fix without a good example on where it fails. In that case, we will not be able to display such line too I think.
See the code above fails as the result of conversion of variable |
We could probably trim the source code when it is too long, that's the one option that I see a possible. |
I’m using v3.1.10.3349 |
Hi, PS: Now I’m on my vacation and I will be able to retest any fix not earlier than on Aug-12 |
When running coverage report by
begin ut.run(ut_coverage_html_reporter()); end;
I get the following error
version used: utPLSQL v3.1.10.3349
The text was updated successfully, but these errors were encountered: