Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Base a block on a stored Procedure
I try to base a block on the following procedure
in a package:
package ....
type myintable IS TABLE OF NUMBER INDEX BY ..... type myouttable IS TABLE OF <type..> INDEX BY....
procedure a (pintable IN mytable, pouttable IN OUT myouttable);
...
I can build the block but i have no idea how i could pass the parameter
pintable (in the 'query data source arguments' property of the block).
Is there a solution for this problem?
thanks for any idea.
Thomas Ramseier
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Thu Jun 03 1999 - 01:39:12 CDT
![]() |
![]() |