I am using oracle on my local machine. i was using predefined databases and schema like scott of sysdba. yesterday i have created a database through database configuration assistant, now i am trying to connect to that new database by putting username and password through sysdba like;
SQL> connect username/password
but it gives
ERROR: ORA-01017: invalid username/password; logon denied;
WARNING: you are no longer connected to ORACLE.
i have tried searching on google and there are many answers but nothing is relevant and didn't solve my problem.
- how can i connect to that database which i have created ?
- do i have to make a user for that database through sysdba ?
- do i have to grant any privileges to access that database ?
please do tell me if i'm missing something as i am a noob on oracle. i need to connect to that database because i have to make tablespaces and users in that database.
PS: I have investigated, and the newly created database exist in sysdba databases.