HI everyone.
From what I read on the shinyapps.io documentation about odbc connection:
We recommend using the
odbc
andDBI
packages when establishing ODBC connections to databases. When you use theodbc
package with a Shiny app, RStudio’s Professional Drive will automatically be available to your application. Use one of the following driver names withdbConnect
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?
Thanks