Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

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

Tony007Feb 17 2021

hi am having this error when inserting data i did this

QL> ALTER SYSTEM SET RECYCLEBIN= OFF DEFERRED;

SQL> purge recyclebin;

SQL> show parameter recyclebin

SQL> connect sys /as sysdba
Enter password:
Connected.
SQL> ALTER SYSTEM SET RECYCLEBIN= OFF DEFERRED;

System altered.

SQL> comit;
SP2-0042: unknown command "comit" - rest of line ignored.
SQL> commit;

Commit complete.

SQL> purge recyclebin;

Recyclebin purged.

SQL> commit;

Commit complete.

SQL> show parameter recyclebin;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
recyclebin string on
SQL>

SQL> ALTER SYSTEM SET recyclebin = OFF scope=BOTH;
ALTER SYSTEM SET recyclebin = OFF scope=BOTH
*
ERROR at line 1:
ORA-02096: specified initialization parameter is not modifiable with this
option

show parameter log_file_name_convert;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
log_file_name_convert string

am in oracle database 18c

Comments
Post Details
Added on Feb 17 2021
8 comments
4,756 views