exception PLS-00403: expression 'V_END' cannot be used as an INTO-target of a SELECT/FETCH statement

exception PLS-00403: expression 'V_END' cannot be used as an INTO-target of a SELECT/FETCH statement

CreationTime--2018年8月16日09点22分

Author:Marydon

1.情景展现

  oracle存储过程,报错信息以下:html

 

2.缘由分析

  oracle存储过程,使用关键字"in"修饰的参数,表明入参,表示只读,即不能给参数赋值。express

3.解决方案

  oracle存储过程,使用关键字"out"修饰的参数,表明出参,容许修改;oracle

  所以,htm

 

相关文章
相关标签/搜索