after upgrade 12.2 to 19.14 PLS-00418: Array bind type must match PL/SQL table row type
Good morning,
After upgrading the database engine from Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production to Oracle Database 19c Enterprise Edition Release 19.14.0.0.0 - 64bit Production, an application no longer works.
An application stops working. The problem is caused by calls to several packages that use variables of type table.
When calling these packages we get the following error
Error occurred: [6550] (ORA-06550: Row 1, column 45:
PLS-00418: Array bind type must match PL/SQL table row type
ORA-06550: row 1, column 15:
this application is made with PowerBuilder 2017 R3 1915, so maybe a incompatibility with ORACLE 19c?