<tfoot id='v7h8B'></tfoot>

    <small id='v7h8B'></small><noframes id='v7h8B'>

      <legend id='v7h8B'><style id='v7h8B'><dir id='v7h8B'><q id='v7h8B'></q></dir></style></legend>

        • <bdo id='v7h8B'></bdo><ul id='v7h8B'></ul>
        <i id='v7h8B'><tr id='v7h8B'><dt id='v7h8B'><q id='v7h8B'><span id='v7h8B'><b id='v7h8B'><form id='v7h8B'><ins id='v7h8B'></ins><ul id='v7h8B'></ul><sub id='v7h8B'></sub></form><legend id='v7h8B'></legend><bdo id='v7h8B'><pre id='v7h8B'><center id='v7h8B'></center></pre></bdo></b><th id='v7h8B'></th></span></q></dt></tr></i><div id='v7h8B'><tfoot id='v7h8B'></tfoot><dl id='v7h8B'><fieldset id='v7h8B'></fieldset></dl></div>

        Oracle 中 varchar2 PL/SQL 子程序参数的大小限制是多少?

        What is the size limit for a varchar2 PL/SQL subprogram argument in Oracle?(Oracle 中 varchar2 PL/SQL 子程序参数的大小限制是多少?)

        • <i id='FyWo1'><tr id='FyWo1'><dt id='FyWo1'><q id='FyWo1'><span id='FyWo1'><b id='FyWo1'><form id='FyWo1'><ins id='FyWo1'></ins><ul id='FyWo1'></ul><sub id='FyWo1'></sub></form><legend id='FyWo1'></legend><bdo id='FyWo1'><pre id='FyWo1'><center id='FyWo1'></center></pre></bdo></b><th id='FyWo1'></th></span></q></dt></tr></i><div id='FyWo1'><tfoot id='FyWo1'></tfoot><dl id='FyWo1'><fieldset id='FyWo1'></fieldset></dl></div>

        • <legend id='FyWo1'><style id='FyWo1'><dir id='FyWo1'><q id='FyWo1'></q></dir></style></legend>

              <tfoot id='FyWo1'></tfoot>
                <tbody id='FyWo1'></tbody>

              <small id='FyWo1'></small><noframes id='FyWo1'>

                <bdo id='FyWo1'></bdo><ul id='FyWo1'></ul>
                  本文介绍了Oracle 中 varchar2 PL/SQL 子程序参数的大小限制是多少?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  在 Oracle PL/SQL 中创建过程(或函数)时,不能指定 varchar2 参数的最大长度,只能指定数据类型.例如

                  When you create a procedure (or a function) in Oracle PL/SQL, you cannot specify the maximum length of the varchar2 arguments, only the datatype. For example

                  create or replace procedure testproc(arg1 in varchar2) is
                  begin
                    null;
                  end;
                  

                  您知道在 Oracle 中可以作为 arg1 参数传递给此过程的字符串的最大长度吗?

                  Do you know the maximum length of a string that you can pass as the arg1 argument to this procedure in Oracle ?

                  推荐答案

                  PL/SQL 程序中可能高达 32KB

                  In PL/SQL procedure it may be up to 32KB

                  更多信息在这里:http://it.toolbox.com/blogs/oracle-guide/learn-oracle-sql-and-plsql-datatypes-strings-10804

                  这篇关于Oracle 中 varchar2 PL/SQL 子程序参数的大小限制是多少?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  How to redirect the output of DBMS_OUTPUT.PUT_LINE to a file?(如何将 DBMS_OUTPUT.PUT_LINE 的输出重定向到文件?)
                  How do I get column datatype in Oracle with PL-SQL with low privileges?(如何使用低权限的 PL-SQL 在 Oracle 中获取列数据类型?)
                  Get a list of all functions and procedures in an Oracle database(获取 Oracle 数据库中所有函数和过程的列表)
                  Why cannot I create triggers on objects owned by SYS?(为什么我不能在 SYS 拥有的对象上创建触发器?)
                  Returning result even for elements in IN list that don#39;t exist in table(即使对于表中不存在的 IN 列表中的元素也返回结果)
                  Reset Sequence in oracle 11g(oracle 11g 中的重置序列)

                  <small id='9803V'></small><noframes id='9803V'>

                      <bdo id='9803V'></bdo><ul id='9803V'></ul>

                    • <legend id='9803V'><style id='9803V'><dir id='9803V'><q id='9803V'></q></dir></style></legend>

                        <tbody id='9803V'></tbody>

                          • <i id='9803V'><tr id='9803V'><dt id='9803V'><q id='9803V'><span id='9803V'><b id='9803V'><form id='9803V'><ins id='9803V'></ins><ul id='9803V'></ul><sub id='9803V'></sub></form><legend id='9803V'></legend><bdo id='9803V'><pre id='9803V'><center id='9803V'></center></pre></bdo></b><th id='9803V'></th></span></q></dt></tr></i><div id='9803V'><tfoot id='9803V'></tfoot><dl id='9803V'><fieldset id='9803V'></fieldset></dl></div>
                          • <tfoot id='9803V'></tfoot>