文档解释 ORA-48465: The specified type [string] is undefined Cause: The purge type specified is undefined Action: Check the
ORA-48465: The specified type [string] is undefined
Cause: The purge type specified is undefined
Action: Check the type name
ORA-48465错误是一种由于在PL/sql中使用了未定义类型而导致的错误。
当PL/SQL中↵使用未在PL/SQL块中定义的类型时,↵oracle会显示ORA-48465错误。
一般当在PL/SQL块前使用未声明过的数据类型时会出现此错误例如:
DECLARE
a my_type;
BEGIN
…
END;
(1)检查代码中的所有定义的类型;
(2)将现有的PL/SQL块中的所有类型检查并定义;
(3)编译PL/SQL块,检查及解决其他编译器错误。
--结束END--
本文标题: ORA-48465: The specified type [string] is undefined ORACLE 报错 故障修复 远程处理
本文链接: https://www.lsjlt.com/news/543007.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0