RPA - connecting to DWH

Hello.
I need information about connecting to DWH. How can I use DWH information using query and get it in form of excel, for example?

@okalinic

Which DWH you want to connect to?

depending on that we can either use connectors or use database activities

cheers

What do you mean by “which dwh”? I am connecting manualy to DWH using SQL Developer, but I need to connect through UiPath Studio using user’s credentials.
Is that possible?

@okalinic

Yes it is possible

Get the connection string and use database activities

Cheers

Do you have some simple example on how to do that? :slight_smile:

@okalinic

Here is the activity

It has a wizard where you can select your db and give the credentials ports etc

Here is a brief video

Cheers