Question
Arbetsförmedlingen
SE
Last activity: 30 Jul 2025 9:05 EDT
Connecting to an external Oracle database and
Hi,
I'm working on time sensitive delivery, which need to connect to an Oracle database and perform multiple read and write operations. However, I'm struggling to connect to the database. I tried AI buddy and previous posts and documentation, etc but they didn't help. I still wonder what should be the connection string. Also if there is any documentation or knowledge article that could clearly describe how to connect, how to pass query with dynamic parameters as inputs, etc would be greatly appreciated, Thanks!
BR\ Rajesh
@RajeshS17304030You should use the OracleQuery component. If you have the Oracle drivers installed, then when you click the ConnectionString property, there should be three dots. The wizard should walk you through connecting to the database. You need to be using the Oracle client version 8.1.7 or greater (basically whatever they'd require you to install to query the database from your machine using any other tools). If not, this might explain why you cannot connect to it.
https://docs.pega.com/bundle/robotic-automation-221/page/robotic-automation/properties-methods-events/oraclequery.html