ORA-30514: system trigger cannot modify tablespace being made read only
Cause: A beofre trigger tries to modify a tablespace which is being made READ ONLY as the part of DDL oepration
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
ORA-30515
Custom Search


More Oracle errors
DRG-12238maximum number of mdata sections (string) exceeded
ORA-13514Metric Capture too close to last capture, group string
ORA-39005inconsistent arguments
IMP-00036Could not find environment character set
ORA-13263column string in table string is not of type SDO_GEOMETRY
PLS-00581inheritance is not supported for opaque types
ORA-13269internal error [string] encountered when processing geometry table
ORA-06252NETNTT: cannot open address file
LPX-00002out of memory
ORA-14097column type or size mismatch in ALTER TABLE EXCHANGE PARTITION
RMAN-10030RPC call appears to have failed to start on channel string
O2U-00210Unable to allocate memory
PCC-02311cannot have VARCHAR bit fields
ORA-10862resolve default queue owner to current user in enqueue/dequeue
ORA-40116NULL values found in weights table
DIA-48208Duplicate Fields
ORA-38439invalid operation "string"
ORA-29293A stream error occurred during compression or uncompression.
RMAN-08303To recompile all PL/SQL modules, run utlirp.sql and utlrp.sql on the target platform
OCI-19208parameter string of function string must be aliased




TOP 20 Oracle errors
ORA-12504TNS:listener was not given the SERVICE_NAME in CONNECT_DATA
RMAN-20079full resync from primary database is not done
ORA-14411The DDL cannot be run concurrently with other DDLs
ORA-14760ADD PARTITION is not permitted on Interval partitioned objects
ORA-10877error signaled in parallel recovery slave string
ORA-32701Hang detected
ORA-00838Specified value of MEMORY_TARGET is too small, needs to be at least stringM
ORA-16665timeout waiting for the result from a database
ORA-16957SQL Analyze time limit interrupt
ORA-16664unable to receive the result from a database
RMAN-08132WARNING: cannot update recovery area reclaimable file list
ORA-00000normal, successful completion
ORA-16766Redo Apply is stopped
ORA-00837Specified value of MEMORY_TARGET greater than MEMORY_MAX_TARGET
RMAN-08137WARNING: archived log not deleted as it is still needed
DIA-48122error with opening the ADR block file [string] [string]
ORA-47988password should contain at least one numeric and one alphabetic character
IMP-00057Warning: Dump file may not contain data of all partitions of this table
ORA-00001unique constraint (string.string) violated
ORA-55508Invalid input to Flashback Transaction Backout




Your own TOP 20 Oracle errors
ORA-30514system trigger cannot modify tablespace being made read only