The database is running on the local machine.
I want to shutdown the database using sqlplus

OS - windows 98
Oracle 8i personal edition
init.ora : remote_login_passwordfile = exclusive

SQL> connect / as sysdba
ERROR:
ORA-01031: insufficient privileges

I also tried
SQL> connect sys/change_on_install
Connected.
SQL> shutdown normal
ORA-01031: insufficient privileges