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

Thread: cannot start up oracle database with ORA-32004,16032,07286

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Posts
    11

    cannot start up oracle database with ORA-32004,16032,07286

    SQL> startup;
    ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance
    ORA-16032: parameter LOG_ARCHIVE_DEST_1 destination string cannot be translated
    ORA-07286: sksagdi: cannot obtain device information.
    SVR4 Error: 2: No such file or directory

  2. #2
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    check for the obsolete or deprecated parameter(s) in the parameter file.

    make sure that the destination given for LOG_ARCHIVE_DEST_1 is valid and you have proper permissions to create the files.

    Thanks,
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  3. #3
    Join Date
    Oct 2010
    Posts
    11
    hi, thanks for the replied.
    but i m new in oracle.
    thus, really dont know where to find those file.
    do you mind to guide me?

  4. #4
    Join Date
    Mar 2006
    Location
    Charlotte, NC
    Posts
    865
    Vijay Tummala

    Try hard to get what you like OR you will be forced to like what you get.

  5. #5
    Join Date
    Oct 2010
    Posts
    11
    thanks vijay

  6. #6
    Join Date
    Apr 2008
    Location
    Bangalore
    Posts
    96
    It is fine to have ORA-32004: obsolete or deprecated parameter(s) specified for RDBMS instance,database will still come up....What you have to look into really is other errors like ORA-16032,make sure dest_1 is set properly,better use notepad to avoid any junk characters...
    ORA-07286: sksagdi: cannot obtain device information make sure the directory which you mentioned for dest_1 is existing and you have access to creating files.

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