There are some community nodes but they are not updated for long time. Hoping n8n will create one. Need that too.
This is something I would love to have, to āvalidateā n8n in our environment.
@BadRequest @Mulen
I finally made the time yesterday to fork from one of the community oracle nodes and add parameterizzation. The code for that is published here now: https://www.npmjs.com/package/n8n-nodes-oracle-database-parameterization
(not going to claim itās perfect or anything since Iāve barely tested it, but so far it looks like itās working)
Wow thanks. Will definetely try this out.
Thanks for the great work
Is there any way to access Oracle through an ssh tunnel?
Not sure? Thatās not something Iāve ever tried before. But the magical world of npmjs.com probably has some libraries related to ssh tunneling. So Iām sure that if you fork from my repo: jgriffin1/n8n-nodes-oracle-database-parameterization: An N8N node for Oracle database queries that utilizes parameterization to increase security. (github.com) youāll be able to modify the code in way that gets that working. My team ended up going a different direction and is no longer using N8N, so this isnāt something Iām going to explore myself right now. But feel free to update this chat if you figure something out!