JasperReportsIntegration provides an interface to use the JasperReports reporting engine in an Oracle database application, specifically with Oracle Application Express (Oracle APEX).
We check for differences in our schemas between a clean installation and an upgrade.
I noticed that the xlib_vc2_array_t type was missing in a clean instalation.
I found a xlib_vc2_array_t.sql that creates that type but that script isn't called in the patch.sql or user_install.sql.
It is not dropped as well in those scripts.
We check for differences in our schemas between a clean installation and an upgrade. I noticed that the xlib_vc2_array_t type was missing in a clean instalation. I found a xlib_vc2_array_t.sql that creates that type but that script isn't called in the patch.sql or user_install.sql. It is not dropped as well in those scripts.
Do we still need that xlib_vc2_array_t type