R session crashing every time I try to connect to an Oracle DB

Hello,

I am having a problema trying to connect to an Oracle DB.
On my local RStudio I can connect with any problem but on my RStudio Server cannot connect.
Every time I connect

dbConnect(odbc::odbc(),
"CTLIBD02")
where CTLIBD02 is the name on my .odbc.ini file

RStudio Server show me a message saying my previous R session crashed.

R version installed is 4.0.3 (same that on my local) and the ODBC client is working fine. I can connect using isql on terminal but not in R.

I would really appreciate some tip to be able to carry on with something to investigate a bit more.

BR,
Diego

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.