Hi all,
Probably it is trivial question - but I am not able to find the answer. I use sqlplus most of the time, so I am not familiar with SQL developer.
I have 12c and container named ORACONTAINER, in this container I have HR schema.
When I do login via sqlplus ("sqlplus hr/hr@ORACONTAINER") - it works ok, and "sqlplus HR/HR" will not work - and this is ok.
With SQL developer I can login as sys, but when I try HR/HR it gives me invalid username/password - because I don't know where to specify container for HR user.
Thanks,
Darko