I have a process on DEV that is expected to run queries and read results from a remote Oracle DB.
There is 3 options for robot to interact with DB:
Through a tool (Oracle SQL Developer)
Through .sql scripts
Directly from within UiPath
What is the best option? Did anyone have any guides for how to do it?
Thank you,
redlynx82
(Wolfgang)
April 18, 2019, 10:15pm
2
This is a quite common question, and you can find answers in any of below topics. With regard to your other options - using SQL Developer seems like an overly complicated approach. Sure, you can use Desktop Automation to open SQL Developer, and then create and maintain your databases here - but why would you? UiPath allows you to execute any query against your database, and this covers creation of databases, maintaining users, assigning permissions, and much more.
Hello guys,
I’ve been trying to connect my robot to an Oracle database.
I read one of the articles under “Knowledge Base” called “How to query data from a SQL database” which states the workflow to query a DB, I cant really see anything that helps to connect to the DB, rather than this:
“A. First connect to the database using the Connect activity. This activity requests a connection string used to establish a database connection and a ProviderName. The string must contain a data source, a use…
Hello!
Someone could explain to me how to make a connection to Oracle step by step. I tried it by all means and I have not had any result
thank you very much
Do we have any documentation to connect to Oracle database from UiPath.
Database Version:- Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit.
We went thru the documentation on the Uipath forum, but no luck .
Thanks
Vinod
Thank you very much redlynx82! I will go with execute the query from within UiPath then.
system
(system)
Closed
April 23, 2019, 6:17am
4
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.