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!

Need help by format arbori file SQLDev

jcardenasApr 6 2023

This is the code i wrote in SQLDev:

PROCEDURE something_to_do(param1 IN employee%rowtype, param2 IN VARCHAR2)
IS

Now i format this code by context-menu inside the editor with Format (Strg-F7) and get the following result:

PROCEDURE something_to_do(
param1 IN employee%rowtype,
param2 IN VARCHAR2
)IS

I try to find the rule inside the SQLDev arbori file, but i can't find it. Can anybody help me? Did i have to write some line to the arbori file or did i have to disable some line?

Comments
Post Details
Added on Apr 6 2023
5 comments
550 views