<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d8334277\x26blogName\x3dSriram\x27s+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://metallicatony.blogspot.com/search\x26blogLocale\x3den\x26v\x3d2\x26homepageUrl\x3dhttp://metallicatony.blogspot.com/\x26vt\x3d6147907796332168684', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, September 10, 2009

Oracle Server Architecture


Yesterday, I gave another presentation at my work place. This time, it was
about Oracle Server Architecture. The presentation explains about internals of Oracle. Everyone came up with questions and doubts. I was very happy that we had a very nice discussion. Even though the slides aren't very explanatory, I'm hosting it here.

Labels:

Thursday, September 03, 2009

Data modeling Presentation

Datamodeling is one of the first and foremost steps in evolving a good database design. It sometimes becomes a continual process in projects where feature enhancements happen frequently. Believe me, most of the projects run without having this phase at all. This is entirely because the team is ignorant enough to not to understand the significance of datamodeling. I gave a presentation today at office to my rest of team aiming to educate everyone with the basic concepts of datamodeling.

Much of the information in my presentation was collected
from random websites in Internet, copied and modified. Anyone is free to download/use/modify this presentation according to their need. Free the knowledge.



Note: Some of the slide title alignments' went off after i uploaded to Google docs. Download and scan through if you wish to.

Labels: