PLS-00315: Implementation restriction: unsupported table index type
Cause: In the INDEX BY clause of a PL/SQL table declaration, a datatype other than BINARY_INTEGER, PLS_INTEGER, or VARCHAR2 was specified. PL/SQL tables can have one column and a primary key. The column can have any scalar type, but the primary key must be either a binary integer type or VARCHAR2.
Action: Use one of the supported key types in the INDEX BY clause.
PLS-00316
Custom Search


More Oracle errors
ORA-08190restore point string is from a different incarnation of the database
ORA-06734TLI Driver: cannot connect
TNS-04143Unable to write the new CMAN.ORA file.
LPX-01069[XQST0069] Repeated empty order declaration
DIA-48401SET command requires arguments
DRG-11535error writing phrase or qualifier: string on line string to memory
DRG-11120failed to write to file string
ORA-13521Unregister operation on local Database id (string) not allowed
ORA-09858sfngat: the input file name is not in the OMF format
NNL-00049Output in string cannot be renamed to string
ORA-12025materialized view log on "string"."string" already has primary keys
ORA-54033column to be modified is used in a virtual column expression
ORA-14157invalid subpartition name
ORA-09790sllfcf: unable to close file.
RMAN-06767Tablespace string will default to database encryption configuration
NZE-29158Unable to open library.
ORA-24403error occured while trying to destroy the connection pool
KUP-02003unrecognized character: string
PLS-00742field string is not yet denotable
OCI-22132hexadecimal string does not correspond to a valid REF




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-00315Implementation restriction: unsupported table index type