dgs!
Member³
We have recently decided to alphabetize the column names whenever we add columns to a table.
There are many ways to do this.
1) Create newtable as select a_column, b_column, c_column from oldtable....
2) rename newtable to old table, ETC...
Can PL/SQL developer generate such a script that will disable all the constraints, triggers, ETC, then reenable them all?
My collegue has mentioned that TOAD can generate such a script.
There are many ways to do this.
1) Create newtable as select a_column, b_column, c_column from oldtable....
2) rename newtable to old table, ETC...
Can PL/SQL developer generate such a script that will disable all the constraints, triggers, ETC, then reenable them all?
My collegue has mentioned that TOAD can generate such a script.