PCC-00137: Invalid use of SQL cursor host variable
Cause: A SQL_CURSOR variable was used in an INTO or WHERE clause. SQL_CURSOR variables can be used only where ordinary cursor identifiers would be used or, in a PL/SQL block, where a cursor would normally be used.
Action: Remove the SQL cursor variable reference from the INTO clause or WHERE clause, or use a host variable of another type in the INTO or WHERE clause.
PCC-00138
Custom Search


More Oracle errors
ORA-04011sequence string must range between string and string
ORA-30987XML Index on XML DB repository does not exist
OCI-22313cannot use two versions of the same type "string"
ORA-06533Subscript beyond count
LPX-00226entity "~S" is not declared
ORA-07593ssprprv: Error release privileges
QSM-01017aggregate argument cannot be converted to canonical form
ORA-01645previous attempt to make read write is half complete
LFI-01522opendir() failed.
ORA-24328illegal attribute value
RMAN-06702could not initialize for input file: "string"
SQL*Loader-00951Error calling once/load initialization
ORA-27035logical block size is invalid
ORA-13486invalid or insufficient GeoTIFF metadata to georeference the GeoRaster object: string
ORA-41658invalid value for the "count" attribute in the "any" element
SQL*Loader-00600Bind size of number bytes increased to number bytes to hold 1 row.
SQL*Loader-00808error creating sequence: string
ORA-22983not a user-defined REF
RMAN-08532channel string: restoring block(s) from datafile copy string
ORA-01095DML statement processed zero rows




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
PCC-00137Invalid use of SQL cursor host variable