This package provides nodes for n8n to work with oracle
by Jean Durieux
This package provides nodes for n8n
to work with oracle.
npm i n8n-nodes-oracle
The nodes should be automatically discovered by n8n
.
npm i -g n8n-nodes-oracle
You should then set the N8N_CUSTOM_EXTENSIONS
variable to the path of the modules, e.g. on Ubuntu:
export N8N_CUSTOM_EXTENSIONS="/usr/local/lib/node_modules/n8n-nodes-oracle"
You'll have to spin your own Dockerfile
that builds from the official n8n
image:
FROM n8nio/n8n
USER root
RUN npm_config_user=root npm install -g n8n-nodes-oracle
ENV N8N_CUSTOM_EXTENSIONS "/usr/local/lib/node_modules/n8n-nodes-oracle"
The credentials are based on the standard oracle credentials. The easiest way is to Using API Keys with oracle with the required permissions to work with oracle API.
This node will listen to message on a topic's subscription and trigger whenever a new message is coming.
- ClientId or DocumentId