Get "ORA-00000: normal, successful completion" error trying to connect
説明
I am getting an "ORA-00000: normal, successful completion" error when trying to connect to a database when SQLNET.ALLOWED_LOGON_VERSION=12 in my sqlnet.ora file.
原因
The correct Oracle database and client versions are not being used. In order to have SQLNET.ALLOWED_LOGON_VERSION=12 you need to be using an Oracle database and client of 11.2.0.3 or higher.
対策
Make sure your Oracle database and client are both v11.2.0.3 or higher.