From oracle-l-bounce@freelists.org Mon Feb 23 13:54:48 2004 Return-Path: Received: from air189.startdedicated.com (root@localhost) by orafaq.com (8.11.6/8.11.6) with ESMTP id i1NJsmN10024 for ; Mon, 23 Feb 2004 13:54:48 -0600 X-ClientAddr: 206.53.239.180 Received: from turing.freelists.org (freelists-180.iquest.net [206.53.239.180]) by air189.startdedicated.com (8.11.6/8.11.6) with ESMTP id i1NJsmo10019 for ; Mon, 23 Feb 2004 13:54:48 -0600 Received: from turing (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8FCDF394F92; Mon, 23 Feb 2004 14:56:33 -0500 (EST) Received: with ECARTIS (v1.0.0; list oracle-l); Mon, 23 Feb 2004 14:55:32 -0500 (EST) X-Original-To: oracle-l@freelists.org Delivered-To: oracle-l@freelists.org Received: from ahmler3.mail.eds.com (ahmler3.mail.eds.com [192.85.154.74]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 9E490394C82 for ; Mon, 23 Feb 2004 14:55:29 -0500 (EST) Received: from ahmlir4.mail.eds.com (ahmlir4-2.mail.eds.com [192.85.154.134]) by ahmler3.mail.eds.com (8.12.10/8.12.9) with ESMTP id i1NJvv2q023907 for ; Mon, 23 Feb 2004 14:57:57 -0500 Received: from ahmlir4.mail.eds.com (localhost [127.0.0.1]) by ahmlir4.mail.eds.com (8.12.10/8.12.10) with ESMTP id i1NJvw4a030024 for ; Mon, 23 Feb 2004 14:57:58 -0500 Received: from USAHM101.amer.corp.eds.com ([207.37.138.189]) by ahmlir4.mail.eds.com (8.12.10/8.12.10) with ESMTP id i1NJvwYI030018 for ; Mon, 23 Feb 2004 14:57:58 -0500 Received: by USAHM101.amer.corp.eds.com with Internet Mail Service (5.5.2657.72) id <19SSADY6>; Mon, 23 Feb 2004 14:57:44 -0500 Message-ID: <564DE4477544D411AD2C00508BDF0B6A1CE0AA06@USAHM018.amer.corp.eds.com> From: "Powell, Mark D" To: "'oracle-l@freelists.org'" Subject: RE: Obsolete Initialization Parameters Date: Mon, 23 Feb 2004 14:57:35 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-type: text/plain Content-Transfer-Encoding: 8bit X-archive-position: 1631 X-ecartis-version: Ecartis v1.0.0 Sender: oracle-l-bounce@freelists.org Errors-To: oracle-l-bounce@freelists.org X-original-sender: mark.powell@eds.com Precedence: normal Reply-To: oracle-l@freelists.org X-list: oracle-l Have you verified that the application receiving this error is in fact closing cursors when it is done with them? All you need is one pl/sql loop where a cursor is executed once for every row in a driving cursor to be explicitly opened in the loop and not closed to create this problem. -----Original Message----- From: oracle-l-bounce@freelists.org [mailto:oracle-l-bounce@freelists.org]On Behalf Of David Boyd Sent: Monday, February 23, 2004 2:37 PM To: oracle-l@freelists.org Subject: Obsolete Initialization Parameters Hi List, We got ORA-1000 errors "Too many open cursors" and our open_cursors is set to 1000. I was wondering if it's better to increase open_cursor or set CLOSE_CACHED_OPEN_CURSORS = true to resolve the problem. I know CLOSE_CACHED_OPEN_CURSORS is an obsolete initialization parameter in Oracle release 8.1. If I want to set CLOSE_CACHED_OPEN_CURSORS = true, do I have to set _close_cached_open_cursors=true? Or is it better to ask developer using SET_CLOSE_CACHED_OPEN_CURSORS Procedure in the application? _________________________________________________________________ Get fast, reliable access with MSN 9 Dial-up. Click here for Special Offer! http://click.atdmt.com/AVE/go/onm00200361ave/direct/01/ ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request@freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html ----------------------------------------------------------------- ---------------------------------------------------------------- Please see the official ORACLE-L FAQ: http://www.orafaq.com ---------------------------------------------------------------- To unsubscribe send email to: oracle-l-request@freelists.org put 'unsubscribe' in the subject line. -- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------