Le Domande frequenti su Oracle dice:
Dovresti ricreare la tua tabella.
RENAME tab1 TO tab1_old;
CREATE TABLE tab1 AS SELECT id, <the rest of your columns> FROM tab1_old;
Le Domande frequenti su Oracle dice:
Dovresti ricreare la tua tabella.
RENAME tab1 TO tab1_old;
CREATE TABLE tab1 AS SELECT id, <the rest of your columns> FROM tab1_old;