Results 1 to 6 of 6

Thread: problem in test database

  1. #1
    Join Date
    Apr 2006
    Posts
    6

    problem in test database

    Hi all,
    i m getting following errors messages in my test databases.
    while trying to open my database

    ORA-16038: log 2 sequence# 462 cannot be archived
    ORA-19502: write error on file "", blockno (blocksize=)
    ORA-00312: online log 2 thread 1: '/data/prod/redo02.log'

    can anybody help me, to understand this situation & give me a proper solution.

    regrds

    Sahil

  2. #2
    Join Date
    Oct 2005
    Posts
    2,557
    Have you looked up the errors in the documentation?

  3. #3
    Join Date
    May 2006
    Posts
    1

    test database problem

    can check disk space on the archive log destination ?
    i think it is full..

  4. #4
    Join Date
    Oct 2005
    Posts
    2,557
    Archive log destination area being full has a different error stack.

  5. #5
    Join Date
    Mar 2003
    Posts
    468
    this is related to Oracle not being able to write to the desginated file. could be Oracle related or O/S related where the disk might have gone away, have an error on it, or the redo log file is no longer around.

    i would check to see if this log file is actually out on disk.

    does your database open properly? if so, then i would drop this redo log file and create another one in it's place.

    it also might be advantageous for you to switch through the log files to validate that they are in good condition.

  6. #6
    Join Date
    Mar 2003
    Posts
    468
    also noticed that the location of the redo log in question has a path that includes "prod". is this really your test database.

Posting Permissions

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