<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Disable Formatter for Code Sections in SQL Developer	</title>
	<atom:link href="https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/</link>
	<description>Database-centric development</description>
	<lastBuildDate>Sun, 06 Jul 2025 06:05:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/>
<atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/>
<atom:link rel="hub" href="https://websubhub.com/hub"/>
<atom:link rel="self" href="https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/feed/"/>
	<item>
		<title>
		By: Philipp Salvisberg		</title>
		<link>https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/#comment-272781</link>

		<dc:creator><![CDATA[Philipp Salvisberg]]></dc:creator>
		<pubDate>Sun, 06 Jul 2025 06:05:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=10610#comment-272781</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/#comment-272751&quot;&gt;Manohar&lt;/a&gt;.

I guess you are using the latest SQL Developer 24.3.1.347.1826. This version comes with an Oracle JDK 17 that does not include JavaScript support. This is because the Nashorn engine was deprecated in &lt;a href=&quot;https://openjdk.org/jeps/335&quot; rel=&quot;nofollow ugc&quot;&gt;JDK 11&lt;/a&gt; and decommissioned in &lt;a href=&quot;https://openjdk.org/jeps/372&quot; rel=&quot;nofollow ugc&quot;&gt;JDK 15&lt;/a&gt;. Various libraries could be used and bundled with SQL Developer to provide the same user experience as previous versions, which were bundled with JDK 11 or 8. However, the Oracle SQL Developer team decided to enforce the use of a GraalVM JDK distribution which allows to install JavaScript support as part of the JDK. For more information, see the &lt;a href=&quot;https://forums.oracle.com/ords/apexds/post/javascript-is-broken-in-sqldev-24-3-0-284-formatter-with-ar-3464#:~:text=Oct%2023%202024%20%E2%80%94-,edited,-on%20Oct%2023&quot; rel=&quot;nofollow ugc&quot;&gt;Oracle SQL Developer Forum&lt;/a&gt; where Jeff Smith explains how to configure the JDK and configure SQL Developer to use this JDK. Once you do that the example in this blog post will work.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/#comment-272751">Manohar</a>.</p>
<p>I guess you are using the latest SQL Developer 24.3.1.347.1826. This version comes with an Oracle JDK 17 that does not include JavaScript support. This is because the Nashorn engine was deprecated in <a href="https://openjdk.org/jeps/335" rel="nofollow ugc">JDK 11</a> and decommissioned in <a href="https://openjdk.org/jeps/372" rel="nofollow ugc">JDK 15</a>. Various libraries could be used and bundled with SQL Developer to provide the same user experience as previous versions, which were bundled with JDK 11 or 8. However, the Oracle SQL Developer team decided to enforce the use of a GraalVM JDK distribution which allows to install JavaScript support as part of the JDK. For more information, see the <a href="https://forums.oracle.com/ords/apexds/post/javascript-is-broken-in-sqldev-24-3-0-284-formatter-with-ar-3464#:~:text=Oct%2023%202024%20%E2%80%94-,edited,-on%20Oct%2023" rel="nofollow ugc">Oracle SQL Developer Forum</a> where Jeff Smith explains how to configure the JDK and configure SQL Developer to use this JDK. Once you do that the example in this blog post will work.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Manohar		</title>
		<link>https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/#comment-272751</link>

		<dc:creator><![CDATA[Manohar]]></dc:creator>
		<pubDate>Sun, 06 Jul 2025 05:24:37 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=10610#comment-272751</guid>

					<description><![CDATA[I tried by copying and pasting the suggested  Arbori query. But it did not worked for me.]]></description>
			<content:encoded><![CDATA[<p>I tried by copying and pasting the suggested  Arbori query. But it did not worked for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Philipp Salvisberg		</title>
		<link>https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/#comment-139302</link>

		<dc:creator><![CDATA[Philipp Salvisberg]]></dc:creator>
		<pubDate>Fri, 22 Mar 2024 07:05:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.salvis.com/blog/?p=10610#comment-139302</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/#comment-138322&quot;&gt;DavidDotNet&lt;/a&gt;.

The &lt;a href=&quot;https://github.com/Trivadis/plsql-formatter-settings/blob/sqldev-23.1.0/settings/sql_developer/trivadis_custom_format.arbori#L1069-L1101&quot; rel=&quot;nofollow ugc&quot;&gt;Trivadis PL/SQL &amp; SQL Formatter Settings&lt;/a&gt; contains in the A3 section the code for disabling/enabling the formatter. The code snippets in this blog post are applicable for the default Arbori code shipped by the SQL Developer Team.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.salvis.com/blog/2020/09/28/disable-formatter-for-code-sections-in-sql-developer/#comment-138322">DavidDotNet</a>.</p>
<p>The <a href="https://github.com/Trivadis/plsql-formatter-settings/blob/sqldev-23.1.0/settings/sql_developer/trivadis_custom_format.arbori#L1069-L1101" rel="nofollow ugc">Trivadis PL/SQL &#038; SQL Formatter Settings</a> contains in the A3 section the code for disabling/enabling the formatter. The code snippets in this blog post are applicable for the default Arbori code shipped by the SQL Developer Team.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
