Disable all table constraints in Oracle

后端 未结 11 953
耶瑟儿~
耶瑟儿~ 2020-11-28 18:35

How can I disable all table constrains in Oracle with a single command? This can be either for a single table, a list of tables, or for all tables.

11条回答
  •  迷失自我
    2020-11-28 18:50

    It doesn't look like you can do this with a single command, but here's the closest thing to it that I could find.

提交回复
热议问题