O1034 Oracle not available error

Right, I'm running on a Windows Xp platform, I've installed ok and it runs ok. I have manually altered the password of user HR from within sqlplus, and everything is fine.The problem comes when I switch off and switch back on, I am unable to start the database.
Running sqlplus system/password gives me ORA-01034 Oracle not available and ORA-27101: Shared memory realm does not exist.
I have tried running stobdb.bat and startdb.bat which both run ok, but I still get the oracle not available error when going into sqlplus. It seems that the PC does not install the oracle set up on booting perhaps? I also cannot access the "Go to database home page", from my web browser, but I'm not sure if it is necessary to access that home page?

We are seeing this a little bit, and not sure what is causing it at this stage. Starting the database manually seems to help, or at least points to the root cause problems.
The steps to start the database manually are posted at Re: ORA-01033 after starting and trying to connect. and also posted below
To shutdown manually go to the SQL Command Line (as the OS user that installed Oracle).
At the SQL Prompt SQL> issue
connect / as sysdba
For example
SQL> connect / as sysdba
Connected.
Then type
shutdown immediate;
You should see the following
SQL> shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
Then type
startup
You should see the following
SQL> startup
ORACLE instance started.
Total System Global Area 599785472 bytes
Fixed Size 1249348 bytes
Variable Size 192942012 bytes
Database Buffers 402653184 bytes
Redo Buffers 2940928 bytes
Database mounted.
Database opened.
Just to be sure, also try a select
select count(*) from hr.employees;
You should see
SQL> select count(*) from hr.employees;
COUNT(*)
107
Any problems or errors reported with any of these steps, please let us know.

