PLS-00315: Implementation restriction: unsupported table
index type



PLS-00315: Implementation restriction: unsupported table index type..

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

QSM-01080: invalid dimension, string

1 Answers  


ORA-13119: invalid edge_id [string]

1 Answers  


TNS-00043: The CMANAGER has active connections, do you still want to stop it (y/n)?

1 Answers  


ORA-08435: PICTURE MASK missing the leading sign when SIGN IS LEADING specified

1 Answers  


ORA-21503: program terminated by fatal error

1 Answers  






ORA-09272: remote os logon is not allowed

1 Answers  


ORA-26718: transaction limit reached

1 Answers  


TNS-04071: Connections closed successfully. Number closed: number.

1 Answers  


ORA-39047: Jobs of type string cannot use multiple execution streams.

1 Answers  


ORA-32340: cannot tune the materialized view definition

1 Answers  


ORA-06115: NETTCP: unable to create ORACLE logicals

1 Answers  


TNS-12651: Encryption or data integrity algorithm unacceptable

1 Answers  


Categories