Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: remote database and cursor
Daud wrote:
> DA Morgan wrote:
> > How does it work with cursor? It doesn't pull all the records from the > remote table in one go? > I wouldn't use array processing ... no point when I am retrieving a few > rows only most of the time.
And the value of writing less than optimal code is?
If you learn to write the most efficient code all of the time ... you will be writing the most efficient code all of the time. Assuming you are not writing code for a single-user system the question you should consider is what will happen when multiple users execute the code at the same point-in-time.
I'd suggest you rethink your objection as the difference between the two is that it takes less code to do it more efficiently.
-- Daniel Morgan University of Washington Puget Sound Oracle Users GroupReceived on Mon Sep 25 2006 - 00:35:06 CDT
![]() |
![]() |