Hi,
In ‘Oracle Net Configuration Assistant’ I am trying to connect to a Net Service(or Oracle database) which I have created, using the user ‘sys as sysdba’. But while testing connection to the database I am getting this below exception,
Connecting...ORA-01017: invalid username/password; logon denied
The test did not succeed.
If I use some other user here, Net Configuration Assistant is successfully connecting to the database.
What should I do in order to be able to connect to DB using sys user?
I am able to connect to using sqlplus command
sqlplus sys/Password1 as sysdba
Sorry if it’s a basic question. I am new to Oracle database.
Thanks in advance.