Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

To get value from user input

944524Jan 6 2016 — edited Jan 6 2016

Hi Guys,

I am having a .sql file where i need to get input from user start and end date to process further in passing as parameter in procedure

test.sql

Proc_process(p_in =>lv_in,p1_in =>lv_in1);

once the above process is done then ask user to proceed with altering the table with columnn name as col_1

press Y to continue or N to exit

alter table T1 add col_1 date;

I want these operations to be perfromed when in execute test.sql

This post has been answered by KayK on Jan 6 2016
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2016
Added on Jan 6 2016
19 comments
1,660 views