* 커서변수이름%ISOPEN

  * 커서변수이름%NOTFOUND

  * 커서변수이름%FOUND

  * 커서변수이름%ROWCOUNT


    - SQL 문을 이용해서 cursor attribute를 직접 참조할 수 없음


select my_cur%notfound from dual; --> (X)


'Oracle > PL/SQL' 카테고리의 다른 글

15일차 # 7-15: Cursor For Loop  (0) 2012.04.24
15일차 # 7-14: Cursor  (0) 2012.04.24
15일차 # 7-5: Controlling Explicit Cursors  (0) 2012.04.24
15일차 # 7 - Explicit Cursors  (0) 2012.04.24
15일차 # nested table 초기화  (0) 2012.04.24

+ Recent posts