"ORA-03001: unimplemented feature : 11gR2
i am hiting "ORA-03001: unimplemented feature when i try to rename a VIEW. i m performing below steps
sqlplus / as sysdba
alter session set current_schema=hr;
rename v_test to v_test_new;
ERROR at line 1:
ORA-03001: unimplemented feature
how i can overcome with this issue ?
regards,