La FAQ Oracle dit :
Vous auriez à recréer votre table.
RENAME tab1 TO tab1_old;
CREATE TABLE tab1 AS SELECT id, <the rest of your columns> FROM tab1_old;
La FAQ Oracle dit :
Vous auriez à recréer votre table.
RENAME tab1 TO tab1_old;
CREATE TABLE tab1 AS SELECT id, <the rest of your columns> FROM tab1_old;