程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 數據庫知識 >> Oracle數據庫 >> 關於Oracle數據庫 >> oracle SQL解析步驟小結

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.

從數據字典檢查表名和字段名

3 The data dictionary is searched to verify security privileges on relevant objects.

從數據字典中檢查權限

4 Parse locks are acquired on the relevant objects.

解析相關對象的鎖

5 The optimal execution plan is determined.

選在執行計劃運行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).

執行後SQL語句放在SGA的SQL共享區
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved