[20191125]oracel SQL parsing function qcplgte 2.txt

来源:https://www.cnblogs.com/lfree/archive/2019/11/25/11928884.html
-Advertisement-
Play Games

[20191125]oracel SQL parsing function qcplgte 2.txt--//參考前面的測試:http://blog.itpub.net/267265/viewspace-2665273/=>[20191122]oracel SQL parsing function ...


[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:      ""


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 問題現象: 表示連接管道已經斷開 解決方法: 方法一:客戶端配置 在客戶端的 ~/.ssh/ config文件(如不存在請自行創建)中添加下麵內容: ServerAliveInterval 60 方法二:伺服器端配置 在伺服器的 /etc/ssh/sshd_config 中添加如下的配置: Clie ...
  • 修改nginx的配置文件,添加client_max_body_size 欄位 註:client_max_body_size 必須要放在server下的server_name下,而不是放在location欄位下麵 ...
  • https://sqlserver.code.blog/2019/11/25/you-may-fail-to-backup-log-or-restore-log-after-tde-certification-key-rotation/ ...
  • https://sqlserver.code.blog/2019/11/25/password-required-when-you-trying-to-add-a-database-having-a-master-key-to-ag-group/ ...
  • 上一篇說到,在Spark 2.x當中,實際上SQLContext和HiveContext是過時的,相反是採用SparkSession對象的sql函數來操作SQL語句的。使用這個函數執行SQL語句前需要先調用DataFrame的createOrReplaceTempView註冊一個臨時表,所以關鍵是先 ...
  • MongoDB簡介 基於分散式文件存儲的開源資料庫系統 將數據存儲為一個文檔,文檔類似於Json格式 MongoDB進入與退出 進入:mongo 退出:exit 庫級操作 顯示所有庫: show dbs 切換/創建資料庫: use 資料庫名稱 查看所在庫: db 刪除庫:db.dropDatabas ...
  • 一.MHA簡介 作者簡介 松信嘉範: MySQL/Linux專家 2001年索尼公司入職 2001年開始使用oracle 2004年開始使用MySQL 2006年9月 2010年8月MySQL從事顧問 2010年 2012年 DeNA 2012年~至今 Facebook 軟體簡介 MHA能夠在較短的 ...
  • 1.MySQL版本: (目前到8了) 5.x: 5.0-5.1:早期產品的延續,升級維護 5.4 - 5.x : MySQL整合了三方公司的新存儲引擎 (推薦5.5),企業使用最多的是5.5 2.linux下安裝方式 yum tar.gz rpm版(本次使用) 安裝:rpm -ivh rpm軟體名 ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...