Skip to Main Content

SQL Developer

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!

SQL Developer tool commenting dbms_output.put_line statement

pradeep kateelNov 30 2018 — edited Dec 3 2018

Dear Team, if i am typing line

begin

DBMS_OUTPUT.PUT_LINE('');

end;

DBMS_OUTPUT.PUT_LINE(''); will turn into comment by self. Due to this i am not able to get any result. If I run same code from sql*plus it will produce desired output.

Please find below screenshot.

Please help me how to correct this auto comment by the code editor?

2018-11-30_21-59-42.jpg

https://www.youtube.com/watch?v=Rrd7ID59klA

Comments
Post Details
Added on Nov 30 2018
9 comments
1,267 views