oracle SQL解析步骤小结
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 dbca时报:ORA-12547: TNS:lost contact错误的解决
- oracle查询重复数据和删除重复记录示例分享
- Oracle11.2.0.1如何升级到11.2.0.3 Oracle同版本升级
- 常见数据库系统比较 Oracle数据库
- ORACLE 修改表结构 之ALTER CONSTAINTS的使用
- Oracle In和exists not in和not exists的比较分析
- Oracle 数据 使用游标
- Oracle Time Model Statistics(时间模型统计)
- 使用sqlplus命令行工具为oracle创建用户和表空间
- Oracle树查询(查询所有子节点,父节点等等)