Rasa to connect Oracle

Hai I want to get user input via command line and pass it today Oracle db and fetch back the data to chat both screen.

  1. What should I do 2.where should I put Oracle entries in Actions. Py or endpoints

Please help me

  1. You need a connector for python, like cx_Oracle.

  2. In actions.py.

Thanks Gehova… I tried it but it is throwing error when I put the user name and password in action. Py

First try to use cx_Oracle by itself. Once you lear how to use it you can add it to rasa. I put the connector and cursor inside the run methods of mi actions, but I’m working with mysql.