ORA-06519: active autonomous transaction detected and rolled back
Cause: Before returning from an autonomous PL/SQL block, all autonomous transactions started within the block must be completed (either committed or rolled back). If not, the active autonomous transaction is implicitly rolled back and this error is raised.
Action: Ensure that before returning from an autonomous PL/SQL block, any active autonomous transactions are explicitly committed or rolled back. ----------------------------------------------------------------------- 06520 through 06529 reserved for Foreign function errors
ORA-06520
Custom Search


More Oracle errors
ORA-14504syntax not supported for analyze
PLS-00498illegal use of a type before its declaration
ORA-54027cannot modify data-type of virtual column
DRG-50805failed to close cursor
DIA-48211Illegal Access Mode [string] [string]
PCC-02367This indicator variable must be declared as type short
ORA-31420unable to submit the purge job
NCR-03005NCRO: Orphan message
ORA-16004backup database requires recovery
DIA-48907The end of file is reached
ORA-14553cannot perform a lob write operation inside a query
ORA-06404NETCMN: invalid login (connect) string
QSM-02119internal error while analyzing required supporting aggregates
ORA-02724osnpbr: cannot send break message to orapop
ORA-10931trace name context forever
ORA-01347Supplemental log data no longer found
SQL*Loader-00507unexpected EOF reading SDF or LOBFILE string for column string in table string
RMAN-06017initialization of parser failed
RMAN-04001heap initialization failure
ORA-38759Database must be mounted by only one instance and not open.




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
ORA-00000normal, successful completion
RMAN-08132WARNING: cannot update recovery area reclaimable file list
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-06519active autonomous transaction detected and rolled back