PHP Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsProgramming LanguagesPHP Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 1st, 2000, 01:30 PM
stunted stunted is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 8 stunted User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi all, thanks a bunch for helping me out
last time. I got a quick question about
php ora functions.
say you do:

ora_plogon
ora_open
ora_parse(sql statement #1)
ora_exec(sql statement #1)

now the result set from Oracle is in the
buffer.

ora_fetch(out of cursor #1)

Here are my questions:
1) What type of cursor does php use for the
ora_exec?

2) What I'm concerned is whether I can reuse the cursor #1 with another sql statement?
Say after all the code above, I do:

ora_parse(sql statement #2)
ora_exec(sql statement #2)
ora_fetch(out of cursor #1)

3) after the above, which result set is in
the buffer?

4) even if I can, is it save or good to reuse
cursors?


I apologize if my question sounds elementary, and I hope someone could give me
some advice on this. Thank you.

-Will


Reply With Quote
  #2  
Old June 3rd, 2000, 12:52 PM
GoetheJF GoetheJF is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2000
Posts: 7 GoetheJF User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Don't worry, you can reuse the curseor. In your example the content of the cursor is the result of the last executed statement.

The cursor is just a variable which gets initialized when you passit on to a nwe run of ora_exec.

But, of course after / when reusing it the content gets lost. So, first you need to read everything out of the cursor 1st.

That's an academic question, why didn't you give it a go ?


------------------
Joerg Fritsch

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPHP Development > Q: ora cursor type

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap