Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

PI SQL Client ODBC

Connection to the gateway

  • Last UpdatedJan 04, 2023
  • 1 minute read

A connection to the gateway is established through a database link when it is first used in an Oracle session. In this context, a connection refers to the connection between the Oracle database and the gateway. The connection remains established until the Oracle session ends. Another session or user can access the same database link and get a distinct connection to the gateway and ODBC data source. If you want to close a database link during a session, you can do so with the ALTER SESSION statement.

If you want to check for existing database links you can use this query:

select * from all_db_links;

TitleResults for “How to create a CRG?”Also Available in