oracle SQL解析步驟小結(jié)
更新時間:2009年09月29日 22:59:45 作者:
oracle SQL 解析 步驟,愛好oracle的朋友可以參考下,了解工作流程。
1 The syntax of the SQL statement is verified.
SQL的語法檢查
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)對象的鎖
5 The optimal execution plan is determined.
選在執(zhí)行計劃運行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語句放在SGA的SQL共享區(qū)
SQL的語法檢查
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)對象的鎖
5 The optimal execution plan is determined.
選在執(zhí)行計劃運行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語句放在SGA的SQL共享區(qū)
相關(guān)文章
Oracle除去數(shù)據(jù)中的換行符以免讀取出現(xiàn)問題
將整條數(shù)據(jù)取出,并用特殊符號分割,如果數(shù)據(jù)出現(xiàn)換行的情況,那么讀取時就有問題,這時就可以采用下面的方法來去除2014-07-07
oracle 11gR2 win64安裝配置教程另附基本操作
這篇文章主要介紹了oracle 11gR2 win64安裝配置教程,另附數(shù)據(jù)庫基本操作,感興趣的小伙伴們可以參考一下2016-08-08
Oracle數(shù)據(jù)庫ORA 54013錯誤的解決辦法
ORA 54013 不允許對虛擬列執(zhí)行INSERT 操作,這是Oracle 11 的新特性。接下來通過本文給大家介紹oracle數(shù)據(jù)庫ORA 54013錯誤的解決辦法,非常不錯具有參考借鑒價值,感興趣的朋友一起看看吧2016-10-10
Navicat for oracle創(chuàng)建數(shù)據(jù)庫的方法
這篇文章主要介紹了Navicat for oracle創(chuàng)建數(shù)據(jù)庫,文中通過示例代碼介紹的非常詳細,對大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧2020-11-11
深入淺析Oracle數(shù)據(jù)庫管理之創(chuàng)建和刪除數(shù)據(jù)庫
本篇文章給大家介紹oracle數(shù)據(jù)庫管理之創(chuàng)建和刪除數(shù)據(jù)庫,本文從數(shù)據(jù)庫管理概述、數(shù)據(jù)庫管理方法、數(shù)據(jù)庫的準則、使用dbca創(chuàng)建數(shù)據(jù)庫、使用dbca刪除數(shù)據(jù)庫等五大方面展開話題,需要的朋友一起學(xué)習(xí)吧2015-10-10

