2

is there a way to send apache access log entries to oracle database at runtime...analyzing those entries from database instead of parsing access.log file is far better...i found some modules for logging this to myssql database but has somebody done that for oracle?

1 Answer 1

2

Personally I would etl my logs into oracle from the existing logs on the filesystem perodically. If the database has issues, it affects your webserver, not to mention that write times to the database will typically be slower (making a socket connection, updating indexes during the insert, etc).

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.