ORA-04091: table string.string is mutating, trigger/function may not see it
Cause: A trigger (or a user defined plsql function that is referenced in this statement) attempted to look at (or modify) a table that was in the middle of being modified by the statement which fired it.
Action: Rewrite the trigger (or function) so it does not read that table.
ORA-04092
Custom Search


More Oracle errors
PCC-02404This indicator variable must be declared as a pointer type
ORA-36693(XSRELGID25) INHIERARCHY cannot be specified with the GROUPSET and ROLLUP options of GROUPINGID.
IMP-00055Warning: partition or subpartition "string":"string" not found in export file
ORA-12727invalid back reference in regular expression
ORA-13487SRID not found for source coordinate system metadata
ORA-27213failed to unload Media Management Library
SQL-02145Invalid dynamic descriptor
ORA-53017The installation file string has an incorrect document type
NID-00109DBNAME string length number exceeds maximum length of number
ORA-13519Database id (string) exists in the workload repository
ORA-32840property name cannot be NULL
ORA-31128The event handler calls cannot exceed the depth of string
ORA-13770Baseline "string" does not exist.
ORA-31071Invalid database username or GUID string
ORA-16720no LOG_ARCHIVE_DEST_n initialization parameters available
PLS-00241invalid external type specification for SQLSTATE
ORA-02342replacement type has compilation errors
ORA-00238operation would reuse a filename that is part of the database
ORA-02468Constant or system variable wrongly specified in expression
ORA-36847(XSLMGEN17) AW name is blank




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-04091table string.string is mutating, trigger/function may not see it