Re: PRO*C Problem

From: <gsalem_at_fr.oracle.com>
Date: 1995/10/17
Message-ID: <460pqb$q60_at_inet-nntp-gw-1.us.oracle.com>#1/1


be sure of maxopencursors (you pass it to the precompiler). You must count a cursor for each sql statement (i.e. selects, insertt, ... as well as explicit open cursor ones). if you reach the maxopencursor limit, the database may close an explicit cursor in order to get place for a closed one. 0.02$ Received on Tue Oct 17 1995 - 00:00:00 CET

Original text of this message