Skip to Main Content

SQL Developer for VS Code

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!

ACCEPT not yet acceptable

user9540031Feb 28 2024 — edited Feb 28 2024

(SQL Dev for VSCode 24.3.1; VSCode 1.86.2; Windows 11)

Test scripts:

a) test-sqp-accept.sql

clear screen

accept def_answer number default "3.14159265" prompt "Give me a number please "

prompt The answer is &&def_answer

b) call-test-sqp-accept.sql

@@test-sqp-accept

When the latter (call-test-sqp-accept.sql) is opened in a SQL worksheet and run as a script (F5), nothing seems to happen: the script output tab remains empty.

When the former (test-sqp-accept.sql) is opened in a SQL worksheet and run as a script (F5), the following panel appears:

Which is not really what was expected.

And then if I click on the Apply button nothing else happens; the script output tab remains empty too.

(Expected behaviour: same as in SQL Dev “Classic”.)

And if I press F5 at that stage to try again, then the following dialog box appears, rather surprisingly.

Regards,

This post has been answered by thatJeffSmith-Oracle on Feb 28 2024
Jump to Answer
Comments
Post Details
Added on Feb 28 2024
2 comments
276 views