From what I read on the shinyapps.io documentation about odbc connection:
We recommend using the odbc and DBI packages when establishing ODBC connections to databases. When you use the odbc package with a Shiny app, RStudio’s Professional Drive will automatically be available to your application. Use one of the following driver names with dbConnect to establish a connection to your database:
“AmazonRedshift”
“Hive”
“Impala”
“PostgreSQL”
“Salesforce”
“SQLServer”
“Teradata” ...
From the page RStudio’s Professional Drivers page i can see that the coverage includes also Oracle.
Can i be sure that I can connect to oracle db from a shiny app hosted on shinyapps.io cloud?