Oracle SQL Developer 'Enter value for action:'
I have given the following prompt message in SQL Developer wile executing quarries like below
Insert into MENU (MENUID,MENUNAME,MENULINK)
values
(64,'Add - e','index.php?controller= product&action=changePage') ;
The for the prompt message is & sign indicated which expect a value as a parameter.
This will tell the story :
https://asktom.oracle.com/pls/asktom/f?p=100:11:0::NO::P11_QUESTION_ID:4549764300346084350
In Order Bypass the prompt you need to indicate set define off at the beginning of the code.
Comments
Post a Comment