![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I want to insert the result of a select into a procedure-variable within a while-loop. The loop works as far as I donīt insert following line: select tea.FDATE into ldTeaDate2 from ... tea where tea.ID = ldTeaId; the error message: ORA-01403: no data found ORA-06512: at "...", line 70 The table and variables are created by the same user, who execute the statement. Have anyone an idea? |
#3
| |||
| |||
|
|
Hi, I want to insert the result of a select into a procedure-variable within a while-loop. The loop works as far as I donīt insert following line: select tea.FDATE into ldTeaDate2 from ... tea where tea.ID = ldTeaId; the error message: ORA-01403: no data found ORA-06512: at "...", line 70 The table and variables are created by the same user, who execute the statement. Have anyone an idea? |
#4
| |||
| |||
|
|
Hi, I want to insert the result of a select into a procedure-variable within a while-loop. The loop works as far as I donīt insert following line: select tea.FDATE into ldTeaDate2 from ... tea where tea.ID = ldTeaId; the error message: ORA-01403: no data found ORA-06512: at "...", line 70 The table and variables are created by the same user, who execute the statement. Have anyone an idea? |
#5
| |||
| |||
|
|
Hi, I want to insert the result of a select into a procedure-variable within a while-loop. The loop works as far as I donīt insert following line: select tea.FDATE into ldTeaDate2 from ... tea where tea.ID = ldTeaId; the error message: ORA-01403: no data found ORA-06512: at "...", line 70 The table and variables are created by the same user, who execute the statement. Have anyone an idea? |
![]() |
| Thread Tools | |
| Display Modes | |
| |