Feature Request: Add Oracle Database as Memory Backend in AI Agent Node

While working with the AI Agent node in n8n, I noticed that Oracle Database is not available as a supported memory backend.

It would be extremely useful to support Oracle Database as a memory provider, similar to how other database-based memory options are supported.
Currently, the AI Agent node supports certain memory backends (e.g., Redis, Postgres, etc.), but there is no native option for Oracle Database.

For organizations that:

  • Use Oracle as their primary database

  • Require enterprise-grade persistence

  • Need compliance-controlled data storage

  • Avoid introducing additional infrastructure like Redis

there is no direct way to persist agent memory in Oracle.

Add an Oracle Database memory option in the AI Agent node.

Use Case Example

We are building AI-driven workflows where:

  • Conversation context must persist between executions

  • Memory must be stored in a centralized Oracle instance

  • Security policies prevent external memory services

Oracle memory support would allow seamless integration without introducing additional infrastructure.