我是靠谱客的博主 搞怪灰狼,最近开发中收集的这篇文章主要介绍oracle SQL解析步骤小结,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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共享区

最后

以上就是搞怪灰狼为你收集整理的oracle SQL解析步骤小结的全部内容,希望文章能够帮你解决oracle SQL解析步骤小结所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(152)

评论列表共有 0 条评论

立即
投稿
返回
顶部