PCC-00136: Invalid SQL_CURSOR declaration
Cause: An array of SQL_CURSOR host variables was declared or, if Pro*COBOL, a PICTURE clause was specified in the SQL-CURSOR declaration. In Pro*FORTRAN, a length specification (i.e. "*n") on the SQL_CURSOR declaration could have been specified. These usages are not supported.
Action: Check that the SQL_CURSOR variable is not declared as an array or, if Pro*COBOL, that no PICTURE clause is specified for the SQL_CURSOR. In Pro*FORTRAN, check that there is no length specification (i.e. "*n") for the SQL_CURSOR.
PCC-00137
Custom Search


More Oracle errors
RMAN-01009syntax error: found "string": expecting one of: "string"
ORA-16647could not start more than one observer
LPX-01022[XPDY0022]
ORA-13001dimensions mismatch error
RMAN-05520database name mismatch, auxiliary instance has string, command specified string
ORA-38741Formatted blocks value string is not valid.
ORA-41662number of primitive events in the composite event exceeds maximum limit
ORA-28008invalid old password
ORA-38752file string does not exist
ORA-02033a cluster index for this cluster already exists
LPX-00013wrong node type
OCI-21524object type mismatch
DIA-48324Incompatible staging file encountered
RMAN-08094channel string: specifying datafile(s) for proxy restore
ORA-15179missing or invalid alias name
ORA-06730TLI Driver: unable to open clone device
ORA-14652reference partitioning foreign key is not supported
RMAN-20504corruption list not found in recovery catalog
ORA-54008expression column is not supported for an index organized table
SQL*Loader-00651error skipping lob for column string, row number, table 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
PCC-00136Invalid SQL_CURSOR declaration