分类: Oracle
2006-10-31 16:36:23
· 第1步: Create a Cursor 创建游标
· 第2步: Parse the Statement 分析语句
· 第5步: Bind Any Variables 绑定变量
如果使用了并行功能,还会包含下面这个阶段:
· 第6步: Parallelize the Statement 并行执行语句
· 第7步: Run the Statement 运行语句
· 第9步: Close the Cursor 关闭游标
如果是查询语句,则需要以下几个额外的步骤
· 第3步: Describe Results of a Query 描述查询的结果集
· 第4步: Define Output of a Query 定义查询的输出数据
· 第8步: Fetch Rows of a Query 取查询出来的行