Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Central logging schema #232

Open
joeph opened this issue Sep 12, 2019 · 3 comments
Open

Central logging schema #232

joeph opened this issue Sep 12, 2019 · 3 comments

Comments

@joeph
Copy link

joeph commented Sep 12, 2019

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

@martindsouza
Copy link
Member

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.

@joeph
Copy link
Author

joeph commented Sep 12, 2019

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

@nicetheory
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants