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

Thread: ORA-26040: Data block was loaded using the NOLOGGING option

  1. #1
    Join Date
    Jul 2002
    Posts
    205

    ORA-26040: Data block was loaded using the NOLOGGING option

    Hi,

    Any solution for this without loosing the data..?

    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 15, block # 16165)
    ORA-01110: data file 13: '/ASD/u22/oradata/TAP/asdfcsdat0208.dbf'
    ORA-26040: Data block was loaded using the NOLOGGING option

  2. #2
    Join Date
    Mar 2007
    Location
    Ft. Lauderdale, FL
    Posts
    3,555
    Quote Originally Posted by skdas View Post
    Hi,

    Any solution for this without loosing the data..?

    ORA-00604: error occurred at recursive SQL level 1
    ORA-01578: ORACLE data block corrupted (file # 15, block # 16165)
    ORA-01110: data file 13: '/ASD/u22/oradata/TAP/asdfcsdat0208.dbf'
    ORA-26040: Data block was loaded using the NOLOGGING option
    If you are really lucky this is part of an index - if that's the case drop and recreate it.

    If offending datablock is part of a table as far as I remember alternatives are:
    a) drop, recreate, repopulate the table.
    b) try to salvage as much as possible using dbms_repair.skip_corrupt_blocks.
    Pablo (Paul) Berzukov

    Author of Understanding Database Administration available at amazon and other bookstores.

    Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.

  3. #3
    Join Date
    Oct 2008
    Posts
    20
    If you want to avoid such occurences you could enable FORCE Logging

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