欢迎来到代码驿站!

Oracle

当前位置:首页 > 数据库 > Oracle

oracle SQL解析步骤小结

时间:2021-02-04 11:37:09|栏目: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共享区

上一篇:Oracle 11G密码180天过期后的修改方法

栏    目:Oracle

下一篇:常见数据库系统比较 Oracle数据库

本文标题:oracle SQL解析步骤小结

本文地址:http://www.codeinn.net/misctech/57048.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有