Infinate loop in flowchart diagram in 'Intro to PL/SQL' section
51 views
Skip to first unread message
Ligaya Turmelle
unread,
Jan 5, 2016, 9:33:24 AM1/5/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beginning Oracle Database 12c Administration
On page 42 in Figure 2-10 (Flow chart for the employee_updates procedure) you have an infinite loop. Once the logic is past the 'Record Found' check - there is no way to exit the program. I believe that the second "Fetch
Cursor" action/process should go back to the "Record Found" decision check.
Iggy Fernandez
unread,
Jan 5, 2016, 10:03:11 AM1/5/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Beginning Oracle Database 12c Administration
Absolutely correct! I will add your correction to the Errata section on the Apress website with credit to you. I've attached a corrected version of the diagram.