I have a classic ASP application which calls several Oracle stored procedures. After changing from the MS driver to Oracle, these have all stopped working and produce the following error(s):
OraOLEDB error '80040e14'
ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to '(PROCEDURE NAME)' ORA-06550: line 1, column 7: PL/SQL: Statement ignored
The procedure arguments are all Varchar and most return a recordset. the code worked flawlessly under the MSDAORA driver for several years.
Has anyone encountered anything like this?
Thank you.