Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

two databases on one computer

ANNECSep 23 2021

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,

This post has been answered by EdStevens on Sep 24 2021
Jump to Answer
Comments
Post Details
Added on Sep 23 2021
4 comments
1,076 views