And old gotcha 🙂
To test a ‘sys’ password without getting a false positive from your o/s credentials …
First check with a wrong password …
oracle> sqlplus “sys/wrongpw@sid as sysdba”
… then with the right password
oracle> sqlplus “sys/rightpw@sid as sysdba”