Customise Consent Preferences

We use cookies to help you navigate efficiently and perform certain functions. You will find detailed information about all cookies under each consent category below.

The cookies that are categorised as "Necessary" are stored on your browser as they are essential for enabling the basic functionalities of the site. ... 

Always Active

Necessary cookies are required to enable the basic features of this site, such as providing secure log-in or adjusting your consent preferences. These cookies do not store any personally identifiable data.

No cookies to display.

Functional cookies help perform certain functionalities like sharing the content of the website on social media platforms, collecting feedback, and other third-party features.

No cookies to display.

Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics such as the number of visitors, bounce rate, traffic source, etc.

No cookies to display.

Performance cookies are used to understand and analyse the key performance indexes of the website which helps in delivering a better user experience for the visitors.

No cookies to display.

Advertisement cookies are used to provide visitors with customised advertisements based on the pages you visited previously and to analyse the effectiveness of the ad campaigns.

No cookies to display.

ORA-01034: ORACLE not available

Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
Breadcrumb Abstract Shape
  • User AvatarKiran Dalvi
  • 08 Nov, 2021
  • 0 Comments
  • 1 Min Read

ORA-01034: ORACLE not available

In this blog i have explained you how to resolve ORA-01442 .

ORA-01034: ORACLE not available

Cause: Oracle was not started up. Possible causes include the following:

- The SGA requires more space than was allocated for it.

- The operating-system variable pointing to the instance is improperly defined.

Action: Refer to accompanying messages for possible causes and correct the problem mentioned in the other messages. If Oracle has been initialized, then on some operating systems, verify that Oracle was linked correctly. See the platform specific Oracle documentation.

There could be a many reasons for ORA-01034, some of them are as following

1) Oracle Instance is not started.

2) ORACLE_SID or ORACLE_HOME or both are not properly defined.

3) Size of SGA is smaller than an Oracle Instance requires.

4) Remote user might face it due to improper configuration of Listener.

5) Refer to accompanying messages for possible causes and correct the problem.

One of the most common reason for ORA-01034 is Oracle Instance is down. Lets reproduce ORA-01034 by shutting down an Oracle instance and try reconnecting it.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SQL*Plus: Release 11.2.0.3.0 Production on Fri May 23 08:57:00 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
Connected to:
Oracle Database 11g Release 11.2.0.3.0 - Production
 
SQL> shutdown abort
ORACLE instance shut down.
SQL> exit
 
C:\Users\nimish.garg>sqlplus scott/tiger
SQL*Plus: Release 11.2.0.3.0 Production on Fri May 23 08:57:34 2014
Copyright (c) 1982, 2011, Oracle.  All rights reserved.
 
ERROR:
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Process ID: 0
Session ID: 0 Serial number: 0