Suppose that you would like to redefine the storage paremters of table extents (Modifiy the initial and next params), you have to drop and recreate the table (am I right ?).
Suppose that you have constraints, indexes, grants. Many views, synonyms and procedures are depended of the table.
To keep the same structure, the constraints, indexes and grants must be redefined. The views, synonyms and procedures must be recompiled.
(So, before dropping the initial table, many script must be developed, using oracle dico, ...).
Is there a better (quicker) way to do all this ?
All you suggestions are welcomed.
NB : WHAT I INTEND TO DO IS TO REDEFINE THE 'INITIAL' AND 'NEXT' params for the table with extents more than 5).
Bookmarks