Oracle Auto Restart
This page covers Oracle Auto Restart and automatically stopping and starting an Oracle Database on Linux and UNIX restart. In the /etc/oratab file you might have to set the flags to Y (traditionally this has always been the default). RH4 for Oracle10g may also have an incorrect setting for the lsnrctl program that prevents listener [...]
Using Agile to Develop with Lowered Risk
This page covers using Agile to develop with lowered risk as compared to the Waterfall method. What is Agile? It’s an approach to development that allows a project to be broken up into distinctly and autonomously developed sections, in a sequence; the event sequence implying that you can’t have multiple teams concurrently developing multiple dependent [...]
Stop a Rollback in Oracle
This page covers stop, abort or termination of a Rollback in Oracle. “You can abort rollback but I think it can mess up the database”, was my last answer I gave when I was asked this question. I also searched Google for “abort a rollback in oracle” and I found some interesting details that I [...]