PL/SQL过程可以具有的最大参数数量是多少? [英] what is the maximum number of parameters a PL/SQL procedure can have?

查看:105
本文介绍了PL/SQL过程可以具有的最大参数数量是多少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要开发一个PL/SQL过程,该过程至少需要传递26个参数. PL/SQL过程可以具有的最大参数数量是多少?拥有大量参数的后果是什么?会带来不便吗?

I need to develop a PL/SQL procedure that needs at least 26 parameters to be passed in it. what is the maximum number of parameters a PL/SQL procedure can have? And what are the consequences of having a large number of parameters? will it cause any inconvenience?

推荐答案

阅读精美的手册:

显式游标,函数或过程中形式参数的数量:65536

number of formal parameters in an explicit cursor, function, or procedure: 65536

在达到此限制之前,您将遇到其他问题.

You'll run into other problems before hitting this limit.

这篇关于PL/SQL过程可以具有的最大参数数量是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