Re: ORA-04068 on New Session
From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Wed, 10 Jan 2024 19:55:12 -0500
Message-ID: <2f99eda3-e106-4f69-8491-e521fd01ac51_at_gmail.com>
Date: Wed, 10 Jan 2024 19:55:12 -0500
Message-ID: <2f99eda3-e106-4f69-8491-e521fd01ac51_at_gmail.com>
On 1/10/24 15:00, Sayan Malakshinov wrote:
> Iirc, this kind of errors must be passed to a client side or
> explicitly reset their state using DBMS_SESSION.RESET_PACKAGE. So,
> just always use "raise" in "when others then". Don't ignore them and
> do not replace them with raise_application_error
Once upon a time, probably 15 or so years ago, Tom Kyte was railing against "WHEN OTHERS THEN NULL" idiom on one memorable NYOUG session. I see that people are still trying to ignore exceptions, even to this very day.
-- Mladen Gogala Database Consultant Tel: (347) 321-1217 https://dbwhisperer.wordpress.com -- http://www.freelists.org/webpage/oracle-lReceived on Thu Jan 11 2024 - 01:55:12 CET