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

Thread: drop table with force option set to true

  1. #1
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    Hi,
    I need to drop a table with option set to true.Can anyone help me with the syntax? Thanks in advance.

    dragon

  2. #2
    Join Date
    Nov 2000
    Posts
    344
    I am not sure of a 'force' option for dropping tables, but maybe you are talking about this :

    drop table foo cascade constraints;


  3. #3
    Join Date
    Feb 2000
    Location
    New York,U.S.A.
    Posts
    245
    Thanks. I know this syntax.
    But the question I ask is different from the one you mentioned. I also direct the question to oracle suport. But you know how slow they are.


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