[20191125]oracel SQL parsing function qcplgte 2.txt「建议收藏」

[20191125]oracel SQL parsing function qcplgte 2.txt「建议收藏」[20191125]oracel SQL parsing function qcplgte 2.txt–//参考前面的测试:http://blog.itpub.net/267265/viewspac

[20191125]oracel SQL parsing function qcplgte 2.txt

–//参考前面的测试:http://blog.itpub.net/267265/viewspace-2665273/=>[20191122]oracel SQL parsing function qcplgte.txt
–//补充一些测试:

1.环境:
–//session 1:
SCOTT@book> @ ver1
PORT_STRING                    VERSION        BANNER
—————————— ————– ——————————————————————————–
x86_64/Linux 2.4.xx            11.2.0.4.0     Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 – 64bit Production

SCOTT@book> @ spid
       SID    SERIAL# PROCESS                  SERVER    SPID       PID  P_SERIAL# C50
———- ———- ———————— ——— —— ——- ———- ————————————————–
        86         15 964                      DEDICATED 965         30          8 alter system kill session “86,15” immediate;

SCOTT@book> alter session set cursor_sharing=force ;
Session altered.

2.测试:
–//session 1:
SCOTT@book> select * from dept where deptno=41;
no rows selected

–//session 2:
0x7fff1e373528:  “select * from dept where deptno=41”
0x7fff1e37352e:  ” * from dept where deptno=41″
0x7fff1e373530:  ” from dept where deptno=41″
0x7fff1e373535:  ” dept where deptno=41″
0x7fff1e37353a:  ” where deptno=41″
0x7fff1e373540:  ” deptno=41″
0x7fff1e373547:  “=41”
0x7fff1e373548:  “41”
0x7fff1e37354a:  “”
0x7db65d78:      “select * from dept where deptno=:”SYS_B_0″”
0x7db65d7e:      ” * from dept where deptno=:”SYS_B_0″”
0x7db65d80:      ” from dept where deptno=:”SYS_B_0″”
0x7db65d85:      ” dept where deptno=:”SYS_B_0″”
0x7db65d8a:      ” where deptno=:”SYS_B_0″”
0x7db65d90:      ” deptno=:”SYS_B_0″”
0x7db65d97:      “=:”SYS_B_0″”
0x7db65d91:      “deptno=:”SYS_B_0″”
0x7db65d97:      “=:”SYS_B_0″”
0x7db65d98:      “:”SYS_B_0″”
0x7db65d99:      “”SYS_B_0″”
0x7db65da2:      “”
0x7f6fca73d9f0:  “select * from dept where deptno=:”SYS_B_0″”
0x7f6fca73d9f6:  ” * from dept where deptno=:”SYS_B_0″”
0x7f6fca73d9f8:  ” from dept where deptno=:”SYS_B_0″”
0x7f6fca73d9fd:  ” dept where deptno=:”SYS_B_0″”
0x7f6fca73da02:  ” where deptno=:”SYS_B_0″”
0x7f6fca73da08:  ” deptno=:”SYS_B_0″”
0x7f6fca73da0f:  “=:”SYS_B_0″”
0x7f6fca73da10:  “:”SYS_B_0″”
0x7f6fca73da11:  “”SYS_B_0″”
0x7f6fca73da1a:  “”
0x7f6fca73d978:  “SELECT * FROM DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d97e:  ” * FROM DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d980:  ” FROM DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d985:  ” DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d98a:  ” WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d990:  ” DEPTNO = :”SYS_B_0″”
0x7f6fca73d997:  ” = :”SYS_B_0″”
0x7f6fca73d999:  ” :”SYS_B_0″”
0x7f6fca73d99b:  “”SYS_B_0″”
0x7cc6fb76:      “DEPTNO”
0x7cc6fb7c:      “”
0x7c7b8bfe:      “DNAME”
0x7c7b8c03:      “”
0x7c7b8b26:      “LOC”
0x7c7b8b29:      “”

–//session 1:
SCOTT@book> select * from dept where deptno=42;
no rows selected

