how to reorg table that's in pending state ?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Gwen
    New Member
    • Jan 2012
    • 1

    how to reorg table that's in pending state ?

    SQL0668N Operation not allowed for reason code "7" on table
    "UDBADM.TITLE_I SU". SQLSTATE=57016.
  • rajneesh verma
    New Member
    • Mar 2012
    • 1

    #2
    try this:
    CALL SYSPROC.ADMIN_C MD('reorg table UDBADM.TITLE_IS U allow read access')

    Comment

    Working...