Hi Team,
I am using Oracle 12C.
I set the username in SQL Plus . And then when i logged in with the same username and ran below command
select value from v$parameter where name like '%service_name%';
The value returned is orc1.
When i am trying to connect with the same servicename in SQL Developer, it is throwing the ORA 12514 error.
Please help.
Thanks