Hi All,
What is the difference between these two DBA and SYSDBA.
I have the access to login to the Database server and connected to sqlplus.
SQL>conn sys / as sysdba;
Then granted the DBA role( I don't know the SYS user password) to SCOTT user, as i have this user password. So that I can connect to database through SQL Developer.
From my laptop's sql developer, I am connecting to the database with SCOTT user and role as 'SYSDBA', it is throwing me the ORA - 01017 invalid username or password error.
Kindly suggest me, what I am doing wrong here.
Thanks