I know I owe a few folks a blog on temp tablespace groups- THANK YOU for your patience, I know these last couple months I’ve been way too busy and haven’t been able to allocate the time I would have liked here… Temp tablespace groups ROCK– plain and simple.. This is a feature I have been working with extensively and have seen great performance improvement with in my datawarehouse environments when implemented correctly. My main focus has been striping temp tablespace groups across fusion I/O cards, but the improvement moving from a standard temp tablespace to a temp tablespace group on standard hardware shows significant improvement…
-
-
Let’s say you have a database that everything can be recreated just by re-running a process and no nightly backups are required- the database would be quicker to recreate from the backup running on it’s source database than restoring from a nightly backup or taking the performance hit of doing so. Let’s say you have three tablespaces that are on I/O fusion cards that aren’t protected by hardware mirroring and losing these three could be more of a challenge than the business would like to have. What options could you come up with to protect those tablespaces? Oracle Streams? CTAS…