Blog Oracle Windows Change sysdba password on oracle August 2, 2017August 2, 2017 Maga Zie 0 Comments change sysdba password Spread the love Changing sysdba password using command line Open cmd, Run # sqlplus / as sysdba If return password expired by run this command Run # sqlplus /nolog # alter user system identified by “Password”;