PCC-00121: Arrays of VARCHAR pointers are not supported
Cause: An array of pointers was declared, which is not allowed. However, pointers to scalar types are allowed. With Pro*C, declare pointers to char[n] and varchar[n] variables as pointers to CHAR or VARCHAR (with no length specification).
Action: Correct or remove the declaration.
PCC-00122
Custom Search


More Oracle errors
LFI-00132Record length string is greater than max length of string.
NNL-00553Displays forwarding statistics
ORA-24944cannot use timeout or grouping with ANONYMOUS namespace
ORA-26085direct path operation must start its own transaction
ORA-02428could not add foreign key reference
ORA-16201Skip procedure requested to apply statement
PCB-00208Incorrect type for host variable "string"
ORA-31663metadata remap name can not be defaulted
QSM-02005named view in FROM list
DIA-49455Archive I/O failed [string] [string]
ORA-13977Invalid content type
DRG-11622URL store: unknown HTTP error getting string
ORA-19371invalid update option
ORA-12215TNS:poorly formed PREFERRED_NAVIGATORS Addresses in TNSNAV.ORA
ORA-02276default value type incompatible with column type
ORA-07239slemrd: invalid file handle, seals do not match.
EXP-00016ORACLE error encountered while reading default auditing options
ORA-27011skgfrd: cannot read from file opened for write
ORA-13216failed to update spatial index
ORA-39187The transportable set is not self-contained, violation list is




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-00121Arrays of VARCHAR pointers are not supported