I am trying to create to connect with oracle sqlplus. When I login with:
User: sys as sysdba
Pass:
It says Connected to an idle instance.
And when I try to create a table, it gives the error
ORA-01034: Oracle not available
Process ID: 0
Session ID: 0 Serial number: 0
Why is it not creating the table?
First - and most importantly:
Secondly: "connected to an idle instance" means Oracle was not started. So as you are already connected as sysdba (again: which you should only do for DBA tasks) you need to start Oracle using the command
startup
in SQL*Plus.
Then log off, log in with a regular user and create your table.
For details see the manual:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With