theresatan
Programmer
Hi,
I wanted to reorganize table and ran following:
execute dbms_redefinition.can_redef_table ('SCOTT','EMP');
I got following error
*
ERROR at line 1:
ORA-00439: feature not enabled: Online Redefinition
ORA-06512: at "SYS.DBMS_REDEFINITION", line 8
ORA-06512: at "SYS.DBMS_REDEFINITION", line 247
ORA-06512: at line 1
From v$option I can see the valuet is 'False'.
How can I enable it?
Thanks!
Theresa
I wanted to reorganize table and ran following:
execute dbms_redefinition.can_redef_table ('SCOTT','EMP');
I got following error
*
ERROR at line 1:
ORA-00439: feature not enabled: Online Redefinition
ORA-06512: at "SYS.DBMS_REDEFINITION", line 8
ORA-06512: at "SYS.DBMS_REDEFINITION", line 247
ORA-06512: at line 1
From v$option I can see the valuet is 'False'.
How can I enable it?
Thanks!
Theresa