Other News

Community

Restoring OLR – 11gR2

(Anand) OLR (Oracle Local Registry) stores the information used by OHASD during the startup sequence of the node.The OLR clusterware configuration file is present on all the nodes of the RAC database.It also stores the Oracle Restart’s metadata for Single instance database in 11gR2.

Community

Parallel ForEach Loop

The third part of the Parallel Programming in .NET tutorial examines the parallel ForEach loop. This iterates through the items in a collection, executing the same code for each with the potential for the data to be decomposed and processed in parallel.