Re: Oracle error log table equivalent in postgresql

From: Gilles Darold <gilles(at)migops(dot)com>
To: Mukesh Rajpurohit <vivasvan1902(at)gmail(dot)com>, Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: Oracle error log table equivalent in postgresql
Date: 2021-08-06 14:32:41
Message-ID: 9e116fec-7756-5fd5-f537-a4fc771d7603@migops.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

Maybe this implementation [1] of Oracle DBMS_ERRLOG for PostgreSQL could
correspond to what you are looking for.

[1] https://github.com/MigOpsRepos/pg_dbms_errlog

Best regards,

--
Gilles Darold
MigOps Inc
http://www.migops.com/

Le 06/08/2021 à 13:35, Mukesh Rajpurohit a écrit :
> Hi all,
>              I am porting oracle procedures into postgresql code and
> some oracle procedure contain error log table and save exception code.
> I could not find any equivalent of it in postgresql. 
>
> Please help if any pointer or lead to its solution.
>
> Thank you in advance,
> Mukesh

--
Gilles Darold

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Mukesh Rajpurohit 2021-08-06 17:00:45 Re: Oracle error log table equivalent in postgresql
Previous Message Vijaykumar Jain 2021-08-06 14:10:36 Re: Oracle error log table equivalent in postgresql