PLS-00950: In this version, PL/SQL tables can not be used in this SQL statement.
Cause: In a SQL statement, a PL/SQL table was referenced incorrectly. For example, the following reference might have been made, but PL/SQL table attributes can only be used in procedural statements: SELECT ename_tab.COUNT INTO name_count WHERE ...
Action: Remove the incorrect reference from the SQL statement.
PLS-00951
Custom Search


More Oracle errors
RMAN-06045LEVEL option not supported for archived log or current/standby control file copies
IMP-00070Lob definitions in dump file are inconsistent with database.
ORA-33920(MAKEDCL34) The string SURROGATE must have one of the following data types: ID, NTEXT, TEXT, NUMBER, DATETIME, TIMESTAMP, or INTEGER.
ORA-14070option may be specified only for partitioned indices or with REBUILD
NZE-28804Data source cannot close.
ORA-38501sub-query not allowed in the expression
IMG-00812merged area queue initialization failed
IMP-00014option "string" is needed, but not present in database
ORA-07488scgrcl: lock manager not initialized.
ORA-44818General failure
ORA-30391the specified rewrite equivalence does not exist
ORA-02236invalid file name
ORA-26576cannot acquire SR enqueue
NPL-00415received unsupported ASN.1 INDEFINITE-LENGTH encoding
TNS-04076Invalid specification for state.
NNC-00424invalid address "string"
ORA-06749TLI Driver: option not allowed across network
VID-00703unable to read video data
DRG-10822duplicate query name
ORA-37007(AWLISTALL05) number writer




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
PLS-00950In this version, PL/SQL tables can not be used in this SQL statement.