Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to enable Online Redefinition option

Status
Not open for further replies.

theresatan

Programmer
Mar 18, 2002
101
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top