aiaiDBA

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

13718043309

010-86462881

ORA-22330: cannot alter a type that is not valid

ORA-22330: cannot alter a type that is not valid
Cause: An attempt was made to perform ALTER TYPE on an invalid type.
Action: Use the CREATE OR REPLACE TYPE command to modify the type.

请先 登录 后评论

1 个回答

小智
ORA-22330:无法更改无效的类型,
.原因:试图对无效的类型执行ALTER TYPE。,
.操作:使用CREATE OR REPLACE TYPE命令修改类型。,
.
请先 登录 后评论