Oracle shutdown

hi,
I want to shutdown my oracle 8i database instance at particular time daily.prsently it is manual using command line commands svrmgrl/connect internal /shutdown.
but can we make it automated.
I've tried using .bat file for above commnads but it fail.
if anyone knows pl share.
regards
vinod

From the command the following was given:
c:\sql>net stop "OracleServiceORCL"
The OracleServiceORCL service is stopping.....
The OracleServiceORCL service was stopped successfully.
Trace file showed the following.
Shutting down instance (immediate)
License high water mark = 8
Thu Dec 14 08:24:47 2006
Stopping Job queue slave processes
Thu Dec 14 08:24:47 2006
Job queue slave processes stopped
All dispatchers and shared servers shutdown
Thu Dec 14 08:24:48 2006
alter database close normal

Similar Messages

  • Identifying Oracle Shutdown or session errors

    Oracle 11.1.7.0:
    We need to make our application be able to accept user requests or submissions on the queue even if Oracle is down or if Oracle is having some problems. For that purpose I need to identify specific Oracle error codes. I looked up online and found Jboss's exception sorter class. It looks something like this:
       public boolean isExceptionFatal(SQLException e)
          String error_text = (e.getMessage()).toUpperCase();
          /* Check oracle specific errors for broadcasting connectionerror
          return (error_text.indexOf("ORA-00600") > -1) //Internal oracle error
             || (error_text.indexOf("ORA-00028") > -1)  //session has been killed
              || (error_text.indexOf("ORA-01012") > -1)  //not logged on
             || (error_text.indexOf("ORA-01014") > -1)  //Oracle shutdown in progress
             || (error_text.indexOf("ORA-01033") > -1)  //Oracle initialization or shutdown in progress
             || (error_text.indexOf("ORA-01034") > -1)  //Oracle not available
              || (error_text.indexOf("ORA-02396") > -1)  //exceed ed maximum idle time, please connect again
             || (error_text.indexOf("ORA-03111") > -1)  //break received on communication channel
             || (error_text.indexOf("ORA-03113") > -1)  //end-of-file on communication channel
             || (error_text.indexOf("ORA-03114") > -1)  //not connected to ORACLE
              || (error_text.indexOf("ORA-01014") > -1)  //Oracle shutdown in progress
             || (error_text.indexOf("ORA-01033") > -1)  //Oracle initialization or shutdown in progress
             || (error_text.indexOf("ORA-01034") > -1)  //Oracle not available
             || (error_text.indexOf("ORA-03111") > -1)  //break received on communication channel
             || (error_text.indexOf("ORA-03113") > -1)  //end-of-file on communication channel
             || (error_text.indexOf("ORA-03114") > -1)  //not connected to ORACLE
             || (error_text.indexOf("TNS-") > -1)       //Net8 messages
             || (error_text.indexOf("SOCKET") > -1)     //for control socket error
             || (error_text.indexOf("BROKEN PIPE") > -1);
       }I just wanted to check if above error codes are the correct ones. I understand there are tons of Oracle error code but I am in particular interested where Oracle is down or is having some temporary problem for eg: archiver error. I am kind of not sure of how to go about figuring this out.

    I just wanted to check if above error codes are the correct ones. I understand there are tons of Oracle error code but I am in particular interested where Oracle is down or is having some temporary problem for eg: archiver error. I am kind of not sure of how to go about figuring this out.You can simulate these situations by
    1. shutting down the instance.
    2. filling the archive log destination with temporary files (which you need to clean up later).

  • Oracle shutdown notification (OracleNotification) code sample

    Hi,
    I'm looking for a code sample demonstrating the use of OracleNotification for catching Oracle shutdown events.
    Thanks
    Philippe

    Hi,
    I'm looking for a code sample demonstrating the use of OracleNotification for catching Oracle shutdown events.
    Thanks
    Philippe

  • Oracle shutdown steps in a cluster

    Hi all,
    The PRD setup is as follows
    One single oracle 10.2.0.4 Database, with two physical Servers (DBServ-1, DBServ-2)
    Running Application is SAP
    Oracle is in a SUSE Linux cluster . (Not RAC environment. Just an OS level cluster to maintain fail over);
    Currently DBServ-1 node is active, and DBServ-2 is standby
    We needs to shutdown this entire setup and restart again.
    What is the correct set of sequence to shutdown oracle DB?
    Since DBServ-2 is standby, without any issue we can shutdown DBServ-2 as normal server shutdown. (ex: init 0)
    But, oracle is up and running on DBServ-1 Node.
    From where should i stop this?
    Is it from the SuSE Cluster or from inside the DB? (login as / and issue shutdown immediate)
    Regards,
    Zerandib

    Hi,
    As i understand is OS is clustered not the db. Better is to manually shutdown the db clean and then start it.
    TO start login through sqlplus sys as sysdba
    1. startup
    2. Once its done, start the listener
    3. Start the application
    Anand

  • Oracle shutdown or initialization in progress

    Dears!
    I have installed 9iAS+8.1.7 on the same machine.9iAS & database
    was working.For any reason we changed the IP address of the machine and restart the machine.Again we change the IP address to
    the original one when 9iAS+database was installed,again restart the computer.But now when i connect through SQL*plus of database or 9iAS's SQL*plus to the database we failed to connect the error,"ORA-01033 utdown or initialization is in progress"
    Kindly help to resolve the prob.
    Many thanks!

    Hi,
    Please make sure the Tnsnanames.ora is having the Corretc IP Address. Please follow these steps:
    1. Go to the Oracle Bin dir. from command Prompt.
    2. Svrmgrl <Enter>
    3. Connect internal/password@service
    4. shutdown immediate
    5. Startup
    Mail me if you still have this problem, e-mail id: [email protected]
    Regards,
    G. Rajakumar.

  • Server reboot and Oracle shutdown.

    First, thanks for helps about my CAN'T ADD DATAFILE INTO TABLESPACE which was posted in July.
    Our university Oracle technical support team said that, the reason that we can't new datafile into tablespace is: the database is corrupt, some blocks corrupted.
    The reason why the database corrupted is that: we don't shutdown Oracel before we reboot our database server.
    Our database server is Windows Server 2003. Oracle is Enterprise Edition Release, 10g, 10.1.0.2.
    Is this statement correct: before to shutdown the database server (in our case, Windows Server), the Oracle instance or Oracle needs to be shutdown first?
    If the above statement is true, will the database corrupt if we don't follow the above statement?
    Thanks,

    That probably is not the reason why it was corrupt (although it is Windows).
    How often do you restart your database server? is it on a frequency or only when absolutely needed (installing Microsoft patches and getting the message "you must restart your system .... ").
    It is a good practice to shutdown cleanly the database before powerdown. At the very least change the setting of ORA_<your_sid_here>SHUTDOWNTIMEOUT registry key to something more appropriate. The default is probably not good.

  • Oracle Shutdown/Startup Batch

    I need to create a batch file where I can shutdown and startup Oracle 10g database on Windows Server 2003.

    Is there any reason why you cannot use the services in Windows?
    Find the service:
    sc query | findstr Oracle
    Stop the service:
    sc stop <nameOfService>
    To see the status:
    sc query <nameOfService>
    Start the service:
    sc start <nameOfService>
    You can also see the status in services (services.msc).

  • Oracle shutdown properly

    Please advise. I am properly shutdown oracle with shut immediate and found that pmon process not exist, but when i am start again oracle saying oracle is already running and i check that there is no pmon process, but i am not able to start oracle with startup command then i do shut abroat then startup again then able to start oracle properly, how i can automate this in shell script and validate that oracle process shutdown properly or not. Please reply in detail, so i am able to check it properly and test it and send my feedback on it.

    nomee wrote:
    I wrote mostly technical word that's why. Anyway i can't use dbshut script, because on some servers i have multiple database hosted that's why. Please advise what is the proper way to shutdown Database after shut immediate, should i run any command that will stop other oracle process running with same database name.
    You could at least tell us what OS you are dealing with.
    Assuming *nix ..
    . oraenv   (respond with the name of your database.  THis will set ORACLE_HOME, ORACLE_SID, and PATH).
    sqlplus / as sysdba
    shutdown immediate
    exit
    You don't "shutdown Database after shut immediate," 
    "shutdown immediate"  is what shuts down the database.  What you are asking is the same as "how do I make the light go out after I turn it off".

  • How to listen Oracle Shutdown message

    Hi All,
    We all know in case of normal shutdown of oracle database, a message is sent to the client. Is it possible to get this message thru JDBC ? Or in other words is there any listener for this message?
    TIA,
    Sudarson

    99% sure this can't be done.  Don't even think you can do this on a full blown Unity system.
    Edit:  Looks like the feature you are looking for is called Message Monitor which looks like it is a feature of a full blown Unity System and not Unity Express which the UC520 has.

  • Oracle Shutdown From Sqlplus ???

    I want to shutdown oracle 10g rel 2 using sqlplus (shutdown Normal not abort). I start sqlplus in nolog mode then connect through sys as sysdba, shutdown abort is working But normal is not working BCZ acting session is current session.

    Use [Shutdown Immediate |http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/start.htm#sthref589] clause
    Kamran Agayev A. (10g OCP)
    http://kamranagayev.wordpress.com
    [Step by Step install Oracle on Linux and Automate the installation using Shell Script |http://kamranagayev.wordpress.com/2009/05/01/step-by-step-installing-oracle-database-10g-release-2-on-linux-centos-and-automate-the-installation-using-linux-shell-script/]

  • Oracle shutdown or initialization is in progress...Kindly help

    Dears!
    I have installed 9iAS+8.1.7 on the same machine.9iAS & database
    was working.For any reason we changed the IP address of the machine and restart the machine.Again we change the IP address to
    the original one when 9iAS+database was installed,again restart the computer.But now when i connect through SQL*plus of database or 9iAS's SQL*plus to the database we failed to connect the error,"ORA-01033 utdown or initialization is in progress"
    Kindly help to resolve the prob.
    Many thanks!

    I'm experiencing the same issue. There is no way to implement your solution, because we CAN'T connect to SQL*PLUS. If we do, we simply get the same error.

  • Here's a solution to Oracle Startup / Shutdown on RH6

    I had a hard time getting Red Hat 6.0 to startup and shutdown
    Oracle properly. Red Hat's slick rc scripts look cool, but hide
    the problem unless you do some serious reading.
    This script still isn't perfect, mainly because it can't
    shutdown if oracle users are still logged in. This is a problem
    with the dbshut scripts. I try to avoid hacking Oracle's bin
    directory, but if you really want to go down, change the
    shutdown lines to shutdown immediate. Oracle, please provide an
    option to dbshut to fix this! :-)
    My changes to the book version fix the following:
    1. It creates a file /var/log/dbora to log the startup output to
    give you some visibility after the fact.
    2. Creating the /var/lock/subsys/dbora file after startup makes
    the shutdown work. Otherwise rc won't even try. Deleting it
    makes changes between run levels work right.
    3. The startup is NOT backgrounded so that if you are watching
    it boot you can at least gauge the time it takes before the
    startup.
    4. It starts the listener too.
    5. It checks the log file for startup errors and makes the
    screen say FAILED in red if it sees any errors.
    5. It allows dbshut some time to finish before unmounting. My
    dual xenon machine goes down do fast dbshut wouldn't finish
    downing both of my sids.
    # dbora -start/stop Oracle
    #action
    ORA_HOME=/home/oracle;export ORA_HOME
    ORA_OWNER=oracle;export ORA_OWNER
    if [ ! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME ]
    then
    echo "Oracle startup: cannot start"
    exit
    fi
    case "$1" in
    'start')
    su - $ORA_OWNER -c "$ORA_HOME/bin/dbstart" >
    /var/log/dbora.log
    su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start" >>
    /var/log/dbora.log
    touch /var/lock/subsys/dbora
    'stop')
    su - $ORA_OWNER -c $ORA_HOME/bin/dbshut &
    sleep 15
    rm -f /var/lock/subsys/dbora
    esac
    if egrep -q "ORA-" /var/log/dbora.log; then
    exit -1
    else
    exit 0
    fi
    Note that the links prescribed by the book are also incorrect.
    Linux's rc levels do NOT run sequentially. Therefore, you need a
    start and stop on the same level. If you want to save some RAM
    on the serve by not running X, you'll want level 4 scripts and
    level 5 scripts. So, Create all these links (as ROOT).
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc4.d/K10dbora
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc4.d/S99dbora
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc5.d/K10dbora
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    To be really safe also create these links. This way there is no
    escaping a proper oracle shutdown.
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc0.d/K10dbora
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc1.d/K10dbora
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc2.d/K10dbora
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc3.d/K10dbora
    ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc6.d/K10dbora
    Have fun!
    null

    It isn't necessary to create the symlinks for the rc scripts
    manually--that's what the "chkconfig" command is for.
    Mike Mitchell (guest) wrote:
    : I had a hard time getting Red Hat 6.0 to startup and shutdown
    : Oracle properly. Red Hat's slick rc scripts look cool, but hide
    : the problem unless you do some serious reading.
    : This script still isn't perfect, mainly because it can't
    : shutdown if oracle users are still logged in. This is a problem
    : with the dbshut scripts. I try to avoid hacking Oracle's bin
    : directory, but if you really want to go down, change the
    : shutdown lines to shutdown immediate. Oracle, please provide
    an
    : option to dbshut to fix this! :-)
    : My changes to the book version fix the following:
    : 1. It creates a file /var/log/dbora to log the startup output
    to
    : give you some visibility after the fact.
    : 2. Creating the /var/lock/subsys/dbora file after startup makes
    : the shutdown work. Otherwise rc won't even try. Deleting it
    : makes changes between run levels work right.
    : 3. The startup is NOT backgrounded so that if you are watching
    : it boot you can at least gauge the time it takes before the
    : startup.
    : 4. It starts the listener too.
    : 5. It checks the log file for startup errors and makes the
    : screen say FAILED in red if it sees any errors.
    : 5. It allows dbshut some time to finish before unmounting. My
    : dual xenon machine goes down do fast dbshut wouldn't finish
    : downing both of my sids.
    : # dbora -start/stop Oracle
    : #action
    : ORA_HOME=/home/oracle;export ORA_HOME
    : ORA_OWNER=oracle;export ORA_OWNER
    : if [ ! -f $ORA_HOME/bin/dbstart -o ! -d $ORA_HOME ]
    : then
    : echo "Oracle startup: cannot start"
    : exit
    : fi
    : case "$1" in
    : 'start')
    : su - $ORA_OWNER -c "$ORA_HOME/bin/dbstart" >
    : /var/log/dbora.log
    : su - $ORA_OWNER -c "$ORA_HOME/bin/lsnrctl start" >>
    : /var/log/dbora.log
    : touch /var/lock/subsys/dbora
    : 'stop')
    : su - $ORA_OWNER -c $ORA_HOME/bin/dbshut &
    : sleep 15
    : rm -f /var/lock/subsys/dbora
    : esac
    : if egrep -q "ORA-" /var/log/dbora.log; then
    : exit -1
    : else
    : exit 0
    : fi
    : Note that the links prescribed by the book are also incorrect.
    : Linux's rc levels do NOT run sequentially. Therefore, you need
    a
    : start and stop on the same level. If you want to save some RAM
    : on the serve by not running X, you'll want level 4 scripts and
    : level 5 scripts. So, Create all these links (as ROOT).
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc4.d/K10dbora
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc4.d/S99dbora
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc5.d/K10dbora
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc5.d/S99dbora
    : To be really safe also create these links. This way there is no
    : escaping a proper oracle shutdown.
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc0.d/K10dbora
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc1.d/K10dbora
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc2.d/K10dbora
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc3.d/K10dbora
    : ln -s /etc/rc.d/init.d/dbora /etc/rc.d/rc6.d/K10dbora
    : Have fun!
    null

  • SHUTDOWN: waiting for detached processes to terminate

    HI
    I have cold backups running every night and before the backup session starts, we have a cronjob 'srvctl stop -p prod' where our db servers are running on RAC.
    but starts from last saturday, our backup session for raw device failed. when look at the alert log, it gives as (example on 15th November 2006)
    Tue Nov 21 01:33:31 2006
    Thread 1 advanced to log sequence 2855
    Current log# 1 seq# 2855 mem# 0: /u01/oracle/oradata/prod/redo_1_01_01.log
    Current log# 1 seq# 2855 mem# 1: /u01/oracle/oradata/prod/redo_1_01_02.log
    Tue Nov 21 02:37:24 2006
    Reconfiguration started
    List of nodes: 0,
    Global Resource Directory frozen
    one node partition
    Communication channels reestablished
    Server queues filtered
    Master broadcasted resource hash value bitmaps
    Non-local Process blocks cleaned out
    Resources and enqueues cleaned out
    Resources remastered 13089
    147420 GCS shadows traversed, 0 cancelled, 18306 closed
    63793 GCS resources traversed, 0 cancelled
    98369 GCS resources on freelist, 162162 on array, 162162 allocated
    set master node info
    147420 GCS shadows traversed, 0 replayed, 18306 unopened
    Submitted all remote-enqueue requests
    Update rdomain variables
    0 write requests issued in 129114 GCS resources
    1 PIs marked suspect, 0 flush PI msgs
    Dwn-cvts replayed, VALBLKs dubious
    All grantable enqueues granted
    Tue Nov 21 02:37:27 2006
    Reconfiguration complete
    Tue Nov 21 02:37:28 2006
    Instance recovery: looking for dead threads
    Instance recovery: lock domain invalid but no dead threads
    Tue Nov 21 02:37:29 2006
    Shutting down instance: further logons disabled
    Shutting down instance (immediate)
    License high water mark = 90
    Tue Nov 21 02:37:29 2006
    ALTER DATABASE CLOSE NORMAL
    Tue Nov 21 02:37:29 2006
    SMON: disabling tx recovery
    SMON: disabling cache recovery
    Tue Nov 21 02:37:34 2006
    Thread 1 closed at log sequence 2855
    Tue Nov 21 02:37:38 2006
    Completed: ALTER DATABASE CLOSE NORMAL
    Tue Nov 21 02:37:38 2006
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archiving is disabled
    Shutting down archive processes
    archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archiving is disabled
    Shutting down archive processes
    archiving is disabled
    Archive process shutdown avoided: 0 active
    Tue Nov 21 02:42:49 2006
    SHUTDOWN: waiting for detached processes to terminate.Tue Nov 21 07:16:38 2006
    Starting ORACLE instance (normal)
    Seems like it was hang when 'shutdown immediate' command is issued. can somebody help me? what should i do?
    Thanks
    Best regards,
    Nonie

    Hi nonie
    Oracle shutdown Problem
    If the following message is in the Oracle alert file:
    SHUTDOWN: waiting for detached processes to terminate
    you should change the SERVER and SRVR parameters from SHARED to DEDICATED in the file <ORACLE_HOME>\network\ADMIN\tnsnames.ora.
    http://serviceportal.fujitsu-siemens.com/i/en/support/technics/fgm/unix/nsr40a_en.htm
    hope this helps
    Taj.

  • Renaming oracle datafiles at the unix level

    I have noticed that some of the datafile under /oracle/DV1/sapdata2/ have some strange characters in them
    Grrr - DBAs that don't know brtools.....
    for example:
    drwxr-xr-x   2 oradv1   dba             256 Nov 02 23:22 sr3\177_2
    and it shows as sr3_2 unless you use ls -lb which shows the above:
    Now can I simply stop the DB and cp -rp sr3\177_2 to sr3_2?
    I can actually cp -rp  sr3\177_2 to sr3_X and then copy sr3_X to sr3_2 or an mv.
    So can I do this without screwing up Oracle and SAP?
    What should I do as the \177 characters should not be there?
    Thanks Mikie

    Hello Mike,
    at first... the naming of the folder is no problem in running SAP ... it is only a "cosmetic" failure.
    But to your question.....
    1) Shutdown SAP and Oracle (shutdown immediate)
    2) Copy (and remove) or move your data files
    3) Publish the new file names to oracle the following way:
    > startup mount;
    > alter database rename file '<OLD_FILENAME>' to '<NEW_FILENAME>';
    > shutdown immediate;
    > startup ;
    After this the database should start "normally" with the new data file names / directory structure. After these steps i would make a backup of the database.
    I have done this many times (not only in SAP environment).
    For more information of the rename command:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_1004.htm#i2079942
    Regards
    Stefan

  • Oracle HA Setup - how to define resource dependency !

    - I have one resource group :
    oracle-rg- I created three resource in this resource group:
    oracle-ha-rs ( type SUNW.HAStoragePlus)
    oracle-listener-1 ( type SUNW.oracle_listener )
    oracle-server-1 ( type SUNW.oracle_server )Now how do I define dependency between the resources? or a specific sequest when switching?
    I am asking this because everything are working okay(except shutdown). When I switch, Oracle comes up on failover Node and vice-versa.
    But during switch the oracle-ha-rs resource goes offline first, and then the resource oracle-server-1 and oracle-listener-1
    Since the filesystem is unmounted FIRST it crash the oracle instance(oracle shutdown cmds are fired .
    Question: I want to sequence it as follows during switching how do I do this?
    Current Node:
    - oracle-server-1 : Stop Oracle server
    - oracle-listener-1 : stop listener
    - oracle-ha-rs : Unmount filesystem
    Failover Node:
    - oracle-ha-rs : Mount filesystem
    - oracle-server-1 : Start Oracle server
    - oracle-listener-1 : Start listener
    Sun Log
    Jul 22 17:59:50 SC[SUNWscor.oracle_server.monitor_stop]:oracle-rg:oracle-server-1: Stopping fault monitor using pmfadm tag ORASERV_MON_oracle-server-1
    Jul 22 17:59:51 SC[SUNWscor.oracle_server.stop]:oracle-rg:oracle-server-1: Using method 'run_setuid_prog' to execute shutdown commands
    Jul 22 17:59:51 SC[SUNWscor.oracle_server.stop]:oracle-rg:oracle-server-1: Stopping oracle server using shutdown immediate
    Shutting down Oracle instance: ORAHA  : /u01/binary/oracle/product/10.2.0/db_1.
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Jul 22 17:59:51 2009
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected.
    SQL> ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Solaris-AMD64 Error: 2: No such file or directory
    SQL> Disconnected
    Executing command: /opt/SUNWscor/oracle_server/bin/oracle_server_manage shutdown immediate
    Jul 22 17:59:56 SC[SUNWscor.oracle_server.stop]:oracle-rg:oracle-server-1: Server stopped successfully.Oracle Log
    Wed Jul 22 12:46:50 2009
    Completed: ALTER DATABASE OPEN
    Wed Jul 22 17:59:53 2009
    Errors in file /u01/binary/oracle/product/10.2.0/db_1/rdbms/log/oraha_ckpt_16333.trc:
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control2'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error
    Additional information: -1
    Additional information: 16384
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control1'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error
    Additional information: -1
    Additional information: 16384
    Wed Jul 22 17:59:53 2009
    Errors in file /u01/binary/oracle/product/10.2.0/db_1/rdbms/log/oraha_ckpt_16333.trc:
    ORA-00221: error on write to control file
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control2'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error
    Additional information: -1
    Additional information: 16384
    ORA-00206: error in writing (block 3, # blocks 1) of control file
    ORA-00202: control file: '/global/u01/oradata/ora_control1'
    ORA-27063: number of bytes read/written is incorrect
    Solaris-AMD64 Error: 5: I/O error

    E.g. using this:
    # clresource create -g resource-group \
    -t SUNW.oracle_listener \
    -p LISTENER_NAME=listener \
    -p ORACLE_HOME=Oracle-home \
    -p resource_dependencies=storageplus-resource resource
    Copied from the docs at http://docs.sun.com/app/docs/doc/820-3041/chdiggib "Sun Cluster for Data Service Oracle Guide"
    Regards
    Hartmut

Maybe you are looking for

  • HP Officejet Pro 8600 N911g on windows 8.1

    My printer goes offline, prints slowly, and is a constant source of frustration.  After looking on the forum topics, I see I am not alone.  We all have spent hours trying to find solutions. HP doesn't appear to be motivated to solve the issue of the

  • Query Related to Mail

    Hi all, I am using code as given below for sending mail as pdf attachment ...its working fine. but my problem is that mail is not coming unlit I am releasing it from SCOT.. I want  : when I schedule the program it automatically send the mail please h

  • ITunes will not open full screen mode in Mavericks

    Hello, Ever since a recent upgrade to Mavericks, iTunes will not open in full screen. When I click the full screen expander in the controls or in View>Enter Full Screen iTunes flashes the library and then back to the movie playing and makes the "funk

  • HELP: What is the proper way to completely uninstall Adobe Design Premium

    In need to completely uninstall Adobe Design Premium CS3/CS4 from my Mac. What is the best way to do this??? Is there an Adobe utility ?

  • How to debug the plugin?

        now i can debug the plugin throught avalertnote message box or outputdebugstring ? but can not debug into the adobe ?