![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
| OPEN c1; |
#3
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
| OPEN c1; |
#4
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
| OPEN c1; |
#5
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
| OPEN c1; |
#6
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
#7
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
#8
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
#9
| |||
| |||
|
|
Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks |
#10
| |||
| |||
|
|
On Nov 18, 4:25 am, Prady The fire <er.pradau... (AT) gmail (DOT) com> wrote: Hi, i write a explicit cursor but for the some condition data not available for that cursor. at that time how can i trap the NULL value for the further processpls help me Thanks In your PL/SQL manual look up cursor attributes. There are several that can be used to obtain information about the status of a cursor (implicit and explicit). OPEN c1; LOOP FETCH c1 INTO my_ename, my_salary; IF c1%FOUND THEN -- fetch succeeded snip HTH -- Mark D Powell -- |
![]() |
| Thread Tools | |
| Display Modes | |
| |