ORA-38301: can not perform DDL/DML over objects in Recycle Bin

AleynaGulec
Sep 19, 2022

--

Merhaba, ORA-38301 hatası çözümü ile birlikte aşağıda verilmiştir.

HATA:

SQL> DROP USER <username> CASCADE;
DROP USER <username> CASCADE
*
ERROR at line 1:
ORA-00604: error occurred at recursive SQL level 1
ORA-38301: can not perform DDL/DML over objects in Recycle Bin

ÇÖZÜM:

SQL> PURGE DBA_RECYCLEBIN ;

--

--