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
投稿

猜你喜欢

  • 如何列出我所需要数据视图?

    2010-01-12 20:00:00
  • 基于python的七种经典排序算法(推荐)

    2023-06-16 18:21:43
  • Python常用配置文件ini、json、yaml读写总结

    2023-07-23 18:41:29
  • python批量生成本地ip地址的方法

    2021-10-25 16:20:38
  • Flask项目中实现短信验证码和邮箱验证码功能

    2022-02-24 00:12:58
  • 解决SQL Server日志文件损坏严重的问题

    2009-02-05 15:55:00
  • 在VSCode中配置PHP开发环境的实战步骤

    2023-06-06 02:13:06
  • python飞机大战游戏实例讲解

    2021-12-07 14:43:26
  • 用 ASP 创建 GUID

    2009-04-19 18:43:00
  • mysql千万级数据大表该如何优化?

    2024-01-20 22:08:05
  • 利用python numpy+matplotlib绘制股票k线图的方法

    2022-12-16 07:21:52
  • OpenCV如何去除图片中的阴影的实现

    2023-07-08 22:49:29
  • lambda 表达式导致 Arthas 无法 redefine 的问题

    2023-08-25 18:05:05
  • vue以组件或者插件的形式实现throttle或者debounce

    2024-05-09 15:23:55
  • php session 错误

    2023-11-14 18:31:19
  • python中uuid模块实例浅析

    2022-06-16 01:01:24
  • python区块链简易版交易完善挖矿奖励示例

    2023-02-26 20:02:11
  • 学会这个炫酷图表利器pyecharts,还怕不被公司重用?

    2023-01-16 23:33:39
  • python右对齐的实例方法

    2022-01-15 20:59:52
  • Vue.js监听select2的值改变进行查询方式

    2024-04-30 10:42:13
  • asp之家 网络编程 m.aspxhome.com