当前位置: 首页 > 图文教程 > 数据库 > Oracle > oracle SQL解析步骤小结

Oracle
oracle sys_connect_by_path 函数 结果集连接
oracle join on 数据过滤问题
Oracle 当前用户下所有表的记录总数
oracle 树查询 语句
oracle 触发器 实现出入库
Oracle 函数大全
oracle 删除重复数据
ORACLE 最大连接数的问题
oracle 层次化查询(行政区划三级级联)
oracle 查询表名以及表的列名
Oracle 数据显示 横表转纵表
oracle 服务启动,关闭脚本(windows系统下)
ORCLE 表中列的修改
oracle 数据库连接分析
Oracle 实现类似SQL Server中自增字段的一个办法
Oracle 常用的SQL语句
Oracle 数组的学习 小知识也要积累,养成好的学习态度
Oracle 日期的一些简单使用
Oracle 数据库连接查询SQL语句
Oracle DBA常用语句

Oracle 中的 oracle SQL解析步骤小结


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2010-01-10   浏览: 106 ::
收藏到网摘: n/a

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