Hi,
I tried to drop a user from a database,but i got the following error:-
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-20031: All version enabled tables owned by 'PAY_MASTER' must be disabled
first.
ORA-06512: at "SYS.WM_ERROR", line 288
ORA-06512: at "SYS.WM_ERROR", line 305
ORA-06512: at "SYS.NO_VM_DROP_PROC", line 40
ORA-06512: at line 3
I understand that once version is enable i will not be able to directly disable it.How can I disable the version so that i can drop the user.
I am aware that there is a 'purge' method but i do not know how to use it.
please advice.
thanks.
I tried to drop a user from a database,but i got the following error:-
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-20031: All version enabled tables owned by 'PAY_MASTER' must be disabled
first.
ORA-06512: at "SYS.WM_ERROR", line 288
ORA-06512: at "SYS.WM_ERROR", line 305
ORA-06512: at "SYS.NO_VM_DROP_PROC", line 40
ORA-06512: at line 3
I understand that once version is enable i will not be able to directly disable it.How can I disable the version so that i can drop the user.
I am aware that there is a 'purge' method but i do not know how to use it.
please advice.
thanks.