Buddy kindly install the package named uipath.Database.Activities in package manager to get the dataabase related activities like execute query and insert query where in
execute query - you can execute any query by passing that query as string to this activity and you can get the output from the database as a table of type datatable
then
insert query - you can insert any datatable read from the excel with read range activity to the databbase you want with this buddy by mentioning the table name in database as input
to connect with the database you can use the connection wizard which would require database credentials like username and password like this buddy and you can even check whether you got connected to database or not buddy @Ramalingayya with that test connection option
thank you for replying ,i have attached screenshot .
ERROR :
Error [NA000][Microsoft][odbc driver for oracle ][oracle ]ora-06413:connection not open,error [im006][microsoft][odbc driver manager driver’s sqlSetConnectionAttr Failed
eror [01000][Microsoft][ODBC Driver manager] the driver
does not support the version of ODBC behavior that the application requested see sqlSetEnvAttr)
i need to add any ODBC jar file,
please help out me .
When you create the odbc source you can try using the OraClient rather than the ODBC option - there seems to be some conflict between versions of ODBC drivers.
Driver={Oracle in OraClient 12home1_32bit};"server=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=XXXXXX)(PORT=1532))(CONNECT_DATA=(SERVICE_NAME=tibclee)));uid=tibco