Logger icon indicating copy to clipboard operation
Logger copied to clipboard

Central logging schema

Open joeph opened this issue 5 years ago • 3 comments

Great functionality, thank you.

Is it possible to install the logger in a central schama and that the working schema's log to this central schema?

Cheers, Joep

joeph avatar Sep 12 '19 15:09 joeph

Yes. Just don't name the central schema logger as you'll have to use fully qualified names to reference logger.

https://github.com/OraOpenSource/Logger/blob/master/docs/Installation.md#restrict-access describes the installation practice and https://github.com/OraOpenSource/Logger/tree/master/source/scripts has the scripts needed to do this.

martindsouza avatar Sep 12 '19 16:09 martindsouza

Thanks, how could I miss that. Would it be possible to have the schema name automatically be inserted into a column in the logging table.

Background info: we have multiple schema's that own objects with identical names

joeph avatar Sep 12 '19 17:09 joeph

I think the columns user_name, sid and client_info might help you to differentiate here.

nicetheory avatar Jun 05 '20 12:06 nicetheory