For OLAP type databases or running complicated batch jobs.
1. here are two bugs 8477973 and 4926618
8477973 Multiple open DB links / ORA-2020 / distributed deadlock possible
Impact: hang your sql session
4926618 Excessive CPU on HASH UNIQUE when repeated
Good news, both of them are fixed in 11.2.0.2
Impact: x times slower your UPDATE statement. Especially updating more than 1 million rows. The more rows more greater times. In my case, 21 minutes becomes 8 hours .
2. new parameter db_ultra_safe: DATA_AND_INDEX comes with significant overhead. For my INSERT case, it is 7x slower.
Spent weeks of effort to come to above findings. Hope it help preventing from happening to you . Cheers!
Monday, October 25, 2010
Friday, October 01, 2010
editing multpile files with vi
Googled and learned useful commands can still recall today
:n #go to next file
:rew # rewind to first file
:e! # abandon all changes
I think these basic commands are more than enough
:n #go to next file
:rew # rewind to first file
:e! # abandon all changes
I think these basic commands are more than enough
Subscribe to:
Posts (Atom)