mac-vtl

Results 2 issues of mac-vtl

1. What versions are you using? ```sql SQL> SELECT BANNER FROM v$version; BANNER -------------------------------------------------------------------------------- Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production ``` ```py import oracledb print("oracledb.__version__:", oracledb.__version__) oracledb.__version__:...

enhancement

1. Describe your new request in detail `python-oracledb` internally parses the content of the [`tnsnames.ora`](https://docs.oracle.com/en/database/oracle/oracle-database/18/netrf/local-naming-parameters-in-tnsnames-ora-file.html#GUID-1DECC117-BB0F-4BBE-9C88-479ECB202DBB) file [here](https://github.com/oracle/python-oracledb/blob/40d2b9789322ec0eefe43ccf6e86a25e98faf71b/src/oracledb/impl/base/connect_params.pyx#L1005) but does not provide or expose a way to list the available service...

enhancement
patch available