PLS-00315:Implementation restriction
错误码
错误描述:Implementation restriction
错误原因: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.
解决方法:Use one of the supported key types in the INDEX BY clause.
向认证技术专家提问
向技术专家提问


