Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Oracle and ADO Gurus

Oracle and ADO Gurus

From: VR Deon <donotspam_at_me.com>
Date: Thu, 1 Nov 2001 14:07:48 +0200
Message-ID: <3be13b28@ermis.spidernet.net>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US