Similar Messages

  • ORA-01034: ORACLE not available error while creating ASM or database

    Hi all,
    I am using oracle database 10gR2 on windows 2000 pro system.
    I have Installed oracle software and there was no issue with that but now I am facing ORA-01034: ORACLE not available error while trying to create asm instance or even while creating database through dbca.
    I have tried creating the asm instance manually and it was succeeded. Also database creation was successful through manual steps.
    Any idea guys?? How to resolve this issue??

    Hi FK,
    On Windows, it can sometimes mean that the services are not running. I have a check here:
    http://www.dba-oracle.com/t_check_verify_windows_services.htm
    Have you tried using oradim?
    http://www.dba-oracle.com/tips_oradim_utility.htm
    The oradim utility provides more than just the ability to start and stop Windows databases. Windows oradim can create and edit databases. It also allows DBAs to configure script-based installation mechanisms.
    The oradim utility is used on the Windows platform to perform these tasks.
    C:\oracle9i\bin\oradim -startup -sid ORCL92 –usrpwd manager
    -starttype SRVC,INST -pfile C:\oracle9i\admin\ORCL92\pfile\init.ora
    • startup – Indicates that the specified instance should be started.
    • sid – The SID of the database to start.
    • usrpwd – The password for the database user.
    • starttype – Specifies whether to start the instance, the service, or both
    Hope this helps. . .
    Don Burleson
    Oracle Press author

  • ORA-01034 "ORACLE not available" error

    I've installed oracle8i expert edition on Solaris but I can't start up the database. I keep getting this "ORA-01034 ORACLE not available" error message. I've followed the instructions associated with this error but so far to no avail. Please help me.
    Mohamed

    Hi FK,
    On Windows, it can sometimes mean that the services are not running. I have a check here:
    http://www.dba-oracle.com/t_check_verify_windows_services.htm
    Have you tried using oradim?
    http://www.dba-oracle.com/tips_oradim_utility.htm
    The oradim utility provides more than just the ability to start and stop Windows databases. Windows oradim can create and edit databases. It also allows DBAs to configure script-based installation mechanisms.
    The oradim utility is used on the Windows platform to perform these tasks.
    C:\oracle9i\bin\oradim -startup -sid ORCL92 –usrpwd manager
    -starttype SRVC,INST -pfile C:\oracle9i\admin\ORCL92\pfile\init.ora
    • startup – Indicates that the specified instance should be started.
    • sid – The SID of the database to start.
    • usrpwd – The password for the database user.
    • starttype – Specifies whether to start the instance, the service, or both
    Hope this helps. . .
    Don Burleson
    Oracle Press author

  • ORA - 01034 : ORACLE NOT AVAILABLE  Error while creating new instance.

    I was trying to create new instance in unix environment. I have configured all my shell scripts to run and install but while performing the install I get the
    following error message and fails.
    ORA-01034: ORACLE not available
    I have previously installed an instance using same scripts but fails this time when I copy the scripts and modify them in new folder. Pointed out the path in the scripts correctly.
    I am a junior DBA and I would appriciate your help.

    Paste here scripts, your .profile (or environment variables according to Oracle) and your init.ora

  • Oracle Not Available Error Message

    My application has been running fine until today. I have not changed any code in a while, but now I'm suddently getting the error message:
    Oracle.DataAccess.Client.OracleException: ORA-1034: ORACLE not available
    The database is not shutdown and I can run a query on the database server just fine. I have tried shutting down and re-starting the database, but I still get the same error.
    I'm running ODP.NET 9.2.0.401.
    Any suggestions? Thanks!

    Hi Jimmy,
    Can you run a query (e.g. using SQL*Plus) from the Client?
    If so, check the Data Source=<tns_name_alias> if it matches with the alias entry in Client side tnsnames.ora.
    S.H.

  • Database is not comming up. 'ORACLE not available' error

    I have two servers and one master backup server. Sun OS version 10 and Oracle 10 standarded edition are installed in three servers. Database files are saved in EMC storage and storage is mounted to the server while transactions are going on. Once I mounted the storage on the master backup server, database is started. This is my environment.
    In my case, while database is runing on master backup server, some one has unmounted the storage without shutting down the database. So I manually killed all oracle processes and remount the storage. Then tried to start the database, but database was not comming up and only one entry is there in the alert log saying 'instance is starting' and following message was given.
    ORA-01034: ORACLE not available
    ORA-27121: unable to determine size of shared memory segment
    : 13: Permission denied
    As well as I can't see any oracle processes are running.
    Then I tried to mount the other server's storage volumes and start its database on the master backup server. Fortunatly it was started successfully.Then I tried to remount my first server and start the database. Again it was failed. Finally I restarted the server and problem solved. So I need to clarify what the reason to happen this situation. Please give me a proper solution as I am not an experienced DBA.
    Each time I tried to log into the database locally.
    Thank you.

    Hey Man,,
    I think the problem with the server name or IP try this;
    Try to check the host name, I have the same problem (on windows).
    I checked the host name in system32/drivers/etc/hosts.
    in this file find out the ip and name of ur machine, if some thing wrong there make ur own entry with ur machine ip and name. (do not alter existing entries add your own entry)
    and then reboot the system
    Hope this will work.

  • Oracle Not Available Error

    Hi Everyone,
    I have properly Installed Oracle 8.1.7 (Standard Edition) On
    Windows 2000 with
    2GB RAM.
    When I start to create database using Database Configuration
    assistant after 3% I am
    Getting ORA-01034 Error. I did reinstalled once again ,the same
    message comes up again. May I know why? help me please?
    Ramu

    Hi Ramu,
    Try this, what happens tell me (definitely it will work) through mail to this ID: [email protected]
    1. GO TO THE "svrmgrl" file (in a 'BIN' file - do a search for files if not sure where it is). Double-click on it and a dos_style prompt will open. Type "connect internal" (without the quotes!) and press enter. Then type "startup open". Then wait a short while and the database will be opened. You will then be able to connect to sql, etc without getting this error. It is a good idea to copy this file onto your desktop as a shortcut so that when you boot/restart you can access it straight away.
    by
    Ravi

  • Error-oracle not available on linux

    I installed oracle 10g on Linux server 4.0 and first time I run the sqlplus successfully
    when I restart the computer it is giving ORACLE NOT AVAILABLE ERROR after entering the username and password
    plz tell me the solution and why i got that error

    Hi,
    What U mean with oracle not available?.
    Just do the following setps:
    set your evn> varaible wel
    #export ORACLE_HOME= home directory of oracle software
    #export ORACLE_SID= name of your DB
    # ps -ef |grep pmon to check you process
    Regards,
    Hamdy

  • ORA-01034 ORACLE NOT AVAILABLE

    hi everybody,
    i'm trying to install a second instance on Oracle8.1.7 on Sun Enterprise 250 (with Solaris 8).
    the previous instance has this init.ora file:
    open_cursors = 300
    max_enabled_roles = 30
    db_block_buffers = 10240
    shared_pool_size = 52437800
    large_pool_size = 614400
    java_pool_size = 20971520
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    processes = 270
    log_buffer = 163840
    timed_statistics = true # if you want timed statistics
    max_dump_file_size = 10000 # limit trace file size to 5M each
    db_block_size = 8192
    local_listener = "LISTENER_VCOPROD"
    distributed_transactions = 75
    open_links = 5
    # mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
    # Uncomment the following line when your listener is configured for SSL
    # (listener.ora and sqlnet.ora)
    # mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
    sort_area_size = 4194304
    sort_area_retained_size = 4194304
    db_file_multiblock_read_count = 32
    hash_multiblock_io_count = 8
    transactions_per_rollback_segment = 25
    please, notePROCESSES is 270 (not the default)
    and i'm trying to set the following parameters on the new instance:
    dedicated server mode
    db_block_buffers 16.384
    shared_pool_size 83.886.080
    processes 150
    log_buffer 655.360
    open_cursors 1.024
    sort_area_size 1.048.576
    sort_area_retained_size 1.048.576
    this is my /etc/system:
    ** Kernel Parameters on our SUN Enterprise with 640MB for Oracle 8.1.x*
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=10
    set semsys:seminfo_semmni=70
    set semsys:seminfo_semmsl=500
    set semsys:seminfo_semmns=1500
    set semsys:seminfo_semopm=100
    set semsys:seminfo_semvmx=32767
    but as the "create database" starts, i get the ORA-01034 ORACLE NOT AVAILABLE error.
    i found this info in the crdb1.log:
    Connected.
    ORA-00101: invalid specification for system parameter MTS_DISPATCHERS
    CREATE DATABASE "ADS"
    ORA-01034: ORACLE not available
    Disconnected.
    but why do i have the MTS_DISPATCHERS paramenter if i set dedicated server mode? i guess i don't need MultiThreading...
    anyway, are the semmsl, semmni, semmns parameters correctly configured? i rememeber i had a similar error and these parameters were to set correctly to make it work, but this time i can't find out the point!!!
    please, it's very urgent...
    thankx a lot!
    matte

    i'm installing a new instance, so i don't need neither to set ORACLE_SID, nor to connect to db. i mean... i give my oracle sid in the GUI of the dbassist.
    then it's supposed to set it and connect to the instance by its own. the point is that when it tryes the connect internal, it fails.
    i bet the trouble is in the /etc/system parameters, but i don't know exactly where....

  • Oracle not available while creating RAC database

    Hi,
    I have got 2node Oracle 10gR2 RAC installed on solaris 10 and am using NFS for keeping clusterware and database files.
    cluvfy with pre dbinst option ran successfully.
    Now while creating RAC database through DBCA, I am getting Oracle not Available error message. No relevant message written in alert log.
    Can you suggest me as to what to do to resolve the issue please.
    Thanks in advance.

    Do you see any kind of logs under $OH/cfgtool*/dbca/..may be it will help with some pointers. If that doesn't give any useful information, try to startup nomount the instance using a sample init.ora file to see if reports anything in the alert log.
    Thanks
    -Chandra

  • DBCA error ORA-01034 oracle not available on Windows server 2008 r2 64

    Hi All,
    I have installed oracle 11.2.0.1 on my system having OS Windows server 2008. Then after that through DBCA i was creating the database during that i got ORA-01034 oracle not available. if any body know how to resolve it please reply me.
    Thanks & Regards,
    Arya

    Did you got the error in between when DBCA executed some percentage of work? PLease check its logfiles to get the exact error.

  • ORA-01034: ORACLE not available  Linux Error: 2: No such file or directory

    Hi,
    I have oracle 10.2.0 on Redhat 4 Linux. Yesterday i transport my database from windows to linux and it was working fine.
    but today when i try to log in it gives me error like,
    [oracle@satish bin]$ ./sqlplus sys as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 19 15:33:22 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Enter password:
    ERROR:
    ORA-01031: insufficient privileges
    Enter user-name: system
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Enter user-name:My all environment variables are fine.
    According to me any file is missing by
    Linux Error: 2: No such file or directory
    but can't find out what.
    While i have another database on same system which is working fine.
    Thanks
    UMesh

    Thanks for reply
    I applied all the thing
    1. my user is already in dba group.
    2. I change the permission on orapwORCL and i recreate the same file.
    3. [oracle@satish bin]$ ./sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Tue May 19 16:06:25 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    ERROR:
    ORA-01031: insufficient privilegesBut nothing works.
    any other suggestions.

  • Problem by startup Oracle 8i!!And Error Code: ORA 01034-ORACLE not available!!

    Hello all!
    I need urgent help!!
    I'm trying to start Oracle 8.1.6 i on Solaris 8. But there are lot of error:
    1. During initialising the database with dbassist, the error Code Error Codes: ORA 01034-"ORACLE not available" and ORA-01012-"not logged on" were shown.
    2. I'm trying to start Oracle 8i on Sun Solaris 8 by typing svrmgrl-connect interal-startup. But the following was shown on by screen:
    passau% svrmgrl
    Oracle Server Manager Release 3.1.6.0.0 - Production
    Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
    Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.0.0 - Production
    SVRMGR> connect internal
    Connected.
    SVRMGR> startup
    LRM-00109: could not open parameter file '?/dbs/[email protected]'
    ORA-01078: failure in processing system parameters
    Please help me!!
    My e-mail Adress: [email protected]

    I am pretty sure this has to do with the SGA..
    what you may have to do is adjust you
    system file
    Here the values for /etc/system file: for more info look under
    Oracle specific parameters (documetation) set shmsys:shminfo_shmmax=122496729 set semsys:seminfo_semmap=150 set semsys:seminfo_semopm=100 set semsys:seminfo_semvmx=12767 set semsys:seminfo_semmni=200 set semsys:seminfo_semmns=200 set semsys:seminfo_semmsl=200 set semsys:seminfo_semmnu=200 set semsys:seminfo_semume=100 set shmsys:shminfo_shmmin=100 set shmsys:shminfo_shmmni=100 set shmsys:shminfo_shmseg=100
    good luck
    [email protected]
    null

  • Urgent! Error: ORA-01034 Oracle not available for Oracle10gi

    I have used SQL*Plus for a while, but recently when I try to login there is this error message:
    Error:
    ORA-01034 ORACLE not available
    ORA-27101 shared memory realm does not exist
    I had search for the solution quite a while. I changed the "sqlnet.ora" from C:\OraHome_1\NETWORK\ADMIN
    I changed SQLNET.AUTHENTICATION_SERVICES=NT; to SQLNET.AUTHENTICATION_SERVICES=NONE and then reboot the machine.
    The weird thing is that sometimes it works after I reboot the machine, but recently this just doesn't work any more. The SQL*Plus generates the same error message as I wrote above.
    It seems like this kind of problem has troubled lots of oracle database users. IS this a bug that exists in the Oracle10gi?
    Or does Oracle10gi require to run on certain operating system platform like Windows XP Professional but does not support for Windows XP Home Edition?
    Can the Oracle company provide some error solution guide for the public for their own system?
    many thanks

    No this specific error message is not a result of an Oracle bug to my knowledge.
    In my experience it is a simple matter of not using Oracle correctly. Only it is not that simple from a pure end-user perspective as Oracle is not a mickey mouse little filing system that pretends to be a database (like MS Access).
    Which makes sense. After all, driving a bicycle does not mean one is able to get on a superbike. And if you respond "what!! why is it a superbike!?" then you need a bicycle in the first place.
    The cause of the error you list - the client is making a local IPC dedicated server connection to the Oracle instance. This fails as the dedicated server cannot find the Oracle SGA (shared memory area) to attached to. This is usually the result of
    a) the Oracle instance is down (and thus the SGA does not exist)
    b) the ORACLE_SID used by the client is incorrect (and thus it attempts to attach to a non-existant SGA)
    Reason (a) could be caused by some underlaying issue that results in the Oracle instance shutting down automatically or unintentionally.
    As for what Oracle 10G requires operating system wise. There are detailed platform certification matrixes on the Oracle web site. In addition, the INSTALLATION notes of Oracle also specifies what platforms are supported.
    You also fail to mention the exact Oracle product you're running. Oracle XE is different than Oracle Standard Edition which is different than Oracle Enterprise Edition.
    There is btw a dedicated support forum here for Oracle XE - and this one ain't it.

  • ORA-01034: ORACLE not available ORA-27101: shared mem  Linux-x86_64 Error 2

    Hello,
    I was in the process of importing a table and my VM Rhel 6 Oracle machine hung. I rebooted the machine and Im getting the following issues.
    SQL*Plus: Release 11.2.0.1.0 Production on Wed May 9 12:51:47 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Enter user-name: example
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Process ID: 0
    Session ID: 0 Serial number: 0
    I am a bit concerned over the Linux-x86_64 Error 2 issue. Can someone assist here please.
    Thanks Kevin Decker

    Request per the 1st earlier post.
    id=601(oracle) gid=517(oinstall) groups=517(oinstall),518(dba)
    -bash-3.2$ env | sort
    _=/bin/env
    CLASSPATH=/usr/app/oracle/product/11.2.0/jlib:/usr/app/oracle/product/11.2.0/rdb ms/jlib
    G_BROKEN_FILENAMES=1
    HISTSIZE=1000
    HOME=/usr/app/oracle
    HOSTNAME=LPLCLDDB105.lab.trcn.aexp.com
    INPUTRC=/etc/inputrc
    LANG=en_US.UTF-8
    LD_LIBRARY_PATH=/usr/app/oracle/product/11.2.0/lib:/lib:/usr/lib
    LESSOPEN=|/usr/bin/lesspipe.sh %s
    LOGNAME=oracle
    LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;0 1:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.b tm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31: *.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:* .bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;3 5:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
    MAIL=/var/spool/mail/oracle
    ORACLE_BASE=/usr/app/oracle
    ORACLE_HOME=/usr/app/oracle/product/11.2.0
    ORACLE_HOSTNAME=LPLCLDDB105.phx.aexp.com
    ORACLE_SID=DOC105P
    ORACLE_UNQNAME=DOC105P
    PATH=/usr/app/oracle/product/11.2.0/bin:/sbin:/usr/sbin:/bin:/usr/bin
    PWD=/usr/app/oracle
    SHELL=/bin/bash
    SHLVL=1
    SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
    SSH_CLIENT=10.68.13.164 49281 22
    SSH_CONNECTION=10.68.13.164 49281 10.68.58.50 22
    SSH_TTY=/dev/pts/0
    TERM=xterm
    TMPDIR=/tmp
    TMP=/tmp
    USER=oracle
    Refer to the SQL*Plus User's Guide and Reference for more information.
    -bash-3.2$ sqlplus '/as sysdba'
    SQL*Plus: Release 11.2.0.1.0 Production on Wed May 9 14:33:45 2012
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    Connected to an idle instance.
    SQL> startup
    SQL> startup
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORACLE instance started.
    Total System Global Area 534462464 bytes
    Fixed Size 2215064 bytes
    Variable Size 331350888 bytes
    Database Buffers 192937984 bytes
    Redo Buffers 7958528 bytes
    Database mounted.
    ORA-03113: end-of-file on communication channel
    Process ID: 20688
    Session ID: 9 Serial number: 3

Maybe you are looking for

  • XMLStreamReader exception when using webservice with security access denied

    Hi, I'm using CXF webservices generated from a WSDL with SOAP document style. Under normal conditions, the client and server work fine, and can I read info back from the the server (SOAP http messages passed between both) However, for some servers, I

  • Defaulting document type in FBS1

    Hi Does anybody know about how I can default the document type on the FBS1 transaction?  I tried to create validation but realised if I validated, I would have to validate all FI documents  as there is no way to isolate the transaction....So that bro

  • Large messages cannot be saved out from tracking

    Hi, Using BizTalk 2013 Enterprise, we cannot save out larger messages from tracking. In one example we have an XML-message of 6 MB, saving it renders a zero byte file. Smaller messages can be saved. Any ideas what this could be? Is it a known problem

  • ITunes 8.1.1 cant export as MP3

    My wife and i both have 8.1.10 on 2 separate computers. She can right click on a selection and choose "create MP3 version". However, when i try the same thing, it only has the "create AAC version". This is highly annoying. How can i fix it?

  • Need Help Starting Out...

    Hello everyone, I have been trying to learn Java, doing various sample programs and stuff, but I was wondering if someone could help me with the following... I am trying to get it up and running, but I don't know where to begin, could someone maybe g