oracle SQL解析步骤小结

来源:asp之家 时间:2009-09-30 10:46:00 

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,步骤
0
投稿

猜你喜欢

  • 天极网页版式设计的思考

    2008-01-18 12:44:00
  • 程序员的七种武器

    2008-11-01 17:13:00
  • 如何查询Top N及Top(M―N)记录?

    2009-11-11 20:03:00
  • 2008年Logo设计10大趋势

    2008-02-28 13:06:00
  • 利用sql函数生成不重复的订单号的代码

    2012-01-05 19:02:55
  • 白鸦:Design IT. (1),迭代的设计

    2008-08-27 21:11:00
  • sqlserver索引的原理及索引建立的注意事项小结

    2012-08-21 10:54:34
  • 三分钟学会Sql Server的复制功能[图]

    2008-07-18 12:18:00
  • ASP中实现分页显示的七种方法

    2007-09-20 13:19:00
  • 一个二级伸缩下拉菜单代码

    2008-06-24 18:12:00
  • javascript在线游戏:找相同的图片

    2008-03-12 12:18:00
  • 从外到内提高SQL Server数据库性能

    2009-01-22 14:12:00
  • WorkBench管理操作MySQL

    2010-10-14 14:21:00
  • oracle 动态AdvStringGrid完美示例 (AdvStringGrid使用技巧/Cells)

    2009-06-19 17:21:00
  • SQL 判断给定日期值(或时间段)所在星期的星期一和星期天的日期

    2011-10-24 20:14:52
  • 怎样使MySQL在攻击者面前保持安全

    2008-11-17 20:09:00
  • 记Qzone项目组视觉设计标注的前前后后

    2010-03-24 18:03:00
  • 页面中横排布局的思考

    2008-01-18 12:56:00
  • Tab(选项卡)的产品设计原则及应用[译]

    2009-07-09 19:05:00
  • 也说说语义

    2009-12-29 13:04:00
  • asp之家 网络编程 m.aspxhome.com