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

Thread: database freezing on alter commands..

  1. #1

    Exclamation

    I am trying to run: ALTER table BUSINESS_DIM disable constraint BUSINESS_DIM_FK1


    or a refresh on a meterialized view... both statements simply hang and freeze... update, insert statements work for the most part...
    there is nothing in the alert log, and no locks in v$lock.

    how I can I determine what is preventing the freeze?

    p.s. I restarted the instance, and it worked... then a few minutes later it stopped working.

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Probably the index may be corrupt. Try to drop FK and index, then later recreating it. If the database is freezed even after the FK is dropped, then the problem may be somewhere else.

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