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

Thread: How to retrieve column SET UNUSED

  1. #1
    Join Date
    Mar 2001
    Posts
    20
    ALTER TABLE table_name SET UNUSED (column_name)
    can be used to mark a column to be dropped later. But can the column be unset also so that it can be used later when u think it is needed or not to be dropped? IS there a way out?

  2. #2
    Join Date
    Sep 2001
    Location
    NJ, USA
    Posts
    1,287
    old backup file or export/import backup file only.

  3. #3
    Join Date
    May 2002
    Posts
    2,645
    Once a column is dropped or the UNUSED flag is set, it is not possible to rollback the operation.

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