-
Notifications
You must be signed in to change notification settings - Fork 186
Compilation error in ut_compound_data_helper #947
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
Hmm, that's weird it passed our build on 11g. We will look into why in first place it slipped through. Thanks for reporting that. |
Thanks @felipebz for reporting the issue. It's really odd it didn't fail on our 11.2 XE build. |
Hi @felipebz , in meantime can you checkout a branch : fix/json_11_2_comp that should address a problem. |
Hi @felipebz does your database uses native or interpreted compilation? |
Yes, it fixes the issue. 👍
PLSQL_CODE_TYPE is defined as interpreted. But I tried to forcing native compilation (adding a |
By the way, I've just tried to install 3.1.7 on Oracle XE 11g and it compiles without any errors. Querying the |
Hi!
I just tried to install the new utPLSQL v3.1.7 on Oracle Database 11.2.0.4.0 and I noticed the package
ut_compound_data_helper
wasn't compile correctly.The compilation error occurs on the code below:
utPLSQL/source/expectations/data_values/ut_compound_data_helper.pkb
Lines 727 to 736 in e409664
This usage of
TABLE(local collection)
is supported only on Oracle 12c and newer.The text was updated successfully, but these errors were encountered: