SQL-02141:Collection descriptor has not been allocated
错误码
错误描述:Collection descriptor has not been allocated
错误原因:An unallocated collection descriptor was referenced in a COLLECTION SET or COLLECTION GET statement.
解决方法:Allocate the collection descriptor with the EXEC SQL ALLOCATE statement. e.g. EXEC SQL ALLOCATE :coldesc_p;
向认证技术专家提问
向技术专家提问


