Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.