How do I fix Oracle initialization or shutdown in progress?
How do I fix Oracle initialization or shutdown in progress?
Solution:
- Open command prompt and log in to database as sysdba. sqlplus / as sysdba.
- Forcefully shutdown database. shutdown abort;
- Mount the database. startup mount;
- Check whether the database is mounted or not. select status, database_status from v$instance;
- Open the database.
- Check whether the database is open or not.
How do I fix Ora-01031 insufficient privileges?
ORA-01031: insufficient privileges Solution: Go to Your System User. then Write This Code: SQL> grant dba to UserName; //Put This username which user show this error message. Grant succeeded.
How do I fix Ora 01507 database not mounted?

To solve ORA-01507, you need to open it to MOUNT state. SQL> alter database mount; Database altered. Then issue your RMAN commands again.
How do I start an Oracle local database?
To start or shut down Oracle Database:
- Go to your Oracle Database server.
- Start SQL*Plus at the command prompt: C:\> sqlplus /NOLOG.
- Connect to Oracle Database with username SYSDBA: SQL> CONNECT / AS SYSDBA.
- To start a database, enter: SQL> STARTUP [PFILE=path\filename]
- To stop a database, enter: SQL> SHUTDOWN [mode]
What is Ora 01031 insufficient privileges?
Error ORA-01031 means you are attempting to execute an operation for which you do not have appropriate privileges. There are several, possible causes for the ORA-01031 “Insufficient Privileges” error. They are: You may be attempting to change the current Oracle username or password without having proper privileges.
How do I resolve ORA 00214?

Action: Use a consistent set of control files, datafiles/logfiles, and redo log files. That is, all the files must be for the same database and from the same time period. Typical ways to get an ORA-00214 include forgetting to replace ALL OF the current control files in all locations specified in the init.