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

ERRORCannot specify a connect mode when altering a user password
CAUSEAn 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.
ACTIONChanging 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.