ORA-12640: Authentication adapter initialization failed
I'm running many batch processes which connect to Oracle database via Python script. During execution, after succesfull execution of hundreds of them I'm receiving:
ORA-12640: Authentication adapter initialization failed
Can I be sure that changing SQLNET.AUTHENTICATION_SERVICES into NONE will resolve my problems?