Does the extension keep a single connection open per database or does it open a new connection for each query?
E.g. For Database A
- Open Oracle Explorer to view the list of tables in the database
- Open a SQL file to query a table in the database
- Invoke the command to refresh Intellisense on the database
- Open a second new SQL file to query another table in the database
Is the above 4 connections or 1?