Feed aggregator
I Have a New Job
The last six years I was working as an Oracle & SQL Server DBA for the public administration of canton Lucerne in the heart of Switzerland. Besides the DBA role I was also maintaining a few database centric .NET applications. The public administration of canton Luzern committed to Microsoft products with an enterprise agreement. That means no more Oracle databases in the long term. I was offered to do Microsoft MOSS (Share Point) instead. But somehow I feel at home with Oracle products more than with Microsoft products. That’s why I decided not to take the chance and go for MOSS but started looking for a new job.
In my old job I was working with a wide range of products. Too wide to delve deeply into all of them. I want to narrow this range and focus on something. In the past I already put most of my learning efforts into Oracle technology. And I want to focus even more on Oracle. It’s what I like most and do best. Preferably my new job shouldn’t be in-house IT but at a managed services provider. The company I was looking for should not be a pure managed services provider but also do software development. Perhaps I could use my developer skills too at some point.
I didn’t have to look far. These days it’s easy to find a new job because there are lots of opportunities for database administrators. Starting on February 1st I will work as an Oracle DBA for Abraxas Informatik AG in Zurich. Abraxas’ activities is divided into three areas:
- Business Process Integration
- Software Development
- Managed Services
I count the days…
Static Data Dictionary Views
Static Data Dictionary Views and Dynamic Performance Views are the core of database administration. They are of crucial importance. Whoever wants to learn Oracle database administration has to get familiar with these views. I began to compile a list of most important Static Data Dictionary Views here. There are hundreds more but those in my list you will most likely use in your daily life as a DBA. Some content is still missing in my list. Perhaps I can add it over holidays.
Of course, GUI tools like Enterprise Manager or SQL Developer offer the same information in a more user friendly manner. But all those GUI tools rely on static dictionary views and dynamic performance views. As a DBA you will likely get into situations where there is no GUI tools available. At times you will be alone with your SQL*Plus skills. Your mastery of data dictionary views will make all the difference!
UKOUG - the lessons
UKOUG Conference 2007 – After Thoughts
How to Delete Windows Service?
On my Windows 2003 test server I install and remove a lot of Oracle and SQL Server software. I create and drop databases a lot. Usually I work in a rush on that server, so removing instances and software isn’t always so clean. Sometimes a windows services sticks and cannot be removed. It has to be cleaned up manually. The easiest way to remove windows services is deleting their entries in the registry. All windows services are listed under
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
Once you delete an entry its service is removed and will not show up in the services panel anymore after a system reboot.




