oracle SQL解析步驟小結(jié)
更新時(shí)間:2009年09月29日 22:59:45 作者:
oracle SQL 解析 步驟,愛好oracle的朋友可以參考下,了解工作流程。
1 The syntax of the SQL statement is verified.
SQL的語(yǔ)法檢查
2 The data dictionary is searched to verify table and column definitions.
從數(shù)據(jù)字典檢查表名和字段名
3 The data dictionary is searched to verify security privileges on relevant objects.
從數(shù)據(jù)字典中檢查權(quán)限
4 Parse locks are acquired on the relevant objects.
解析相關(guān)對(duì)象的鎖
5 The optimal execution plan is determined.
選在執(zhí)行計(jì)劃運(yùn)行SQL
6 The statement is loaded into the shared SQL area (also known as the library cache) in the shared pool of the system global area (SGA).
執(zhí)行后SQL語(yǔ)句放在SGA的SQL共享區(qū)
SQL的語(yǔ)法檢查
2 The data dictionary is searched to verify table and column definitions.
從數(shù)據(jù)字典檢查表名和字段名
3 The data dictionary is searched to verify security privileges on relevant objects.
從數(shù)據(jù)字典中檢查權(quán)限
4 Parse locks are acquired on the relevant objects.
解析相關(guān)對(duì)象的鎖
5 The optimal execution plan is determined.
選在執(zhí)行計(jì)劃運(yùn)行SQL
6 The statement is loaded into the shared SQL area (also known as the library cache) in the shared pool of the system global area (SGA).
執(zhí)行后SQL語(yǔ)句放在SGA的SQL共享區(qū)
相關(guān)文章
Oracle除去數(shù)據(jù)中的換行符以免讀取出現(xiàn)問題
將整條數(shù)據(jù)取出,并用特殊符號(hào)分割,如果數(shù)據(jù)出現(xiàn)換行的情況,那么讀取時(shí)就有問題,這時(shí)就可以采用下面的方法來去除2014-07-07oracle 11gR2 win64安裝配置教程另附基本操作
這篇文章主要介紹了oracle 11gR2 win64安裝配置教程,另附數(shù)據(jù)庫(kù)基本操作,感興趣的小伙伴們可以參考一下2016-08-08Oracle數(shù)據(jù)庫(kù)ORA 54013錯(cuò)誤的解決辦法
ORA 54013 不允許對(duì)虛擬列執(zhí)行INSERT 操作,這是Oracle 11 的新特性。接下來通過本文給大家介紹oracle數(shù)據(jù)庫(kù)ORA 54013錯(cuò)誤的解決辦法,非常不錯(cuò)具有參考借鑒價(jià)值,感興趣的朋友一起看看吧2016-10-10Oracle游標(biāo)使用參考語(yǔ)句實(shí)例解析
這篇文章主要介紹了Oracle游標(biāo)使用參考語(yǔ)句實(shí)例解析,文中通過示例代碼介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友可以參考下2020-11-1145個(gè)非常有用的 Oracle 查詢語(yǔ)句小結(jié)
這里我們介紹的是 40+ 個(gè)非常有用的 Oracle 查詢語(yǔ)句,主要涵蓋了日期操作,獲取服務(wù)器信息,獲取執(zhí)行狀態(tài),計(jì)算數(shù)據(jù)庫(kù)大小等等方面的查詢。這些是所有 Oracle 開發(fā)者都必備的技能,所以快快收藏吧2014-04-04Navicat for oracle創(chuàng)建數(shù)據(jù)庫(kù)的方法
這篇文章主要介紹了Navicat for oracle創(chuàng)建數(shù)據(jù)庫(kù),文中通過示例代碼介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧2020-11-11深入淺析Oracle數(shù)據(jù)庫(kù)管理之創(chuàng)建和刪除數(shù)據(jù)庫(kù)
本篇文章給大家介紹oracle數(shù)據(jù)庫(kù)管理之創(chuàng)建和刪除數(shù)據(jù)庫(kù),本文從數(shù)據(jù)庫(kù)管理概述、數(shù)據(jù)庫(kù)管理方法、數(shù)據(jù)庫(kù)的準(zhǔn)則、使用dbca創(chuàng)建數(shù)據(jù)庫(kù)、使用dbca刪除數(shù)據(jù)庫(kù)等五大方面展開話題,需要的朋友一起學(xué)習(xí)吧2015-10-10