手机
当前位置:查字典教程网 >编程开发 >Oracle教程 >oracle SQL解析步骤小结
oracle SQL解析步骤小结
摘要:1ThesyntaxoftheSQLstatementisverified.SQL的语法检查2Thedatadictionaryissear...

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 触发器 实现出入库

oracle 查询表名以及表的列名

Oracle 数据库操作类

oracle SQL命令大全

Oracle10g 安装方法

Oracle PL/SQL入门案例实践

oracle诊断工具-RDA使用

oracle的网络结构解析

oracle 函数

Oracle数据库的十种重新启动步骤

精品推荐
分类导航