Trying to install the ROracle package in RStudio but keep receiving the error of cant find ociver.h driver even though im pointing to it. I run these two commands in my cmd terminal
setx OCI_INC C:\oracle19c\client19cR364\oci\include
setx OCI_LIB64 C:\oracle19c\client19cR364\bin
Which should point to the drivers location in my file explorer. For some reason they wont get recognized.