In order to demonstrate the security feature of Oracle one has to call OCIServerVersion() or OCIServerRelease() when the user session has not yet been established.
While having the database parameter sec_return_server_release_banner = false
.
I am using Python cx_Oracle module for this, but I am not sure how to get the server version before establishing the connection. Any ideas?