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!

Arbori formatting Sql Developer Version 24.3.1.347

Slavko BrkicFeb 26 2026

@jeffsmith-oracle

We have just upgraded to Sql Developer Version 24.3.1.347. In the custom format included in standard delivery at the end there is:

timestamp: runOnce & false -> {
var date = new java.util.Date();
var formatted = "/* Formatted by SqlDev on ";
var index = target.input.indexOf(formatted);
if( index != 0 )
struct.putNewline(0, formatted+date+" */\n");
else {
var timestampEnd = target.input.indexOf(" */");
target.input = formatted+date+target.input.substring(timestampEnd);
}
}

We have removed the “& false” in order to get a comment at the top of our code.

This does not seem to work anymore. Does anybody else have the same problem?

Is it related to following post?

https://forums.oracle.com/ords/apexds/post/javascript-is-broken-in-sqldev-24-3-0-284-formatter-with-ar-3464

Appreciate any help

Comments
Post Details
Added on Feb 26 2026
0 comments
73 views