sql - Low Oracle Trigger Performance after 10 hours -


we have after trigger defined on insert in table. have seen till 10 hours works fine, after 10 hours insert query taking time in minutes. inserting around 100 rows per second. have seen @ oracle side redo logs, undo segment extension , write wait taking of time during problem duration. have seen undo segment extension limit not reached undo segment extension taking time. undo table space fine during time.

so due result of redo logs??


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -