Oracle thick-mode + SYSDBA connection options — unblocks Oracle sources that mandate Native Network Encryption (NNE).
Added
[source] thick = true— connect via the Oracle Instant Client (thick mode), required for servers mandating NNE (thin mode raisesDPY-3001). Optionalclient_dirfor the Instant Client lib dir; env$A2H_ORACLE_THICK/$ORACLE_CLIENT_DIRhonored.[source] sysdba = true— connect with SYSDBA (for theSYSuser).- Actionable connect-failure hints for the NNE / SYS cases.
Thin mode (pure-Python, no client, no external deps) stays the default — only NNE servers need thick.
pip install -U any2heliosdb