PLS-00316: PL or SQL TABLEs must use a single index

PLS-00316: PL or SQL TABLEs must use a single index

Cause: In the INDEX BY clause of a PL or SQL table declaration, a composite primary key was specified. PL or SQL tables must have a simple, unnamed primary key of a binary integer or VARCHAR2 type.

Action: Use one of the supported key types in the INDEX BY clause.

No comments:

Post a Comment