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

Thread: IOT

  1. #1
    Join Date
    Jul 2000
    Posts
    68
    Hi, dbas:

    How to drop a index organized table? I have pks and indexes
    on these iots.

    Thanks.

  2. #2
    Join Date
    Dec 2000
    Location
    Ljubljana, Slovenia
    Posts
    4,439
    I'm not 100% sure, but I don't think there is any differenc in the syntax of DROP TABLE command for IOT as opposed to heap tables. PKs and indexes will be dropped automaticaly. But if you have FKs from other tables referencing your IOT you'll have to trop those foreign keys before dropping your IOT.

    HTH,
    Jurij Modic
    ASCII a stupid question, get a stupid ANSI
    24 hours in a day .... 24 beer in a case .... coincidence?

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