Re: PL/SQL For-loops vs explicit cursors
From: Mark Grand <mdg_at_netcom22.netcom.com>
Date: 1995/07/30
Message-ID: <MDG.95Jul30064634_at_netcom22.netcom.com>#1/1
Date: 1995/07/30
Message-ID: <MDG.95Jul30064634_at_netcom22.netcom.com>#1/1
I also recommend using explicit cursor references instead of FOR loops. I have run into countless bugs in my code that went away when I switched to explicit cursor references. I have been bitten often enough that I just always use the explicit cursor references.
-- ============================== Mark GrandReceived on Sun Jul 30 1995 - 00:00:00 CEST