Hello! We had a shiny app running with ROracle package. In this package there is a function to run PL/SQL stored procedure called oracleProc.
I wanted to rewrite the same app to use RStudio pro drivers, but I can't find a way to run this function with them, is there such a way? All examples point to use of DBI package instead of ROracle. So it looks like I can't run ROracle functions with RStudio pro drivers - please correct me if I am wrong.
Thanks for help.