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!

how to test small functions with PL/SQL Developer

frenchcancanSep 11 2018 — edited Sep 12 2018

Hello,

I would like to train some functions like ASCII, DECODE, or some convert functions.

When it is a very little test I can use a new Command Window and enter f.e. SELECT ASCII('c') FROM dual; to get the answer.

But how can I do it, when I want to test some loops with DBMS_OUPUT.Put_line or some a bit complicated expression?

Can I enter a code block with BEGIN...END?

How do you test a stand-alone function with outputs in a scrap?

Thanks a lot in advance for your help

frenchcancan

This post has been answered by B.Delmée on Sep 11 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2018
Added on Sep 11 2018
4 comments
1,919 views