DBAsupport.com Forums - Powered by vBulletin
Results 1 to 8 of 8

Thread: Unable to starup Oracle on NT

  1. #1
    Join Date
    Feb 2001
    Location
    Kolkata- India
    Posts
    356

    Angry

    Hi! Gurus,
    I am facing a problem with starting Oracle on NT. Whnever I press Start I am getting the following message

    "Couldnot start the Oracle Service ECMSDEV on //ECMS2. Error 333 the system cannot find the path specified."

    THis is urgent guys, my BOss is breathing down my neck.

    Thanks in advance.
    There Nothing You cannot Do, The problem is HOW.

  2. #2
    Join Date
    Dec 2000
    Location
    Virginia, USA
    Posts
    455
    Did it used to start, what has changed since last time?

  3. #3
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Sounds like a disk or filesystem is offline.
    Jeff Hunter

  4. #4
    Join Date
    Jan 2001
    Posts
    3,134

    Lightbulb

    First off, since this is NT I do hope you Re-Booted, you did didn't you? What exactly is the Path? did you verify that the directories listed in the path do exist? Did you try to start the service manually through START-->SETTINGS-->CONTROL PANEL-->SERVICES.

    Try one or all but please re-boot if possible.
    MH

  5. #5
    Join Date
    Jan 2001
    Posts
    3,134

    Lightbulb

    Also, verify that the file (should be an .EXE) is in the folder that the app is looking in. If it is not just copy it into that folder either locally or from another workstation.
    MH

  6. #6
    Join Date
    Nov 2001
    Location
    Goose Creek, SC
    Posts
    4

    Cool

    Assuming you're getting this error on the service startup, I recommend using oradim to delete, then recreate your service, once you have verified your pfile, datafiles and control files are all still available and located corrrectly.. If the associated drive on //emcs2 is offline, that'll cause the error.

  7. #7
    Join Date
    Oct 2000
    Posts
    250

    Smile

    Normally if I hit this problem I always use sql to startup and check what is the error messages display. Or check the alert file for detail cause of the problem. Usually, this is caused by the configuration of the init.ora file.

    Regards

  8. #8
    Join Date
    Sep 2001
    Location
    Makati, Philippines
    Posts
    857
    how about starting your database at linemode of server manager one step at a time. With this approach you can isolate the problem.
    svrmgrl> startup nomount;
    /*here you can detect if you have an instance problem, if not there could be an INITSID.ora problem */
    svrmgrl>alter database mount;
    /* here you can detect if your database can be mounted successfully, error will be posted if problem encountered, if database can't be mounted then you might have a problem of locating your database files */
    svrmgrl>alter database open;
    /* here if the database can't be open, there could be some datafiles that is missing and might be out of sync from your curent db, errors will also be posted if problem encountered*/

    Then you can check the ALERT_SID.log for further investigation.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width