Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Oracle and ADO Gurus
We are accessing a Oracle 8.0.5 db from a Borland Builder app using ADO 2.6.
Some data retrieval functionality lies within Oracle stored procedures that
have an output parameter of type REF CURSOR. This works fine as long as you
log in as the owner of the SP or you use owner.object syntax which we don't
want to use. I created synonyms for the SP's, but ADO returns the error :
ORA-06550L line 1, column 7: PLS-00306: wrong number or types of arguments
in call to 'GETDBINFO'.
Is this a known problem? Is there a solution to this problem ( even if it means going to Oracle 8i or 9i )?
Thanks
Deon
Received on Thu Nov 01 2001 - 06:07:48 CST
![]() |
![]() |