How to fix the Oracle error PCC-02380: Cannot specify a connect mode when altering a user password?

In this post, you’ll learn more about the Oracle ErrorPCC-02380: Cannot specify a connect mode when altering a user password with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

PCC-02380: Cannot specify a connect mode when altering a user password

Reason for the Error PCC-02380: Cannot specify a connect mode when altering a user password

Cause: An attempt was made to connect in either SYSOPER or SYSDBA mode while at the same time trying to change passwords using the ALTER AUTHORIZATION clause in the same CONNECT statement.

How to fix the Error PCC-02380: Cannot specify a connect mode when altering a user password ?

You can fix this error in Oracle by following the below steps

Action: Changing passwords while connecting in SYSOPER or SYSDBA mode is prohibited. Rewrite the connect statement by either removing the ALTER AUTHORIZATION cluase or the CONNECT MODE clause.

Tags :

Leave Your Comment