oracle SQL解析步骤小结
程序员文章站
2023-11-17 11:19:10
1 the syntax of the sql statement is verified. sql的语法检查 2 the data dictionary is searc...
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共享区
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 多个字符替换实现
下一篇: 华为荣耀8青春版什么价位
推荐阅读
-
oracle SQL解析步骤小结
-
PL/SQL无法连接ORACLE,提示ORA-12154:TNS:无法解析指定的连接标识符怎么解决?
-
解析Oracle查询和删除JOB的SQL
-
PL/SQL编程经验小结开发者网络Oracle
-
oracle数据结构之SQL格式的执行顺序及SQL查询处理的步骤序号
-
vs code连接sql server数据库步骤及遇到的问题小结
-
mysql和oracle的区别小结(功能性能、选择、使用它们时的sql等对比)
-
Oracle SQL高级编程——子查询因子化全解析
-
Oracle SQL tuning 数据库优化步骤分享(图文教程)
-
PL/SQL登录Oracle数据库报错ORA-12154:TNS:无法解析指定的连接标识符已解决(本地未安装Oracle需要连接服务器上的)