aiaiDBA

加微信获取免费职业规划+学习资料,了解年薪50万的DBA是如何练成的

13718043309

010-86462881

ORA-29894: base or varray datatype does not exist

ORA-29894: base or varray datatype does not exist
Cause: One of the base and varray datatypes specified in WITH ARRAY DML (DATA_TYPE, VARRAY_TYPE) clause could not be found.
Action: Check to see if the datatype exists and the user has EXECUTE privilege on this datatype.

请先 登录 后评论

1 个回答

小智
ORA-29894:base或varray数据类型不存在,
.原因:找不到在WITH ARRAY DML(DATA_TYPE,VARRAY_TYPE)子句中指定的基本和varray数据类型之一。,
.操作:检查数据类型是否存在,并且用户对此数据类型具有EXECUTE特权。,
.
请先 登录 后评论