Shutdown CRS without shuting down database?

hi forum
It's all know that if I shutdown the CRS, the CRS daemon will shutdown the database as part of it shutdown procedure.
How can I shutdown the CRS without shuting down the database ?
Thank you for your time.

hi all
I have found the solution:
follow steps below:
1) use crs_stop to stop the database resource
2) use srvctl remove to remove the database
3) startup the database
Now the database is not under control of the CRS.
You can later use srvctl add database back to the CRS if you want the CRS manages the database for you.
Thanks for your time.

Similar Messages

  • Following the latest upgrade how to exit Firefox without shuting down

    Computer type: Mac BookPro Mac OS X Version 10.6.8
    I use both the Mac Safari & Firefox browsers for blogging. Since yesterday when I downloaded the Mozilla Firefox upgrade I am unable to exit Firefox at all (no button or tab to select an exit to return to desktop and Safire). To exit Firefox I must press the manual quit button to restart the computer. I need a Firefox exit link out to reenter the Safire browser and desktop without shutting down the computer.

    You should see the Firefox menu bar on Mac as that is controlled by the Mac OS and have Firefox > Quit.
    Try to remove the Firefox plist file (org.mozilla.firefox.plist).
    *http://www.macfixit.com/article.php?story=20060606082246983 How .plist files become corrupt and troubleshooting the results
    Go to "~/Library/Preferences" and remove the plist file for Firefox (org.mozilla.firefox.plist)

  • Backup the database without shuting down the database

    Hello All,
    Just want to ask if any one can tell me if it is possible to backup the database without shutting it down
    When can you do so if it is possible?

    A hot (or on-line) backup is a backup performed while the database is open and available for use (read and write activity). Except for Oracle exports, one can only do on-line backups when the database is ARCHIVELOG mode.
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm

  • Changing archive log mode without shutting down database

    Hi all,
    Is there any way to set the database to archive log mode before shutting down the database and when the database shuts and starts, the database should be automatically in archive log mode?
    because we can not shutdown the database in weekdays and we have system reboot on weekend and we are not here on that day. So is there a way to set the database in archive log at the memory level so that when the database reboots, it should automatically start in archive log mode.
    my environment is windows server 2008 R2 with oracle 11.2.0.3
    Thanks in advance.
    Edited by: 931643 on Dec 5, 2012 10:37 AM

    931643 wrote:
    thank you for the reply Max Seleznev,
    First I thought of writing script in order to include in that process. But we can not run any commands in the sqlplus using the windows jobs. for eg:
    you can write a batch file as below:
    cd \
    sqlplus / as sysdba
    select name,open_mode from v$database;
    when you run this, it will open until sqlplus prompt but then will not execute the query.
    What did you expect? Well, actually, I know what you expected. But think about it for a second. You have a batch file with the mentioned three lines. How does that batch file get processed .. what is happening when it is being processed?
    It is not being processed by sqlplus, it is being processed by the windows command processor. Just like the cmd.exe. Each line is read by the command processor and executed accordingly. So ....
    cd \the command processor calls 'cd' , and passes the value '\' to do with as it sees fit. 'cd' then changes the current directory of the session to whatever is indicated by the passed parameter. in this case, that value is '\' , so the resulting current directory is the base (root, in *nix terms) of the current drive.  When 'cd' has finished, it returns control to the command processor, who then reads the next line ....
    sqlplus / as sysdbathe command processor calls sqlplus.exe and passes it the command line parms '/ as sysdba' to do with as it (sqlplus) sees fit. sqlplus does whatever it does with what it has been given In this case it tries to connect to whatever local database is indicated by the value of ORACLE_SID, then waits for more input. Whenever sqlplus exits (how does it know to exit?) it returns control to the command processor, who then reads the next line ....
    select name,open_mode from v$database;The command processor will read this line and attempt to find an executable file named 'select' and pass it the rest of the command line 'name,open_mode from v$database;'
    Hmm, what do you suppose will happen with that operation?
    that is the reason I am figuring out whether there is an alternate way.yes but you have to use the proper technique. And since you are building this into a production stop/start without testing the actual stop/start commands ... what do you suppose will be the outcome if something goes wrong?
    After hours and weekend work is one reason DBA's make more money than developers.
    >
    Thanks

  • Archive engine got lost...how to restart it without shut down database?

    I have a database with Oracle 8i on IBM AIX 5.
    The archive engine ora_arc0_<SID> is down and need to restart it.
    How can I start archive engine without shutdown and restart the database?
    Thanks in advance!

    Try this step:
    SQL> archive log start;

  • RMAN cold backup without shuting down R12 application services?

    Hi,
    Due to some reasons I can't shutdown appstier bcz every time I have to regenrate JAR files.I want to take RMAN cold database backup with stopping all services or I want to shutdown only concurrent manager(adcmctl stop) and apps listener(adalnctl.sh stop).Please comment if this is workable.
    Thanks
    M Latif

    Hi Latif;
    Due to some reasons I can't shutdown appstier bcz every time I have to regenrate JAR files.I want to take RMAN cold database backup with stopping all services or I want to shutdown only concurrent manager(adcmctl stop) and apps listener(adalnctl.sh stop).Please comment if this is workable.Why tou are generate Jar files? What is your reason? RMAN=hotbackup means you dont need to shutdown db or apps. For our client we never close appstier while we are taking RMAN backup
    Regard
    Helios

  • Is it possible to reload Handler files without shuting down OC4J

    Is it possible to reload the Handler files in OC4J ?
    When a new Handler file is generated by the JAG I need to restart OC4J otherwise I get a Handler not found exception.

    Handlers are java-classes so I would say yes.
    Classes (including BC4J View and Entity objects) must
    be recompiled and your server should be restarted.
    Anything XML-related (including UIX) does not immediately
    force you to restart OC4J, although the MVC Framework
    descriptor-xml should be reloaded by for instance re-
    entering the service you changed. This is where those
    home-page services become handy.
    Note that setting existing BC4J-attributes to (in)visible
    or wider/smaller mostly just changes the BC4J Jheadstart
    metadata and generates new UIX, so it doesn't change
    anything in the java-classes.

  • Can we put RAC database in Archivelog mode without shutting down

    All,
    Can we put RAC database in Archivelog mode without shutting down.
    Currently our new production database (2 node RAC) is in no archive log mode, Need to enable archive log in the database...
    I believe we need to set the cluster_database=false and then put the DB in archive log mode then we need to bounce the database to take effect...
    Just curious to know in 11gR2 ...Can we put the RAC database in archive log mode without any downtime ...?

    Even RAC or non-RAC, database should bounced and enable/disable archive log mode from mount status.

  • Is it possible to take a full backup without shutting down an instance?(10g

    Hi. everyone.
    Is it possible to take a full backup without shutting down an instance?
    The db version is 10gr2.
    As far as I know, in order to take a full backup of a database,
    one need to shutdown a database.
    Our db environment is a RAC environment which has two nodes.
    Yesterday, I heard from a hardware vendor that we do not need to shutdown
    instances(2-nodes) in order to take a full backup.
    Best Regards.

    Hi,
    >>As far as I know, in order to take a full backup of a database, one need to shutdown a database.
    In fact, a database operating in NOARCHIVELOG mode is necessary to shutdown the database in order to perform a full backup (Cold Backup), but otherwise a database that is operating in ARCHIVELOG mode, then is possible to perform a full database backup with the database in a open state. (Hot Backup)
    For more information see if these links below can help you:
    Oracle Backup and Recovery
    http://www.oracle.com/technology/deploy/availability/htdocs/BR_Overview.htm
    Oracle Backup and Recovery FAQ
    http://orafaq.com/faqdbabr.htm
    Cheers

  • SAP System copy without shutting down the source and the target system

    Hi,
    We need to need to System refresh without shutting down both the source and the target system, i read the docs from SAP looks like we need to shutdown the source system during export and import phase, is there any way to do the system refresh without shutting down the system.
    Sathish

    Hi,
    Think a little bit about what is a database and you'll get the answer that what you "need to need" is impossible.
    Of course it is possible to keep the source running (hopefully, because ususally it is the production system !) by using an online backup, but you need to stop the target system because you will restore a backup on it.
    If you use the export/import way, you have to stop both source and target system.
    Regards,
    Olivier

  • Shutting down database hangs

    Dear Gurus,
    I m facing a database hang issue while performing the scheduled offline backup.I m able to take the online backup.When the backup starts , the database starts to shutdown.When checked in the log of backup it shows in tail as shutting down database.When checked for user trace , it shows message as "Attempting to kill pid xxxxxxx" and keeps on retrying for n no. of times.Then I have to manually kill the backup and restart the application.Then again try for an offline backup.This time it happens smoothly.This activity we did for couple of weeks .But now from past 3 days even after restarting the backup, it goes to hang mode.In other words unable to perform the backup activity.
    The message had been raised to SAP from almost 15 days at very high.They every time ask the logs , and say that the data in log is nt providing much info for analysing the issue or cause of hang.Also enabled the traces of 10400 for trace level 1 ,10 some more traces also.But still the output is not helping even them to analyse the root cause.
    Its my observation that this issue is occuring only on ABAP+JAVA systems(CRM &BIW)not in ECC.We are on oracle database 10.2.0.0.4 with latest patch set as suggested by SAP for the same issue.
    This issue is h
    Please suggest me at the earliest.As need to resolve this at the earliest.
    Bye.
    Amit

    Hi,
    No "archive process shutdown avoided" message is there in the log file.
    In usertrace i get messages as mentioned below.
    bslcrmprddb #more bcp_ora_1257502.trc
    Dump file /oracle/BCP/saptrace/usertrace/bcp_ora_1257502.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    ORACLE_HOME = /oracle/BCP/102_64
    System name:    AIX
    Node name:      bslcrmprddb
    Release:        3
    Version:        5
    Machine:        00C6C4024C00
    Instance name: BCP
    Redo thread mounted by this instance: 1
    Oracle process number: 0
    Unix process pid: 1257502, image: oracle@bslcrmprddb
    2009-06-05 08:01:36.875
    Oracle Instance Startup operation failed. Another process may be attempting to startup or shutdown
    Failed to acquire instance startup/shutdown serialization primitive
    bslcrmprddb #more bcp_ora_2453676.trc
    Dump file /oracle/BCP/saptrace/usertrace/bcp_ora_2453676.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    ORACLE_HOME = /oracle/BCP/102_64
    System name:    AIX
    Node name:      bslcrmprddb
    Release:        3
    Version:        5
    Machine:        00C6C4024C00
    Instance name: BCP
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 0
    Unix process pid: 2453676, image: oracle@bslcrmprddb
    2009-06-06 07:04:22.494
    Dynamic strand is set to TRUE
    Running with 2 shared and 88 private strand(s). Zero-copy redo is FALSE
    bslcrmprddb #more bcp_ora_1495266.trc
    Dump file /oracle/BCP/saptrace/usertrace/bcp_ora_1495266.trc
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Data Mining and Real Application Testing options
    ORACLE_HOME = /oracle/BCP/102_64
    System name:    AIX
    Node name:      bslcrmprddb
    Release:        3
    Version:        5
    Machine:        00C6C4024C00
    Instance name: BCP
    Redo thread mounted by this instance: 1
    Oracle process number: 213
    Unix process pid: 1495266, image: oracle@bslcrmprddb (TNS V1-V3)
    ACTION NAME:() 2009-06-06 03:00:22.223
    MODULE NAME:(sqlplus@bslcrmprddb (TNS V1-V3)) 2009-06-06 03:00:22.223
    SERVICE NAME:(SYS$USERS) 2009-06-06 03:00:22.223
    SESSION ID:(517.13229) 2009-06-06 03:00:22.223
    ksukia: Starting kill, force = 0
    ksukia: killed 274 out of 274 processes.
    ksukia: Starting kill, force = 0
    ksukia: killed 0 out of 2 processes.
    ksukia: Starting kill, force = 0
    ksukia: killed 0 out of 1 processes.
    ksukia: Starting kill, force = 0
    ksukia: killed 0 out of 1 processes.
    ksukia: Starting kill, force = 0
    Please suggest.
    Regards,
    Amit

  • How to upload files in cluster without bringing down the cluster.

    Hi,
    Here is my problem:
    My weblogic portal 7.0 application should run in 24x7 environment. The production
    system is running in a cluster mode with external staging. Both the managed servers
    are pointing to the same application sync database.
    So to give a solution to this problem, we are trying to bring down one managed
    server down and apply the patches into that managed server without bringing down
    the other. Since webflow files and entitlements needs to be synchronized with
    the portal database. If we perform a sync on the portal database, there might
    be a chance that it might corrupt the existing portal database state. Our deployment
    would not be complete unless we perform a sync on the other managed servers. So
    we could not able to update the latest pathces into the cluster without bringing
    down the cluster.
    What I would like to know is "Is there any work around to get rid of this problem?".
    I would be delighted if any one provides the solution.
    Thanks & Regards,
    Ratnakar

    Hi Ratnakar,
    When you perform sync you do it against the admin server which in turn does it
    to the managed server. If you want to apply any changes to webflow you can do
    it on the live system itself. I mean apply the new webflow and entitlements and
    do the sync on the live system. Also while doing sync there are two modes. One
    mode will sync only the modified changes and the other will apply all of it. You
    can opt for the first option by which you can sync only the modified changes.
    This may bring a small disturbance but it will be unnoticed.
    The other option is to have two separate domains(each having one admin & one or
    more managed servers) which may be having two separate portal databases. In this
    way you can apply patches to one domain while other domain may provide the service.
    Regards
    Shaan
    "Ratnakar Sonti" <[email protected]> wrote:
    >
    Hi,
    Here is my problem:
    My weblogic portal 7.0 application should run in 24x7 environment. The
    production
    system is running in a cluster mode with external staging. Both the managed
    servers
    are pointing to the same application sync database.
    So to give a solution to this problem, we are trying to bring down one
    managed
    server down and apply the patches into that managed server without bringing
    down
    the other. Since webflow files and entitlements needs to be synchronized
    with
    the portal database. If we perform a sync on the portal database, there
    might
    be a chance that it might corrupt the existing portal database state.
    Our deployment
    would not be complete unless we perform a sync on the other managed servers.
    So
    we could not able to update the latest pathces into the cluster without
    bringing
    down the cluster.
    What I would like to know is "Is there any work around to get rid of
    this problem?".
    I would be delighted if any one provides the solution.
    Thanks & Regards,
    Ratnakar

  • How to start or shut down database using sql developer in windows

    Dear Sir/Madam,
    how we start or shut down database using sql developer in windows
    we are using oracle 11g release2, unix, java & oracle oracle weblogic administration
    Thanks & Regards
    Manish Kumar
    Datbase Team
    TCS Ltd.

    HI, Welcome to OTN form,
    SHUTDOWN is not a SQL statement but a SQL*Plus command . You cannot use SHUTDOWN in PL/SQL.
    Check following link:
    http://docs.oracle.com/cd/E11882_01/server.112/e16604/ch_twelve042.htm#i2699551
    More Information please check OTN discussion: https://forums.oracle.com/thread/2349159
    Thank you

  • Cloning without shutting down the db

    Hi,
    Can you please suggest how to clone apps and db without shutting down the database? Apps is just copying the files, is there a recommended way to do the db cloning without shutting down the db.
    Updating the instance details:
    db - 10.2.0.4 on RHEL
    apps - 11.5.10.2
    -Jek
    Edited by: 890397 on Feb 2, 2012 5:31 AM

    You can find all the steps in the documentation (using RMAN or Hot backup).
    Cloning Oracle Application 11i /R12 with Rapid Clone - Database (9i/10g/11g) Using Hot Backup on Open Database [ID 760772.1]
    Cloning Oracle Applications Release 11i with Rapid Clone [ID 230672.1]
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Rapid+AND+Clone+AND+Documentation&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Rapid+AND+Clone+AND+RMAN&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • I cant shut down database successfully from OEM

    I shut down database from OEM. Then there is an Exception org.omg.corba.No_implement. and the shutdown process failed.
    I cant figure out. Please help.
    My OS is windowXP I installed Oracle9i
    Yes, I can shut down the database normally using sqlplus.
    but the OEM still dont work.
    The agent looks fine. I pinged the agent. It responed successfully. I refreshed the nodes, and try to shut down again. Still, no luck.
    Nothing changed. The shutdown process still failed after rebooting the box.
    Here is the log:
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    VXA: Doing a shutdown and restart
    Restarting the Oracle management Server....
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2006-7-18:11:5:28:531] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:5:28:531] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:5:28:531] VdbSession.processError: database connection error
    [main][2006-7-18:11:5:38:687] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:5:38:687] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:5:38:687] VdbSession.processError: database connection error
    [main][2006-7-18:11:5:48:781] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:5:48:781] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:5:48:781] VdbSession.processError: database connection error
    [main][2006-7-18:11:5:59:156] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:5:59:156] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:5:59:156] VdbSession.processError: database connection error
    [main][2006-7-18:11:6:9:296] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:6:9:296] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:6:9:296] VdbSession.processError: database connection error
    [main][2006-7-18:11:6:19:578] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:6:19:578] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:6:19:578] VdbSession.processError: database connection error
    [main][2006-7-18:11:6:29:671] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:6:29:671] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:6:29:671] VdbSession.processError: database connection error
    [main][2006-7-18:11:6:39:812] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:6:39:812] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:6:39:812] VdbSession.processError: database connection error
    [main][2006-7-18:11:6:49:906] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:6:49:906] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:6:49:906] VdbSession.processError: database connection error
    [main][2006-7-18:11:7:0:0] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:7:0:0] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:7:0:0] VdbSession.processError: database connection error
    [main][2006-7-18:11:7:10:140] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:7:10:140] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:7:10:140] VdbSession.processError: database connection error
    [main][2006-7-18:11:7:20:234] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:11:7:20:234] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:11:7:20:234] VdbSession.processError: database connection error
    oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Unable to connect to OMS repository.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server.
    VXA-2028 :
    Unable to connect to OMS repository."Could not start management server. Initialization failure"
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    VXA: Doing a shutdown and restart
    Restarting the Oracle management Server....
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2006-7-18:13:14:28:390] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:14:28:406] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:14:28:406] VdbSession.processError: database connection error
    [main][2006-7-18:13:14:38:546] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:14:38:546] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:14:38:546] VdbSession.processError: database connection error
    [main][2006-7-18:13:14:48:640] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:14:48:640] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:14:48:640] VdbSession.processError: database connection error
    [main][2006-7-18:13:14:58:734] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:14:58:734] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:14:58:734] VdbSession.processError: database connection error
    [main][2006-7-18:13:15:8:875] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:15:8:875] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:15:8:875] VdbSession.processError: database connection error
    [main][2006-7-18:13:15:18:968] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:15:18:968] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:15:18:968] VdbSession.processError: database connection error
    [main][2006-7-18:13:15:29:187] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:15:29:187] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:15:29:187] VdbSession.processError: database connection error
    [main][2006-7-18:13:15:39:453] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:15:39:453] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:15:39:453] VdbSession.processError: database connection error
    [main][2006-7-18:13:15:49:687] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:15:49:687] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:15:49:687] VdbSession.processError: database connection error
    [main][2006-7-18:13:15:59:781] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:15:59:781] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:15:59:781] VdbSession.processError: database connection error
    [main][2006-7-18:13:16:9:921] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:16:9:921] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:16:9:921] VdbSession.processError: database connection error
    [main][2006-7-18:13:16:20:15] VdbSession.processError: errorCode >1089<
    [main][2006-7-18:13:16:20:15] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-18:13:16:20:15] VdbSession.processError: database connection error
    oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Unable to connect to OMS repository.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server.
    VXA-2028 :
    Unable to connect to OMS repository."Could not start management server. Initialization failure"
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2006-7-19:21:14:2:953] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:14:2:953] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:14:2:953] VdbSession.processError: lost connection
    [main][2006-7-19:21:14:13:46] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:14:13:46] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:14:13:46] VdbSession.processError: lost connection
    [main][2006-7-19:21:14:23:140] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:14:23:140] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:14:23:140] VdbSession.processError: lost connection
    [main][2006-7-19:21:14:33:281] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:14:33:281] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:14:33:281] VdbSession.processError: lost connection
    [main][2006-7-19:21:14:43:375] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:14:43:375] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:14:43:375] VdbSession.processError: lost connection
    [main][2006-7-19:21:14:53:484] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:14:53:484] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:14:53:484] VdbSession.processError: lost connection
    [main][2006-7-19:21:15:3:625] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:15:3:625] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:15:3:625] VdbSession.processError: lost connection
    [main][2006-7-19:21:15:13:718] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:15:13:718] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:15:13:718] VdbSession.processError: lost connection
    [main][2006-7-19:21:15:23:812] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:15:23:812] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:15:23:812] VdbSession.processError: lost connection
    [main][2006-7-19:21:15:33:953] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:15:33:953] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:15:33:953] VdbSession.processError: lost connection
    [main][2006-7-19:21:15:44:46] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:15:44:46] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:15:44:46] VdbSession.processError: lost connection
    [main][2006-7-19:21:15:54:140] VdbSession.processError: errorCode >1034<
    [main][2006-7-19:21:15:54:140] VdbSession.processError: errorMsg >ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    <
    [main][2006-7-19:21:15:54:140] VdbSession.processError: lost connection
    oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Unable to connect to OMS repository.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server.
    VXA-2028 :
    Unable to connect to OMS repository."Could not start management server. Initialization failure"
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    VXA: Doing a shutdown and restart
    Restarting the Oracle management Server....
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2006-7-19:23:51:19:859] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:51:19:859] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:51:19:859] VdbSession.processError: database connection error
    [main][2006-7-19:23:51:30:0] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:51:30:0] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:51:30:0] VdbSession.processError: database connection error
    [main][2006-7-19:23:51:40:93] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:51:40:93] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:51:40:93] VdbSession.processError: database connection error
    [main][2006-7-19:23:51:50:187] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:51:50:187] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:51:50:187] VdbSession.processError: database connection error
    [main][2006-7-19:23:52:0:578] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:52:0:578] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:52:0:578] VdbSession.processError: database connection error
    [main][2006-7-19:23:52:10:671] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:52:10:671] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:52:10:671] VdbSession.processError: database connection error
    [main][2006-7-19:23:52:20:765] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:52:20:765] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:52:20:765] VdbSession.processError: database connection error
    [main][2006-7-19:23:52:30:906] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:52:30:906] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:52:30:906] VdbSession.processError: database connection error
    [main][2006-7-19:23:52:41:46] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:52:41:46] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:52:41:46] VdbSession.processError: database connection error
    [main][2006-7-19:23:52:51:171] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:52:51:859] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:52:51:859] VdbSession.processError: database connection error
    [main][2006-7-19:23:53:2:15] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:53:2:15] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:53:2:15] VdbSession.processError: database connection error
    [main][2006-7-19:23:53:12:187] VdbSession.processError: errorCode >1089<
    [main][2006-7-19:23:53:12:187] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-19:23:53:12:187] VdbSession.processError: database connection error
    oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Unable to connect to OMS repository.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server.
    VXA-2028 :
    Unable to connect to OMS repository."Could not start management server. Initialization failure"
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    VXA: Doing a shutdown and restart
    Restarting the Oracle management Server....
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2006-7-20:8:11:26:296] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:11:26:312] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:11:26:312] VdbSession.processError: database connection error
    [main][2006-7-20:8:11:36:406] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:11:36:406] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:11:36:406] VdbSession.processError: database connection error
    [main][2006-7-20:8:11:46:500] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:11:46:500] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:11:46:500] VdbSession.processError: database connection error
    [main][2006-7-20:8:11:56:671] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:11:56:671] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:11:56:671] VdbSession.processError: database connection error
    [main][2006-7-20:8:12:6:781] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:12:6:781] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:12:6:781] VdbSession.processError: database connection error
    [main][2006-7-20:8:12:16:906] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:12:16:906] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:12:16:906] VdbSession.processError: database connection error
    [main][2006-7-20:8:12:27:203] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:12:27:203] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:12:27:203] VdbSession.processError: database connection error
    [main][2006-7-20:8:12:37:296] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:12:37:296] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:12:37:296] VdbSession.processError: database connection error
    [main][2006-7-20:8:12:47:375] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:12:47:375] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:12:47:375] VdbSession.processError: database connection error
    [main][2006-7-20:8:12:57:515] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:12:57:515] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:12:57:515] VdbSession.processError: database connection error
    [main][2006-7-20:8:13:7:609] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:13:7:609] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:13:7:609] VdbSession.processError: database connection error
    [main][2006-7-20:8:13:17:703] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:8:13:17:703] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:8:13:17:703] VdbSession.processError: database connection error
    oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Unable to connect to OMS repository.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server.
    VXA-2028 :
    Unable to connect to OMS repository."Could not start management server. Initialization failure"
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDF : INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    *** VDP : INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST***
    VXA: Doing a shutdown and restart
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    VXA: Doing a shutdown and restart
    Restarting the Oracle management Server....
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2006-7-20:12:35:31:312] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:35:31:312] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:35:31:312] VdbSession.processError: database connection error
    [main][2006-7-20:12:35:41:406] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:35:41:406] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:35:41:406] VdbSession.processError: database connection error
    [main][2006-7-20:12:35:51:500] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:35:51:500] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:35:51:500] VdbSession.processError: database connection error
    [main][2006-7-20:12:36:1:656] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:36:1:656] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:36:1:656] VdbSession.processError: database connection error
    [main][2006-7-20:12:36:11:750] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:36:11:750] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:36:11:750] VdbSession.processError: database connection error
    [main][2006-7-20:12:36:21:843] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:36:21:843] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:36:21:843] VdbSession.processError: database connection error
    [main][2006-7-20:12:36:32:93] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:36:32:93] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:36:32:93] VdbSession.processError: database connection error
    [main][2006-7-20:12:36:42:203] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:36:42:203] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:36:42:203] VdbSession.processError: database connection error
    [main][2006-7-20:12:36:52:296] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:36:52:296] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:36:52:296] VdbSession.processError: database connection error
    [main][2006-7-20:12:37:3:203] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:37:3:203] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:37:3:203] VdbSession.processError: database connection error
    [main][2006-7-20:12:37:13:578] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:37:13:578] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:37:13:578] VdbSession.processError: database connection error
    [main][2006-7-20:12:37:23:671] VdbSession.processError: errorCode >1089<
    [main][2006-7-20:12:37:23:671] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-20:12:37:23:671] VdbSession.processError: database connection error
    oracle.sysman.vxn.VxnBootstrapException:
    VXA-2028 :
    Unable to connect to OMS repository.
         at oracle.sysman.vxa.VxaAppServer.startServices(VxaAppServer.java:1596)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3144)
    Error starting Oracle Management Server.
    VXA-2028 :
    Unable to connect to OMS repository."Could not start management server. Initialization failure"
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    VXA: Doing a shutdown and restart
    Restarting the Oracle management Server....
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...java.net.UnknownHostException: localhost
         at java.net.InetAddress.getAllByName0(InetAddress.java:472)
         at java.net.InetAddress.getAllByName(InetAddress.java:421)
         at java.net.InetAddress.getLocalHost(InetAddress.java:509)
         at oracle.sysman.vxx.VxxHost.<clinit>(VxxHost.java:78)
         at oracle.sysman.vxa.VxaAppServer.<init>(VxaAppServer.java:770)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3042)
    Error starting Oracle Management Server. Could not instantiate adapter: org.omg.CORBA.INTERNAL[completed=MAYBE, reason=java.net.UnknownHostException: localhost]org.omg.CORBA.OBJ_ADAPTER[completed=MAYBE, reason=Could not instantiate adapter: org.omg.CORBA.INTERNAL[completed=MAYBE, reason=java.net.UnknownHostException: localhost]]
         at com.visigenic.vbroker.orb.AdapterManagerImpl.init(AdapterManagerImpl.java:52)
         at com.visigenic.vbroker.orb.ORB.BOA_init(ORB.java:112)
         at com.visigenic.vbroker.orb.ORB.BOA_init(ORB.java:98)
         at com.visigenic.vbroker.orb.ORB.connect(ORB.java:291)
         at oracle.sysman.vxn.VxnNamingContext.<init>(VxnNamingContext.java:285)
         at oracle.sysman.vxn.VxnNamingContext.getNewContext(VxnNamingContext.java:222)
         at oracle.sysman.vxn.VxnNamingService.getInitialContext(VxnNamingService.java:1072)
         at oracle.sysman.vxn.VxnNamingService.enableBootstrap(VxnNamingService.java:1080)
         at oracle.sysman.vxn.VxnNamingService.init(VxnNamingService.java:238)
         at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:103)
         at oracle.sysman.vxn.VxnNamingService.getNamingService(VxnNamingService.java:112)
         at oracle.sysman.vxa.VxaAppServer.initServer(VxaAppServer.java:3417)
         at oracle.sysman.vxa.VxaAppServer.main(VxaAppServer.java:3048)
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server...VXA-3008 : Starting OMS Services, Wait.
    The OMS is now started and ready.
    *** VDD: INITIATING OMS SHUTDOWN : OMS REPOSITORY SESSION LOST ***
    VXA: Doing a shutdown and restart
    Restarting the Oracle management Server....
    OEMCTL for Windows NT: Version 9.2.0.1.0 Production
    Copyright (c) 1998, 2002, Oracle Corporation. All rights reserved.
    Starting the Oracle Management Server... [main][2006-7-21:7:4:31:78] VdbSession.processError: errorCode >1089<
    [main][2006-7-21:7:4:31:78] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-21:7:4:31:78] VdbSession.processError: database connection error
    [main][2006-7-21:7:4:41:171] VdbSession.processError: errorCode >1089<
    [main][2006-7-21:7:4:41:171] VdbSession.processError: errorMsg >ORA-01089: immediate shutdown in progress - no operations are permitted
    <
    [main][2006-7-21:7:4:41:171] VdbSession.processError: database connection error
    Message was edited by:
    mayumifan
    Message was edited by:
    mayumifan
    Message was edited by:
    mayumifan
    Message was edited by:
    mayumifan
    Message was edited by:
    mayumifan

    --->Yes, I can shut down the database normally using sqlplus.
    --->but the OEM still dont work.
    What is the latest errror you get after restart. Is it still the same "Exception org.omg.corba.No_implement"?
    If you can start your database from SQLPlus and your system has already been restarted and your agent is responding, there is no need kicking your system up and down.
    Check the log files in $ORACLE_HOME (EM_HOME)\sysman\log for errors. Post the errrors for more information.

Maybe you are looking for

  • JDev 11.1.2.1 Execute method (with bind variable) before page is displayed

    Hi All, I have a view object with a query that uses a bind variable. I drag the data control onto my .jsf page to create a table. I create a query method on a view scope bean. The query method uses the contents of one of the bean's attributes to set

  • SAP Netweaver XI Certification details

    Hi, I would like to appear for the SAP Netweaver XI certification. Please provide the info for the below questions. 1. How to do the registration/ Website to do the registration? 2. Certification code for the SAP Netweaver XI developement exam. 3. I

  • How do I stop Firefox reverting to standard settings every time I turn off my PC?

    I set up my preferred icons history, print, home etc in the places I like them yet every time I turn off my PC the next day they are back to the standard set up & I have to do them all again, more than a little bit irritating as it has never been a p

  • Slow speeds and noisy line

    My anutie has a speed of 0.16Mb/s and a upload of 0.31Mb/s and shes on the 16Mb/s package i have changed the filter and ADSL cable but is still the same. Should I get them to call there ISP?

  • Taxes, Governmental Surcharges, and Fees

    My charges in the category referenced in the subject, increased from $5.05 to $12.02 from October to November, with no change in usage. Anybody know why or also experienced this increase? Thanks.