oracle sql优化相关整理

 当一个oracle实例接收到一条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 绑定变量
相关文章
相关标签/搜索