关于 ORA-22905: cannot access rows from a non-nested table item

本文详细分析了在使用Oracle存储过程时遇到ORA-22905错误的原因,并提供了如何通过使用CAST函数解决该问题的方法。适用于Oracle 9i及更高版本。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在写存储过程的时候
假如
function a is return Type
Type 是某种类型
通过
open cursor for select * from table (function a) 就会报 ora-22905的错
分析原因
[quote]ORA-22905: cannot access rows from a non-nested table item
Cause: attempt to access rows of an item whose type is not known at parse time or that is not of a nested table type
Action: use CAST to cast the item to a nested table type[/quote]
因此 你需要 cast一下,我试过 在 10g里面不需要,但是 9i就必须转换哈
open cursor for select * from table ( cast(function a as type)) 这样就ok
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值