Re: Need help with OCIDescribeAny()

From: rs_arwar_at_hotmail.com.NOSPAM <rs_arwar_at_hotmail.com>
Date: 2 Dec 2004 05:20:41 -0800
Message-ID: <1101993641.103051.243130_at_f14g2000cwb.googlegroups.com>


You should use OCI_PTYPE_PKG for describing packages.... OCI_PTYPE_PROC is for standalone procedures. Secondly, I don't think your code will work because you cannot do describe on packaged procedures/functions.... they are part of the package. Try again by using OCI_PTYPE_PKG with just the package name.

Regards
/Rauf Received on Thu Dec 02 2004 - 14:20:41 CET

Original text of this message