Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Can two cursors be joined?
Assuming that the two cursors contain two datasets with related information,
you might want to consider creating one cursor instead of two. When creating
that cursor, place the apropriate SQL logic to join the two datasets, may be
using UNION, INTERCEPT and/or MINUS.
Hope that helps.
--
Josue Batista
ABC Tech Solutions
http://www.abcsolutions.org
[Java/Oracle/Linux] [C/S & Internet Database Apps]
Mark Reichman wrote in message <37862945.2F39CDE0_at_rl.af.mil>...
>I have two cursors full of data. I would like to
>join the cursors if possible. I would rather not make two
>temp tables and then join the temp tables.
>Any ideas?
Received on Sat Jul 10 1999 - 19:37:05 CDT
![]() |
![]() |