Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Problems after change from MSDAORA to ORAOLEDB

c8d8e431-1084-4104-bea6-3984a4d6d0e5Feb 25 2016 — edited Feb 25 2016

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.

This post has been answered by GregV on Feb 25 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 24 2016
Added on Feb 25 2016
5 comments
815 views