–//session 2:
0x7fff1e373528:  “select * from dept where deptno=42”
0x7fff1e37352e:  ” * from dept where deptno=42″
0x7fff1e373530:  ” from dept where deptno=42″
0x7fff1e373535:  ” dept where deptno=42″
0x7fff1e37353a:  ” where deptno=42″
0x7fff1e373540:  ” deptno=42″
0x7fff1e373547:  “=42”
0x7fff1e373548:  “42”
0x7fff1e37354a:  “”
0x7cc6fb76:      “DEPTNO”
0x7cc6fb7c:      “”
0x7c7b8bfe:      “DNAME”
0x7c7b8c03:      “”
0x7c7b8b26:      “LOC”
0x7c7b8b29:      “”

–//session 1:
SCOTT@book> select * from dept where deptno=41;
no rows selected

–//session 2:
0x7cc6fb76:      “DEPTNO”
0x7cc6fb7c:      “”
0x7c7b8bfe:      “DNAME”
0x7c7b8c03:      “”
0x7c7b8b26:      “LOC”
0x7c7b8b29:      “”

–//session 1:
–//执行多次.
SCOTT@book> select * from dept where deptno=41;
no rows selected

–//session 2:
0x7cc6fb76:      “DEPTNO”
0x7cc6fb7c:      “”
0x7c7b8bfe:      “DNAME”
0x7c7b8c03:      “”
0x7c7b8b26:      “LOC”
0x7c7b8b29:      “”

–//在cursor_sharing=force的情况,如果绑定变量参数不同才会调用1组qcplgte.不过里面的字段不知道为什么每次都要调用.
–//即使是明确字段的情况下也是一样.
–//session 1:
SCOTT@book> select dname from dept where deptno=41;
no rows selected

–//session 1 调用多次select dname from dept where deptno=41;

–//session 2:

0x7fff1e373528:  “select dname from dept where deptno=41”
0x7fff1e37352e:  ” dname from dept where deptno=41″
0x7fff1e373534:  ” from dept where deptno=41″
0x7fff1e373539:  ” dept where deptno=41″
0x7fff1e37353e:  ” where deptno=41″
0x7fff1e373544:  ” deptno=41″
0x7fff1e37354b:  “=41”
0x7fff1e37354c:  “41”
0x7fff1e37354e:  “”
0x7c8622f8:      “select dname from dept where deptno=:”SYS_B_0″”
0x7c8622fe:      ” dname from dept where deptno=:”SYS_B_0″”
0x7c862304:      ” from dept where deptno=:”SYS_B_0″”
0x7c8622ff:      “dname from dept where deptno=:”SYS_B_0″”
0x7c862304:      ” from dept where deptno=:”SYS_B_0″”
0x7c8622ff:      “dname from dept where deptno=:”SYS_B_0″”
0x7c862304:      ” from dept where deptno=:”SYS_B_0″”
0x7c862309:      ” dept where deptno=:”SYS_B_0″”
0x7c86230e:      ” where deptno=:”SYS_B_0″”
0x7c862314:      ” deptno=:”SYS_B_0″”
0x7c86231b:      “=:”SYS_B_0″”
0x7c862315:      “deptno=:”SYS_B_0″”
0x7c86231b:      “=:”SYS_B_0″”
0x7c86231c:      “:”SYS_B_0″”
0x7c86231d:      “”SYS_B_0″”
0x7c862326:      “”
0x7f6fca73d9f8:  “select dname from dept where deptno=:”SYS_B_0″”
0x7f6fca73d9fe:  ” dname from dept where deptno=:”SYS_B_0″”
0x7f6fca73da04:  ” from dept where deptno=:”SYS_B_0″”
0x7f6fca73da09:  ” dept where deptno=:”SYS_B_0″”
0x7f6fca73da0e:  ” where deptno=:”SYS_B_0″”
0x7f6fca73da14:  ” deptno=:”SYS_B_0″”
0x7f6fca73da1b:  “=:”SYS_B_0″”
0x7f6fca73da1c:  “:”SYS_B_0″”
0x7f6fca73da1d:  “”SYS_B_0″”
0x7f6fca73da26:  “”
0x7f6fca73d978:  “SELECT DNAME FROM DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d97e:  ” DNAME FROM DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d984:  ” FROM DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d989:  ” DEPT WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d98e:  ” WHERE DEPTNO = :”SYS_B_0″”
0x7f6fca73d994:  ” DEPTNO = :”SYS_B_0″”
0x7f6fca73d99b:  ” = :”SYS_B_0″”
0x7f6fca73d99d:  ” :”SYS_B_0″”
0x7f6fca73d99f:  “”SYS_B_0″”
0x7c11fd1e:      “DNAME”
0x7c11fd23:      “”

