Database Error Messages

OCI-30514

system trigger cannot modify tablespace being made read only

Cause

A before trigger tries to modify a tablespace which is being made READ ONLY as the part of DDL operation


Action

Modify the trigger to avoid modifications to the objects in the same tablespace as the one which is being made read only, or use autonomous transactions to commit modifications