On 9/30/05, Matt Osbun <[EMAIL PROTECTED]> wrote:
> I'm no expert on PL/SQL, so I'm hoping I'm missing something easy here.
> I've got a Oracle 8i stored procedure with two parameters- a varchar IN
> and a ref cursor OUT.
>
> Testing it out, I'm using:
> <cfstoredproc procedure="cla.ipdupes" datasource="ODBCDataSource">
>         <cfprocparam value="TechName" cfsqltype="CF_SQL_VARCHAR">
>         <cfprocresult name="qryProcResult">
> </cfstoredproc>
>
> <cfdump var="#qryProcResult#">
>
> I'm using an ODBC datasource because, according to the docs, you must
> use cfprocresult to get a ref cursor from Oracle 8, and can't use
> cfprocresult with Oracle's ThinClient JDBC drivers.
>
> The error I'm getting:
>
> [Macromedia][SequeLink JDBC Driver][ODBC
> Socket][Oracle][ODBC][Ora]ORA-06550: line 1, column 7: PLS-00306: wrong
> number or types of arguments in call to 'IPDUPES' ORA-06550: line 1,
> column 7: PL/SQL: Statement ignored
>
> What am I doing wrong?
>

What version of CF are you using? Is there a reason you're not using
the DataDirect drivers bundled with CF?

Regards,
Dave.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:219783
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to