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

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

and how does it differ from the regular connection string?

3条回答
  •  天命终不由人
    2021-01-18 16:40

    The format is:

    name/pass@//host:1521/instance
    

    Standard Oracle connect strings typically look like

    name/pass@tnsentry
    

    Where tnsentry has been defined by one of several means such as a tnsnames.ora file. idstram's answer has an excellent pointer if you're looking for more details.

提交回复
热议问题