ORA-28041是一个Oracle数据库错误代码,具体表示为“Authentication protocol internal error”,即认证协议内部错误。该错误通常发生在尝试进行数据库认证时,认证协议遇到了内部问题。 2. 分析可能导致ORA-28041错误的原因 客户端与数据库服务器版本不兼容:当Oracle客户端版本低于数据库服务器版本时,特别是在
ERROR:ORA-28041: Authentication protocol internal errorChangesTest case:+++++1) In 12.2.0.1 database+April2018PSU, create user and expire the account.create user <username> identified by <password>;alter user <username> password expire;2) In 11.1.0.7 client, setup the tnsnames.ora to connect...
ORA-28041: Authentication protocol internal error 1 Answers ORA-39952: only numbers can be specified as range values 1 Answers O2I-00132: Unable to close a Java file 1 Answers ORA-02786: Size needed for shared region is greater than segment size ...
ORA-28041: Authentication protocol internal errorThe same error happens when attempting to change the password directly through SQLPlus using the SQLPlus in the Forms home (11.1.0.7) against a 12.2.x db.If using the SQLPlus from the db home (12.2.0.1.0), it works as expected....