Ora-01034:oracle Not available

Source: Internet
Author: User
Tags session id sqlplus
Workaround One: ERROR: ora-01034:oracle Not available ora-27101:shared Memory Realm does not exist Process id:0 session id:0 Serial number: 0 because this small mistake, has been tossing me for several hours, the special record as follows. Search the Internet for the next solution, as follows: sqlplus "Sys/password as SYSDBA" connection succeeded, prompt "connected to idle routine" sql> Startup The ORACLE routine has started. Total System Global area 535662592 bytes Fixed Size 1375792 bytes Variable Size 293601744 bytes Database buffers 234881024 bytes Redo buffers 5804032 bytes database loading complete. ORA-03113: End of file for communication channel Process id:5412 session id:5 Serial number: 5 A new error occurred: ORA-03113: The end of the file for the communication channel; The analysis may be due to a database forced shutdown last night, resulting in inconsistent file status because the database is normally shut down in conjunction with each file, making the file time point consistent when restarting. find the solution as follows: sql> conn/as sysdba You are connected to an idle routine. sql> Startup Mount The ORACLE routine has started. Total System Global area 535662592 bytes Fixed Size 1375792 bytes Variable Size 293601744 bytes Database buffers 234881024 bytes Redo buffers 5804032 bytes database loading complete. sql> SELECT * from V$log; group# thread# sequence# BYTES BLOCKSIZE members ARC ---------- ---------- ---------- ---------- ---------- ---------- --- STATUS first_change# first_time next_change# next_time ---------------- ------------- -------------- ------------ ------------- 1 1 52428800 1 NO INACTIVE 8474486 February-April-11 8522856 February-April -11 3 1 342 52428800 1 NO INACTIVE 8555222 June-April-11 8565162 November-April -11 2 1 343 52428800 1 NO Current 8565162 November-April -11 2.8147E+14 sql> ALTER DATABASE open Resetlogs 2; ALTER DATABASE open Resetlogs * Line 1th Error: The ora-01139:resetlogs option is only valid after incomplete database recovery sql> recover database until time ' 2011-04-11 12:12:12 ' Complete Media recovery. sql> ALTER DATABASE open resetlogs; The database has changed. sql> shutdown The database has been closed. The database has been unloaded. The ORACLE routine has been closed. sql> Startup The ORACLE routine has started. Total System Global area 535662592 bytes Fixed Size 1375792 bytes Variable Size 293601744 bytes Database buffers 234881024 bytes Redo buffers 5804032 bytes database loading complete. The database is already open.

Workaround: Two font size: big middle and small when you try to log on to Pl/sql, when you enter a username (SYSTEM/PWD), Oracle reports the following errors:
ERROR:
ORA-27101 Shared Memory Realm does not exist
ORA-01034 ORACLE Not available &<60;


consulted the relevant
ORA-27101 Shared Memory Realm does not exist
ORA-01034 ORACLE Not available &<60;
Description, interpreted as Oracle_home or ORACLE_SID settings are incorrect.
But no error was found after checking bash_profile;
Error, no open Oracle service;
Solution to directly open the service of Oracle Relational data library;
or follow the steps below:
Lsnrctl start
Sqlplus '/as sysdba '
Sql> Startup
Emctl Start Dbconsole
Isqlplusctl start

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.