Oracle SQL Developer connection

Hi Team,

I need to connect to oracle SQL Developer through UiPath.

Could someone please help

Regards
Anusha

@anusha2

Please get the required details from DBA and then use them in the required connection string…You can find the connection strings here

Or you can drag the the connection activity and use the connection wizard and fill the details

cheers

Hi Anil

Thankyou for your reply with connection string iam unable to connect

Regards
Anusha

@anusha2

What issue are you facing?

Did you get all the details like dbname…username password port etc

Did you tey with the wizard or else? It looks almost same as the connection winzard in your sql developer

Cheers

Hi

To connect to oracle sql developer do i need to install any driver

Regards
Anusha

@anusha2

Yes you need odbc or oledb drivers…

Cheers

Ok

I have ODBC but not oledb

@anusha2

Mostly you connection string would be from this

you can try with configure as well…select odbc → then provide the details

cheers

Hi Anil,

the video you shared was related to sql server.

But i need to connect to oracle sql developer.

Please help me out on this.

Regards
Anusha

I am getting this error

Hello @anusha2
Try this. Initially try to setup the ODBC server

@anusha2

The video is a reference on how to navigate the connection wizard.

As per error the drivers are not properly installed

Please follow the video given by @Gokul_Jayakumar

Let us know if there are any issues…

cheers

Thankyou,

Will try this out

Thankyou

Will try that

Hi Gokul,

I only have sql developer in my virtual machine.

Oracle is installed on client server which is not installed on my system.

I need to connect to Sql developer through UiPath


In this video they were selecting Oracle database which is not there in my system.

Please guide

@anusha2

Are you able to connect to required oracle db using sql developer?

even from UiPath you will connect to DB not to sql developer…

So first try getting connection details and connect from sql developer and you can use same in UiPath as well

cheers

Hi ,

Iam able to connect successfully to my databse using sql developer

But with UiPath , unable to connect .

@anusha2

please try installing the drivers and then try…and once if you can please show the connection string you are using or the connections you got after saving wizard

For Detailed Steps

cheers

HI Anil,

Please find connection string

Driver={Microsoft ODBC for Oracle};Server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=199.199.199.199)(PORT=1523))(CONNECT_DATA=(SID=dbName)));Uid=myUsername;Pwd=myPassword;

@anusha2
Did you try to connect using the Connection String in Connect to database activity?
image