Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> DBMS_?

DBMS_?

From: Nick G. Anagnos <anagnon_at_westat.com>
Date: 2000/04/27
Message-ID: <3908AD1F.D9226E13@westat.com>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US