PL/SQL Tutorial | Accepting User input |Prompt input in Oracle Database

preview_player
Показать описание
Learn how we can accept user input or prompt a popup box to accept input from user in oracle database using promot and accept syntax.

How to accept user input in oracle,
How to prompt for user input in oracle,
Pop up box for user input in oracle,
How to get popup box in oracle,
What is accept and prompt syntax in oracle,

Рекомендации по теме
Комментарии
Автор

Hi Thanks for the info. What if I have a short list of options to be provided for user to input? Like for example, i want to prompt a text of 5 lines describing what each options are for and then let user enter a numerical choice stating 1 for this, 2 for that 3 for that. In short, how can I prompt for a short paragraph of more than 2 lines using prompt?

BeejadiNagraja_Praveen
Автор

Hi... When I am trying to take input from user

first := &first;

There is an error that & is not identified, and the program is not getting executed, can you please help?

hanumansarda
Автор

Is it possible to take input values consequently? if yes, is it possible to use the 1st input as part of the promt text in the 2nd input(2nd accept statement)?

rtdhana