Hi, can anyone tell me how to make the connection from shinyapps.io to a oracle database, I have used this string connection but I get a error
dbconnection <- dbConnect(odbc::odbc(),
Driver = "Oracle",
Database = "costos",
UID = "npowerxxx",
PWD = "UZWVMxxxx",
Server = "216.xxx.xxx.xxx",
Port = 1523
)
Thank in advance