Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Problem with distributed queries in Oracle 7.3.4

Problem with distributed queries in Oracle 7.3.4

From: Jens Mayer <jmayer_at_ratundtat.com>
Date: Thu, 20 May 1999 14:57:16 GMT
Message-ID: <37441fe8.28800042@news.space.net>


Hi folks,

this is my problem:

in a package-function, I am using several cursors performing distributed queries. I decided to use the FOR ... LOOP statement because I don't want to worry about opening and closing the cursors. The function terminates with an error message 'maximum of open cursors exceeded' on the remote database and if I look at the v$_open_cursors in that database I can see more than 50 open cursors. Oracle doesn't close these cursors even if I commit the transaction. They will be closed on terminating the database link or disconnecting from both databases. What am I doing wrong ? Is there a special init.ora-Parameter I have to set ? I have scanned the documentation (server distributed systems Vol I/II) but I couldn't find a hint concerning this problem.

Any suggestions ?

Jens Received on Thu May 20 1999 - 09:57:16 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US