SQL-02118: Invalid row for a WHERE CURRENT OF operation
Cause: An attempt was made to reference a nonexistent row using the CURRENT OF clause in an UPDATE or DELETE statement. This happens when no FETCH has been executed or when FETCH returns a "no data found" error that the program fails to trap.
Action: Check that the last cursor operation succeeded and that the current row of the cursor is valid. The outcome of a cursor operation can be checked in two ways: implicit checking with the WHENEVER statement or explicit checking of SQLCODE in the SQLCA.
SQL-02119
Custom Search


More Oracle errors
PCC-02386Use of the AT clause is not permitted here
ORA-47120Document string already defined
DIA-48494ADR home is not set, the corresponding operation cannot be done
ORA-13664A task-managed "SQL Tuning Set" already exists for task "string".
ORA-13115[string]_EDGE$ table does not exist
ORA-17629Cannot connect to the remote database server
ORA-12606TNS: Application timeout occurred
ORA-01784RECOVERABLE cannot be specified with database media recovery disabled
ORA-23450flavor already contains object "string"."string"
NZE-29104Cannot add certificate request.
DIA-48300Incident Record Already Exists
ORA-00029session is not a user session
ORA-26698string did not have a string rule set
RMAN-06490WARNING: limit of AUTOBACKUPS for the day has been reached
ORA-16175cannot shut down database when media recovery is active
TNS-00542SSL Handshake failed
ORA-01640cannot make tablespace read only with active transactions
ORA-27502IPC error deleting OSD context
PCB-00630Host variable is not of LOB type
TNS-01058Arguments : 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
SQL-02118Invalid row for a WHERE CURRENT OF operation