DEV Community

Brendan
Brendan

Posted on

1

Enhancing Oracle Database Integration in n8n with a Plugin

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.

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.

Background: A Fork of an Unmaintained Plugin

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.

Key Features

  1. Stored Procedure Support
    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.

  2. Active Maintenance(hopefully)
    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.

  3. Straightforward Integration
    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.

Installation & Setup

To install the forked plugin, run:

npm i azratul/n8n-nodes-oracle
Enter fullscreen mode Exit fullscreen mode

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

Conclusion

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 https://github.com/azratul/n8n-nodes-oracle.

Playwright CLI Flags Tutorial

5 Playwright CLI Flags That Will Transform Your Testing Workflow

  • --last-failed: Zero in on just the tests that failed in your previous run
  • --only-changed: Test only the spec files you've modified in git
  • --repeat-each: Run tests multiple times to catch flaky behavior before it reaches production
  • --forbid-only: Prevent accidental test.only commits from breaking your CI pipeline
  • --ui --headed --workers 1: Debug visually with browser windows and sequential test execution

Learn how these powerful command-line options can save you time, strengthen your test suite, and streamline your Playwright testing experience. Practical examples included!

Watch Video 📹️

Top comments (0)

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Engage with a wealth of insights in this thoughtful article, valued within the supportive DEV Community. Coders of every background are welcome to join in and add to our collective wisdom.

A sincere "thank you" often brightens someone’s day. Share your gratitude in the comments below!

On DEV, the act of sharing knowledge eases our journey and fortifies our community ties. Found value in this? A quick thank you to the author can make a significant impact.

Okay