Oracle: what is the “instantclient” connection string format?

后端 未结 3 1030
野性不改
野性不改 2021-01-18 15:49

and how does it differ from the regular connection string?

3条回答
  •  独厮守ぢ
    2021-01-18 16:37

    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,

提交回复
热议问题