ORA-01034: Oracle Not Available

It is a simple error meaning your database is down. To fix this, follow the steps given below:

SQL>connect sys/password as sysdba
SQL>startup
SQL>exit

Comments

Popular posts from this blog

Migrating database from ASP.NET Identity to ASP.NET Core Identity

Customize User's Profile in ASP.NET Identity System