Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> DBMS_?
Writing a plsql program to accept user inputs and want to move them to a
PLSQL table.
Using the sqlplus command (accept) to capture the data.
Moving the data one by one to a plsql table and using it as an single
dimentional array.
Problem: Trying to create loop to both capture the 6 separate input values and loop to store those values into a single dimentional array(plsql table), but having problems. Does anyone have any examples of something similar? Should I bag the accept command for something else. Is there a package or function that will fit my needs. Appreciate any advice.
Nick Received on Thu Apr 27 2000 - 00:00:00 CDT