0x7c11fd1e:      “DNAME”
0x7c11fd23:      “”

0x7c11fd1e:      “DNAME”
0x7c11fd23:      “”

0x7c11fd1e:      “DNAME”
0x7c11fd23:      “”

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
转载请注明出处: https://daima100.com/10783.html

(0)
上一篇 2022-12-21 21:30
下一篇 2022-12-21

相关推荐

  • 学习记录-py2neo:Neo4j数据库的python驱动

    学习记录-py2neo:Neo4j数据库的python驱动 安装: 直接在命令行pip3 install py2neo 官网下载(解压后放到python下的scripts中,在py2neo目录下cmd,输入python setup.py instal…

    2023-03-29
    146
  • 数据库规范_sqlserver云服务器

    数据库规范_sqlserver云服务器2022年6月7日,北京时间11:30,随着高考第一场科目语文考试结束,全国各地的高考作文题也正式在公众面前“登台亮相”。今年全国乙卷的高考作文题目是“跨越,再跨越”,双奥之城闪耀世界,两次奥运会展示

    2023-05-21
    134
  • 第03章_基本的SELECT语句「建议收藏」

    第03章_基本的SELECT语句「建议收藏」第03章_基本的SELECT语句 1. SQL概述 1.1 SQL背景知识 1946 年,世界上第一台电脑诞生,如今,借由这台电脑发展起来的互联网已经自成江湖。在这几十年里,无数的技术、产业在这片江湖

    2023-04-28
    148
  • Linux环境变量配置方法

    Linux环境变量配置方法环境变量是操作系统用来存储信息的一种机制,它为用户在不同的进程或终端会话中提供了一种在不同的上下文中传递信息的方法。在Linux系统中,环境变量的值是按字符串形式存储的,可以包含数字、字符串以及文件路径等不同类型的值。

    2023-12-15
    101
  • Python ifnot用法详解

    Python ifnot用法详解Python语言中的if语句是一种条件语句,可以根据给定的条件执行不同的代码块。在if语句中,可以使用not运算符对条件进行反转,从而实现一些特殊的逻辑判断。本文将从多个方面详细讲解Python ifnot的用法,并给出实用的代码示例。

    2024-06-21
    45
  • Mysql-MHA之容灾演练(节点宕机) 测试[亲测有效]

    Mysql-MHA之容灾演练(节点宕机) 测试[亲测有效]1 简介 MHA(Master High Availability)目前在MySQL高可用方面是一个相对成熟的解决方案,它由日本DeNA公司youshimaton(现就职于Facebook公司)开发…

    2023-04-07
    139
  • 容器化 | ClickHouse on K8s 部署篇【建议收藏】[通俗易懂]

    容器化 | ClickHouse on K8s 部署篇【建议收藏】[通俗易懂]作者:苏厚镇 青云科技数据库研发工程师 目前从事 RadonDB ClickHouse 相关工作,热衷于研究数据库内核。 延续上篇《容器化 ClickHouse on K8s 基本概念解析篇》,可以了

    2023-04-20
    155
  • Python与API调用

    Python与API调用API是指应用程序接口,是一组预定义的函数,用于完成特定任务。众所周知,在现代互联网时代,很多应用程序都需要通过API调用来实现各种基于网络的功能。Python作为一种高级编程语言,具有简单易学、易读易写等诸多优点,在API调用领域也得到了广泛的应用。本文将会从多个方面详细阐述Python与API调用的关系,介绍Python如何调用API,并分享一些代码示例,以帮助读者更好地理解这个话题。

    2024-04-16
    65

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注