Auto Recompile of procedure?
170498Jan 23 2004 — edited Jan 23 2004I'm trying to get the attributes/parameters of a PROCEDURE using OCIDescribeAny(). Unfortunatly this procedure was marked as INVALID due to an ALTER TABLE command for a dependent table.
For the INVALID procedure OCIDescribeAny returns error ORA-024372 - Invalid object.
When using sqlplus simplying invoking the procedure forces a recomplie and I'm good to go. Is there a way to do an auto-recomple via OCI so that my OCIDescribeAny will work?
Thanks
Tory Patnoe