Home » SQL & PL/SQL » SQL & PL/SQL » Cursors
Cursors [message #1085] Fri, 29 March 2002 22:15 Go to next message
nadella srikanth
Messages: 6
Registered: March 2002
Junior Member
Hi,
What r cursors, how do they work and affect performance?
Re: Cursors [message #1089 is a reply to message #1085] Sun, 31 March 2002 15:44 Go to previous message
seng
Messages: 191
Registered: February 2002
Senior Member
cursor is similar to select statement, but difference is the cursor is retrieve record one by one in loop. cursor won't be a main cause on performance if the cursor is not complex select statement.Hope this is helping.
Previous Topic: how can I test this function that compiles but returns boolean type?
Next Topic: How to insert many rows?
Goto Forum:
  


Current Time: Thu Mar 28 05:06:39 CDT 2024