how to connect with oracle sys user with or without password

Опубликовано: 01 Ноябрь 2024
на канале: Data Science Center
44,383
153

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)