<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Brendan</title>
    <description>The latest articles on DEV Community by Brendan (@nayameth).</description>
    <link>https://dev.to/nayameth</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2735305%2F9f964eb0-275b-4afc-8675-af2bb5e8ef18.jpg</url>
      <title>DEV Community: Brendan</title>
      <link>https://dev.to/nayameth</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nayameth"/>
    <language>en</language>
    <item>
      <title>Enhancing Oracle Database Integration in n8n with a Plugin</title>
      <dc:creator>Brendan</dc:creator>
      <pubDate>Sun, 19 Jan 2025 17:46:31 +0000</pubDate>
      <link>https://dev.to/nayameth/enhancing-oracle-database-integration-in-n8n-with-a-plugin-400m</link>
      <guid>https://dev.to/nayameth/enhancing-oracle-database-integration-in-n8n-with-a-plugin-400m</guid>
      <description>&lt;p&gt;If you’ve ever integrated Oracle databases with n8n, you may already be familiar with a community-maintained plugin that simplified connectivity. However, you might also have noticed that the original repository is no longer actively supported. Recently, I stumbled upon a fork of the n8n-nodes-oracle plugin that, despite being two years old, is still overseen by a developer who remains active on GitHub. Although the plugin itself hasn’t changed in that time—simply because no new features or bug fixes have been requested—it continues to serve as a stable and practical alternative to the original, which is no longer maintained.&lt;/p&gt;

&lt;p&gt;Below is a quick overview of what the fork provides, how to install it, and why it could still be a valuable resource for n8n users.&lt;/p&gt;

&lt;h2&gt;
  
  
  Background: A Fork of an Unmaintained Plugin
&lt;/h2&gt;

&lt;p&gt;While searching for an efficient way to connect Oracle databases to n8n, many users stumbled upon the original n8n-nodes-oracle plugin. It provided a straightforward solution but lacked ongoing maintenance. Recognizing this gap, a developer forked the codebase and expanded it to include stored procedure functionality—something the community had been requesting for a while.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Stored Procedure Support&lt;/strong&gt;&lt;br&gt;
One of the most notable improvements is the ability to call Oracle stored procedures. This expands n8n’s capabilities for complex operations and reduces the need for manual or external scripting.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Active Maintenance&lt;/strong&gt;(hopefully)&lt;br&gt;
Even though this fork isn’t brand new, it is still overseen by a developer who remains active on GitHub. Whether you discover bugs or have feature requests, there’s a good chance they’ll be addressed in a timely manner.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Straightforward Integration&lt;/strong&gt;&lt;br&gt;
Configuration remains similar to the original. Once installed, you can quickly set up Oracle credentials in n8n and use the plugin in your workflows just like any other node.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Installation &amp;amp; Setup
&lt;/h2&gt;

&lt;p&gt;To install the forked plugin, run:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm i azratul/n8n-nodes-oracle
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;Credentials&lt;/strong&gt;: After installing, go to your n8n instance and add your Oracle credentials.&lt;br&gt;
&lt;strong&gt;Nodes&lt;/strong&gt;: Look for the “Oracle” nodes.&lt;br&gt;
&lt;strong&gt;Usage&lt;/strong&gt;: You can now build workflows calling Oracle databases for either queries or stored procedures.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;If you need a robust, actively maintained solution for connecting n8n to Oracle databases, this long-standing fork is worth exploring. Its stored procedure support and consistent updates address the biggest gaps of the original plugin. To learn more or contribute, head over to &lt;a href="https://github.com/azratul/n8n-nodes-oracle" rel="noopener noreferrer"&gt;https://github.com/azratul/n8n-nodes-oracle&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>n8n</category>
      <category>opensource</category>
      <category>oracle</category>
    </item>
  </channel>
</rss>
