Connect to an idle instance on Windows
I want to create one instance and connect to it. Are the below commands enough?
set oracle_sid=testinstance
sqlplus / as sysdba
I get errors:
ORA-12560: TNS:protocol adapter error
Is there something I missed? I saw a Linux sequence of this 2 commands being enough to connect you to an idle instance.
Thanks
0