OCI-22280: no more buffers available for operation
Cause: There are two causes: (1) All buffers in the buffer pool have been used up by previous operations (2) Attempt to flush a LOB without any previous buffered update operations.
Action: For (1), flush the LOB(s) through the locator that is being used to update the LOB. For (2), write to the LOB through a locator enabled for buffering before attempting to flush buffers.
OCI-22281
Custom Search


More Oracle errors
ORA-13369invalid value for etype in the 4-digit format
ORA-23335priority group string already exists
PLS-01501Options in CREATE TABLE statement is non-ANSI.
IMG-020102FF10 - illegal image format specification
PLS-00505User Defined Types may only be defined as PLSQL Tables or Records
ORA-32133Cannot get stream from LOB/FILE
ORA-19714length for generated name longer than string
CLSR-01004Failed to mount database
ORA-18000invalid outline name
ORA-39133object type "string"."string" already exists with different typeid
ORA-14183TABLESPACE DEFAULT can be specified only for Composite LOCAL index
ORA-16088archive log has not been completely archived
ORA-36956(XSFCAST25) There are only number PERIODICITY values. You cannot specify more OFFSET values.
DRG-11306operation cannot be performed on a policy
ORA-39501failed to notify CRS of a Startup/Shutdown event [string] (ignored)
PCB-00014Must use option OUTLINE when option OUTLNPREFIX is used
ORA-24080unschedule_propagation pending for QUEUE string and DESTINATION string
ORA-39233invalid remap column name: string
TNS-12214TNS:missing local communities entry in TNSNAV.ORA
ORA-00358Too many file members specified, the maximum is string




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
OCI-22280no more buffers available for operation