I installed oracle software on my windows 10 for learning purpose.
Then I used DBCA created devOrcl database instance. (no container).
then I run DBCA again created another database instance called testOrcl. (no container db)
the I used sqlplus / as sysdba logged in, I tried to see which database I logged in, using select name from V$database; it is testOrcl.
Then how can I log in to devOrcl, that also install on this local machine?
Thanks,