- or download this
CREATE OR REPLACE
TYPE STRING_TABLE AS TABLE OF VARCHAR2(50);
...
RAISE;
END collectionInputExampleTable;
- or download this
…..
print "\n============Stored Procedure=========\n";
...
print "\n============End=========<<<<<\n";
…..
- or download this
…..
OPEN retCur FOR SELECT * FROM TABLE (tableCollection);
…..