| bio | website | howfuckedismydatabase.com |
|---|---|---|
| location | Krasnoyarsk / Moscow, Russia | |
| age | 29 | |
| visits | member for | 7 months |
| seen | May 12 at 8:08 | |
| stats | profile views | 1 |
|
Dec 29 |
comment |
9i streams capture doesn't evaluate rules @Threaten there are no (visible) errors or warnings. capture process' status is active. it just does nothing (or something I mentioned above) |
|
Dec 24 |
comment |
oracle streams apply: how to get a reason why LCR message was not applied check V$STREAMS_MESSAGE_TRACKING then. |
|
Dec 10 |
comment |
Oracle aggregate functions slows query down massively @user1578653 can you post autotrace for both queries also? |
|
Oct 2 |
comment |
How to modify an update in Oracle so it performs faster? @StrayChild01 if FEE_SCHEDULE_HISTORICAL + ETL_FEE_SCH_TMP = FEE_SCHEDULE, why do you perform additional costly FTS exists check for FEE_SCHEDULE at all, if you are somewhat sure to have all the data in former two tables which you joined? doesn't make sense to me. |