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

Thread: URGENT!! error msg during startup in svrmgrl

  1. #1
    Join Date
    Oct 2000
    Posts
    56
    SVRMGR> startup
    LCC-00161: ORACLE error (possible syntax error) parameter [NULL]
    ORA-01031: insufficient privileges
    SVRMGR> connect internal
    Connected to an idle instance.
    SVRMGR> startup
    ORA-00443: background process "PMON" did not start
    ORA-09923: Can't spawn process - user log directory not created properly
    SVR4 Error: 2: No such file or directory

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    Error: ORA-9923
    Text: Can't spawn process - user log directory not created properly
    ---------------------------------------------------------------------------
    Cause: ORACLE was unable to spawn a background process because the directory
    that holds the trace files of the dedicated server processes was not
    created properly.
    Action: Examine the directory pointed to by the initialization parameter
    "user_dump_dest". Make sure that all of the following is true: 1. The
    directory exists. 2. The name indeed points to a directory, and is not
    a file. 3. The directory is accessible and writable to the ORACLE user.
    .

    Jeff Hunter

  3. #3
    Join Date
    Oct 2000
    Posts
    56
    Thanks! that did the trick.. someone deleted the user_dump directory.

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