{"library":"n8n-nodes-oracle-database-parameterization","title":"n8n Oracle Database Parameterization Node","description":"An n8n community node for connecting to Oracle databases with parameterized query support. Current version 1.1.4, released as a fork of n8n-nodes-oracle-database adding bind variable functionality. Updated irregularly. Key differentiator: enables safe SQL injection prevention via parameterized queries compared to the parent node. Requires n8n and oracledb driver. Limited to n8n workflows.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install n8n-nodes-oracle-database-parameterization"],"cli":null},"imports":["import { OracleDatabaseParameterization } from 'n8n-nodes-oracle-database-parameterization'","const { OracleDatabaseParameterization } = require('n8n-nodes-oracle-database-parameterization');","import type { IOracleDatabaseParameterizationCredentials } from 'n8n-nodes-oracle-database-parameterization'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import { OracleDatabaseParameterization } from 'n8n-nodes-oracle-database-parameterization';\n\n// Register node in n8n's node list (typical in n8n custom node setup)\nconst myNode = new OracleDatabaseParameterization();\n\n// Example workflow: parameterized query execution\n// In n8n editor, configure the node with:\n// Query: \"SELECT * FROM users WHERE id = :id AND status = :status\"\n// Parameters (JSON): {\"id\": 123, \"status\": \"active\"}\n// Credentials: Oracle DB connection (host, port, service name, user, password)","lang":"typescript","description":"Demonstrates importing the node and using parameterized queries to prevent SQL injection in Oracle DB workflows.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}