Reports 14c - unable to install SRW API on 23ai
Reports 14c - 14.1.2
Database - Oracle 23ai 23.5
I know that forms and reports are not certified with 23ai (but they will be soon).
There are problems installing srw api:
Warning: Package Body created with compilation errors.
Errors for PACKAGE BODY SRW:
0/0 PLS-01918: 9.2 and earlier wrap formats are not permitted
There are two solutions to this problem:
- Re-wrap the source using the latest version.
- Set the parameter PERMIT_92_WRAP_FORMAT to TRUE.
Oracle recommends re-wraping the source if available.
PLS-01918 While Compiling Wrapped PL/SQL Units. (Doc ID 2783831.1)
So, the question is: can we get new install scripts with newer wrap?