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 -> Re: PL/SQL User input

Re: PL/SQL User input

From: Billy Verreynne <vslabs_at_onwe.co.za>
Date: Thu, 13 Mar 2003 15:00:44 +0000
Message-ID: <b4pvc8$7vp$2@ctb-nnrp2.saix.net>


pam461 wrote:

> I am a newbie to PL/SQL, is there any way by which i can accept user
> input within a Loop,something like
>
> Loop
> getUserInput
> End Loop

Depends. PL/SQL is not an interactive language. It does not do Windows, Widgets and the like. But a user can pass variable data into PL/SQL.. depending on who, what and where will be doing the logging into Oracle to run that PL/SQL procedure or block.

So. What is it that you are actually wanting to do? I.e. state the problem instead of asking how the solution should work.

--
Billy
Received on Thu Mar 13 2003 - 09:00:44 CST

Original text of this message

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