犊子哥哥 2017-04-16 10:11 采纳率: 11.1%
浏览 907

关于 ORACLE DBMS_SQL 的一些问题

谁能解释下 DBMS_SQL 的参数,比如说 这个 dbms_sql.parse(V_cur,SQL_string,DBMS_SQL.NATIVE);三个参数分别代表什么意思!

  • 写回答

1条回答 默认 最新

  • 犊子哥哥 2017-04-16 10:13
    关注

    找到了,不过缺一个英语大神:

       procedure parse(c in integer, statement in varchar2,
                      language_flag in integer);
      --  Parse the given statement in the given cursor. NOTE THAT PARSING AND
      --  EXECUTING DDL STATEMENTS CAN CAUSE HANGS!
      --  Currently, the deferred parsing feature of the Oracle  Call Interface
      --  is not used. As a result, statements are parsed immediately. In addition,
      --  DDL statements are executed immediately when parsed. However,
      --  the behavior may
      --  change in the future so that the actual parsing (and execution of DDL
      --  statement) do not occur until the cursor is executed with "execute".
      --  DO NOT RELY ON THE CURRENT TIMING OF THE ACTUAL PARSING!
      --  Input parameters:
      --    c
      --      Cursor id number of the cursor in where to parse the statement.
      --    statement
      --      Statement to parse.
      --    language_flag
      --      Specifies behavior for statement. Valid values are v6, v7 and NATIVE.
      --      v6 and v7 specifies behavior according to Version 6 and ORACLE7,
      --      respectively. NATIVE specifies behavior according to the version
      --      of the database the program is connected to.
    
    评论

报告相同问题?

悬赏问题

  • ¥15 素材场景中光线烘焙后灯光失效
  • ¥15 请教一下各位,为什么我这个没有实现模拟点击
  • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
  • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
  • ¥20 有关区间dp的问题求解
  • ¥15 多电路系统共用电源的串扰问题
  • ¥15 slam rangenet++配置
  • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
  • ¥15 ubuntu子系统密码忘记
  • ¥15 保护模式-系统加载-段寄存器