Connection with the sys as sysdba with password.
Connection with the sys as sysdba without password.
to connect without password make follwoing changes in sqlnet.ora file:
SQLNET.AUTHENTICATION_SERVICES= (NTS)
to connect with password make follwoing changes in sqlnet.ora file:
SQLNET.AUTHENTICATION_SERVICES= (NONE)