Kbase P32610: How do I delete a table with an unique primary index that is
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  27/09/2002 |
|
Status: Unverified
GOAL:
How do I delete a table with an unique primary index that is deactivated
FIX:
One solution is to:
- deactivated a primary index (ex: Customer/Cust-Num)
- reactivate the index:
run proutil dbname -C idxfix to reactivate the index, see P16490 TITLE: How to reactivate a deactivated index? .
- make another index the primary
- delete 'Cust-Num' from Data Dictionary