| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Passing PL/SQL tables in formal parameter list
How can I define a STAND ALONE procedure to have a PL/SQL table in it's
formal parameter list?
I tried this .... I understand WHY it is not working, but what do I need to
do to accomplish
the intended result?:
Warning: Procedure created with compilation errors.
SQL> show errors
Errors for PROCEDURE TEST1:
LINE/COL ERROR
-------- ------------------------------------------------------ 0/0 PL/SQL: Compilation unit analysis terminated 1/28 PLS-00201: identifier 'T_TABTYPE' must be declaredReceived on Mon Sep 09 2002 - 12:39:59 CDT
![]() |
![]() |