Hi,

I would like to make sure this error has nothing to do with XMLbeans.
I am executing a SELECT query each time I have a father tag, to get
information about him, passing the son and daughter
as arguments to the SELECT query.
There are like 1000 fathers, and the maximum open cursors in Oracle is
limited to 50.

</grandfather>
        <father>
                <son>aaa</son>
                <daughter>bbb</daughter>
        </father>
        <father>
                <son>ccc</son>
                <daughter>ddd</daughter>
        </father>
        <father>
                <son>eee</son>
                <daughter>fff</daughter>
        </father>
        etc ...
<grandfather>

So, before digging into the JDBC stuff, i would like to make sure:
Does Xmlbeans handle queries differently ?
I mean I do not open any cursor when I execute a SELECT query. So where
do these open cursors come from ?

Also, if you know another way to do it, please let me know.

Thanks for your feedback.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to