I am trying to connect to a generic database (Oracle database) to access as a knowledge base for my AI Agent. I am trying to connect with the connect string below and it’s not working.
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=your_host_name_or_ip)(PORT=your_port))(CONNECT_DATA=(SID=your_sid)))
How can I connect to an Oracle database from AI Agent?
