oracle数据库修改执行计划(Oracle库SQL处理过程生成执行计划)
oracle数据库修改执行计划(Oracle库SQL处理过程生成执行计划)8、Fetch Rows of a Query 取查询出来的行7、Run the Statement 运行语句4、Define Output of a Query 定义查询的输出数据5、Bind Any Variables 绑定变量6、Parallelize the Statement 并行执行语句
SQL处理过程
1、Create a Cursor 创建游标
2、Parse the Statement 分析语句
3、Describe Results of a Query 描述查询的结果集
4、Define Output of a Query 定义查询的输出数据
5、Bind Any Variables 绑定变量
6、Parallelize the Statement 并行执行语句
7、Run the Statement 运行语句
8、Fetch Rows of a Query 取查询出来的行
9、Close the Cursor 关闭游标
Oracle sql执行过程学结