Re: Oracle Cursors with .Net
- From: "news.verizon.net" <kennedyii@xxxxxxxxxxx>
- Date: Wed, 04 Jun 2008 02:28:26 GMT
"emeshuris" <emeshuris@xxxxxxxxx> wrote in message
news:2982ab81-deb2-4c34-8832-d49a4c005b4c@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,Not sure I understand the question. How would you get your data without
I am having an argument with our DBA, he is under the impression that
it is the .net api always opens a cursor.
However I believe that Oracle always opens a cursor for any select
statement.
Can someone shed some light?
Regardless of what the answer is, why is it that oracle relies so
heavily on cursors?
-Edward
opening a cursor? You can't read the datafile directly. If you do a select
.... from .. where ... ; you open a cursor. .net uses the OCI interface to
retrieve data. (so does ODBC, etc. - exception being jdbc thin driver) In
all those cases you open a cursor. What is wrong with opening a cursor?
You seem to imply it is a bad thing.
Jim
.
- References:
- Oracle Cursors with .Net
- From: emeshuris
- Oracle Cursors with .Net
- Prev by Date: PGA size and server process
- Next by Date: Re: Best way to use INNER JOIN?
- Previous by thread: Oracle Cursors with .Net
- Next by thread: Re: Oracle Cursors with .Net
- Index(es):
Relevant Pages
|