专业编程教程与实战项目分享平台

网站首页 > 技术文章 正文

Oracle库SQL处理过程,生成执行计划

ins518 2024-10-23 13:06:13 技术文章 9 ℃ 0 评论

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 关闭游标


本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表