Hi,

Does any one Know How to Execute a Procedure in SQL *Plus That takes a PL/SQL Table as Input Parameter.

The Records was Declatred as
Myrec (Id emp.empno%Type, name emp.ename%Type);

PL/SQL Table of this Record Type.

Please let me know how this Proc be Executed.

Thanks