I am trying to set up the environment variable to point to following however it gives me error
os.environ["PATH"]= "C:\APPS\ORACLE\product\12.1.0\Client_64\Instantclient"
I get the error "Invalid character or identifier"
I am able to navigate the above path so not sure what is failing.