Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I've done this mostly for a unix systems where the installation of oracle has the requirement for sysdba password disabled:
SQL> alter user SYSADM identified by <enter password=" here=">;
SQL> commit;
SQL> exit;
this is a backdoor to change passwords if you forgot them.