网页学习体会

  • 首页
  • 个人博客
您的位置: 首页  >  IT文章  >  ORA-06553:PLS-306:wrong number or types of arguments in call to ''

ORA-06553:PLS-306:wrong number or types of arguments in call to ''

分类: IT文章 • 2024-01-29 21:01:48

1、错误描写叙述

ORA-06553:PLS-306:wrong number or types of arguments in call to ''


2、错误原因

create or replace procedure query_student(id in int,name out varchar2) is
begin
  select t.name into name from t_stu_info t where t.id = id; 
end query_student;

call query_student(1);

3、解决的方法

相关推荐

  • ORA-06553:PLS-306:wrong number or types of arguments in call to ''
  • PLS-306: wrong number or types of arguments in call to
  • wrong number or types of arguments in call to
  • ora-06553: pls-306: wrong number or types of arguments in call to
  • ora-06553: pls-306: wrong number or types of arguments in call to 'ogc_y'
  • ORA-06553:PLS-306:wrong number or types of arguments in call to ''
  • SQLERROR: ORA-06553: PLS-306: wrong number or types of arguments in call to 'OGC_Y'解决思路
  • 冲刺周期会议一
  • windows安装redis
    网站免责声明 网站地图 最新文章 用户隐私 版权申明
本站所有数据收集于网络,如果侵犯到您的权益,请联系网站进行下架处理。   

Copyright © 2018-2021   Powered By 网页学习体会    备案号:   粤ICP备20002247号