Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Oracle: what is the "instantclient" connection string format?

and how does it differ from the regular connection string?

like image 995
Mark Harrison Avatar asked Apr 19 '09 05:04

Mark Harrison


1 Answers

Connecting with the instant client is no different than with the full stack client - all connect string formats are the same. If you installed the instant client in a non-standard location on the filesystem or are having problems connecting to the database listener, be sure that your TNS_ADMIN environment points to the directory that contains your tnsnames.ora and sqlnet.ora files,

like image 140
dpbradley Avatar answered Oct 17 '22 20:10

dpbradley