Getting That First Oracle DBA Job
77I am an Oracle Certified Professional, and I currently work as an Oracle DBA for a major corporation. Things weren't always this way. Before I was an Oracle DBA I was doing web design and other odd IT jobs. I became frustrated at the amount of money that I was pulling in, so I went online to check the current salary averages for different IT occupations. I was amazed to see DBA's at the top of many of the lists I found. From that point on, I made up my mind that I was going to become an Oracle DBA.
Getting that first DBA job is rough; the problem is that nobody wants to hire an inexperienced DBA. It is a paradox almost, you can't get a job without experience yet you can get experience without the job. Taking the certification tests and studying the books is one thing, actual field work is an altogether separate issue. When I took the tests to become Oracle certified I constantly studied groups of questions that were on previous tests, and inevitably some of those exact same questions were on the tests when I took them. This part of becoming an Oracle DBA is where you learn the concepts of database administration. You learn what Oracle is, what a database is, what it is comprised of and how it operates. Once you get the fundamentals down and pass the tests the best thing to do is to practice with a bunch of dummy databases. The things that you should concentrate on include, but are not limited to:
1) Installing Oracle Database 8,9,10 - many new DBA's overlook learning how to correctly install Oracle because they think it is easy and that they won't be doing many installs. The fact is that learning how to correctly and efficiently install Oracle Database on a multitude of different operating systems is a valuable skill. You should practice doing the installs on operating systems such as Unix, Linux, AIX, Windows, and Sun Solaris. Also be sure to practice installing older versions of Oracle such as 8i and 9i. These might be old versions but many databases are still using them. I was surprised at how many servers were running 8i when I started my first DBA job. I was a little worried because I had no prior experience using Oracle 8i. I knew nothing about the install requirements so I had to just wing it as I went along.
Things turned out ok but if I had practiced installing 8i when I was studying I would have been much better prepared. If you only have one computer, like me, at home then you can download VMWare Player for free and use virtualization to act as your separate computer for installing Oracle. You treat the virtual machine like it was just another computer, only you can access it from your Windows machine. It is a good idea to read over some of the installation and operation documents on VMWare's website in case you never used virtualization before. A very useful site that I use just for this purpose is Easy VMX Creator. It is a site that can generate a virtual machine for you that is then loaded into VMWare; the best part is that you can fill out all the options at your discretion. It lets you specify the size of the hard drives you want on the virtual machine, as well as the memory and the Guest O/S version. Once you are done filling out all the info, you can just submit it and the site generates a zip file that you can then download to your computer and start it up with the VMWare Player. You can use virtualization for sharpening all of your database skills in fact. It is even possible, I know because I did it, to setup a 2 node Oracle RAC environment using an external IEEE1394 hard drive as the shared storage. You can setup the whole environment using VMWare Virtual Machines for each of your nodes. Beware though, this setup makes a significant impact on your computer's performance. You should only setup one virtual machine at a time unless your computer is very fast and has a lot of RAM to work with.
2) Import/Export - I can't emphasize these tools enough. Newer versions of Oracle have newer tools called Data Pump Import/Export. It is just like the regular version but only more robust. Their outputs are NOT compatible however, so if you export with regular export then you must import with regular import. When you are working as a DBA in a production environment where you are managing 5 to 10 servers, each will probably have a dozen or so databases on them. This would be considered a large scale production environment. There will generally be some test databases, some development databases, and of course some production databases. Database refreshes will be very common. Quite often, you will be asked to import a dump file (name used for the output of the export tool) of one of the test databases into one of the production databases. This could be for any number of reasons, maybe one of the developers "blew up" the database, an affectionate term for rendering the database useless, and he needs to bring it back to a previous state. Import/Export is the perfect utility for this, so you should learn it and become familiar with its use. Learn all the different parameters that can be used to better facilitate the Import/Export process. Most environments that have a team of DBA's working on them will usually have a set of shell scripts located somewhere on the server to automate things like refreshes and restores. You would be doing yourself a favor if you went online and looked at a few examples of some of them, knowing the basic layout of a shell script will help you adapt to anything new that gets thrown at you.
3) RMAN - Recovery Manager is one of the reasons that Oracle is still going strong. No other database software, at least in my opinion, can come close to the power of RMAN. Yet it is simple to use, well the commands are simple anyway, learning how it functions is quite a bit more complicated. Depending on the methods of the DBA's where you work, you might not even have to worry about ever using RMAN. Some DBA's just use Import/Export and that is it. Some accounts don't call for anything more or simply don't want to pay for the labor involved. Regardless of whether or not you will use it at your work place, learning RMAN is an investment in your future. It is a marketable skill and looks great on your resume. Many people say they know how to use RMAN but when it really comes down to it they know very little. The more you know about RMAN, the better, plain and simple.
4) Oracle Enterprise Manager - also known as OEM for short. OEM is a nifty little tool that can do many things, including making your life easier. Being that OEM is a graphical display; you can do all kinds of administrative tasks with a few clicks of a mouse that would normally require you to write out multiple lines of SQL code. You can use OEM as a starting point whenever you want to do anything to the database. It has some nice performance analysis tools that you can use to see how the database is performing on a regular basis, in real time. OEM has a couple versions. Database Control is OEM for a single database on a single server. Grid Control, its newest feature, can be used to administer multiple databases on multiple servers all from one screen. As you could probably imagine, Grid Control is also a marketable skill and it pays to learn the ins and outs of it.
5) Unix Commands - Often overlooked, this seemingly minor skill can have a drastic impact on your work as a DBA, as well as your reputation. When I first started learning Oracle I had hardly ever used Unix in my life. Note that when I use the word Unix, I mean all variations of it (Linux, AIX, Solaris etc.). Thankfully, I learn new things very quickly. With a bit of studying and practicing with VMWare, I was using Unix commands like a true veteran in a few weeks. If the Oracle databases that you will be working are on Unix based servers, and there is a great chance they will be, then you will need to learn a bunch of commands to assist you in navigating your way through the directory structure. I am not going to start listing them here, but the few basic ones you should start with are ones like ls, cp, cd, rm, vi, more, ps, and top. These are the just a few basic commands but they are vital to an Oracle DBA. The best thing to do is buy the Unix for Oracle DBA's Pocket Guide from Amazon, it is the one book I always have with me and it is an immensely useful resource. I can't tell you how many times I have had to leaf through that book to find a certain command or option that I wanted to use. It is targeted specifically for Oracle DBA's and you can't beat it for $9.95.
Of course there are a million different things that you can work on to become a great Oracle DBA, but the above suggestions will help you start with a solid foundation upon which you can build. Once you have your Oracle Certification and have become somewhat proficient at the basics you can then start applying for Oracle DBA jobs. Job seeking is always an uphill battle so don't get discouraged. The more interviews you get under your belt the better you will become at answering the employer's questions. Expect to hear no, or rather nothing at all, many times before getting a real shot at a job. You would have laughed your head off if you had heard my first interview. It was a telephone interview; many initial interviews are on the phone so employers can weed out the weak candidates without having to waste anyone's time. I was as green as a dollar bill but I was eager to get the job. The employer was looking for a DBA with good performance tuning skills, something that I (or many other DBA's) didn't possess at the time. One thing I learned from scaling the Oracle job market is that employers frequently don't know what they want; they just know that they need an Oracle DBA. So what they do is copy and paste a bunch of desired skills from other company's job ads and try to customize it for their own ad. So what you should do is apply for any position that has the words Oracle Database anywhere in the description. You will be amazed at how many of them just need a regular DBA but didn't write that in their ad.
When I first got on the phone with the interviewer I was told that there were multiple people in the room and that I was on speaker phone. Great, like I wasn't nervous enough. They asked me question after question and I couldn't answer one of them. I couldn't even answer factual questions about myself! I was so nervous and embarrassed, but I hung up and that was it. First interview over and done with, let's move on to the next one. I went through another 6 interviews before I got my first position. I learned that you must prepare yourself to be able to answer basic questions about Oracle. What employers will do is copy questions from a website or book that they read, one that details how to conduct an Oracle interview. All you have to do is the same thing, go and find all the questions you can and write them down. I wrote them on 3x5 index cards, the question on the front and the answer on the back. They will ask what a redo log is, what a deadlock is, what to do first if the database is slow, and things of that nature. Take your flash cards and run through them until you can recite the answers verbatim. You will find yourself eager to answer their questions once you get in the interview, this is called confidence. When you are confident in a job interview it will show, and employers want to hire confident people, not someone who is afraid to talk because they might make a fool of themselves.
There are many places online where you can seek employment as an Oracle DBA. The popular ones are Dice.com, Yahoo Hot Jobs, Monster.com, and Indeed. You should sign up for free member accounts at these sites, and post your resume for prospective employers and recruiters to read. Be careful what you wish for though, if you don't want a million recruiters calling your house everyday then don't make your phone number public. If you like, you can request that all responses be by email only. Whatever makes you comfortable.
Do yourself a favor and utilize the free resume writing resources that most of the job sites have these days. With all the free knowledge available there is no excuse for a poorly written resume any longer. Make sure you submit a concise, well written resume without grammatical and spelling errors. Employers will dismiss your resume once they see a spelling mistake, without giving it a second thought, so make sure you proofread your resume well. You should also have someone else read it before you submit it, another pair of eyes is sometimes the best prevention tool.
When it comes down to it, you can achieve anything you want if you really put your mind to it. A career as an Oracle DBA is something to be massively proud of, and there is no reason why you can't have it. I hope this article has helped you in your quest to become an Oracle DBA, even if in just a small way, and I wish you the best of luck on your journey.
Oracle Resources,Blogs and Forums
- DBA FYI Center
A resource center for database administrators (DBA). It includes latest DBA job opportunities, DBA technical articles and DBA job interview questions and answers. - Computer, Tech & IT Jobs Search, Careers, Employment, Postings @Tech-Centric.net technology job
Search Computer jobs, Tech jobs, IT Jobs, IT Employment postings & hot IT careers @ Tech-Centric.net. Post your resume & find networking, telecom, consulting, telecommunications, technical it manager, it analyst, system engineer, software eng - OraFaq's
Questions,Answers,Tutorials,Documentation,Scripts and more from this great Oracle resource. I learned alot from this site. - ORACLE-BASE
Oracle DBA and development articles, scripts, HOWTOs and forums (8i, 9i, 10g, 11g)
|
|
Oracle 10g DBA OCA PL/SQL Java Programming Tutorial CBT
Current Bid: $11.99
|
|
|
Oracle DBA OCA OCP Exam 1Z0-047 Q&A + SIM (100% Pass)
Current Bid: $4.90
|
|
|
Oracle 10g DBA OCA OCP Exam 1Z0-040 Q&A + SIM
Current Bid: $4.90
|
|
|
OCA OCP Oracle 10g DBA CERTIFICATION EXAM Preparation
Current Bid: $9.99
|
|
Oracle Essentials: Oracle Database 11g
Price: $22.38
List Price: $39.99 |
|
Beginning Oracle Database 11g Administration: From Novice to Professional (Beginning from Novice to Professional)
Price: $23.99
List Price: $42.99 |
|
Oracle Database 11g PL/SQL Programming (Osborne ORACLE Press Series)
Price: $31.35
List Price: $59.99 |
|
Oracle Database 10g: The Complete Reference (Osborne ORACLE Press Series)
Price: $37.95
List Price: $73.99 |
PrintShare it! — Rate it: up down flag this hub
Comments
Yes, becoming an Oracle DBA is not easy, but it is very possible. If you have experience with other databases (ie MySQL, DB2 etc.) then you already have knowledge of what Oracle is based on, they are all RDBMS relational databases when it comes down to it. SQL is SQL no matter what you use it on. My number one tip for someone who is just starting out would be to get VMWare and practice installing Oracle and creating databases, learning how to do exp/imp, shell scripts, tasks that the DBA does everyday. I say that because knowledge of these things is what will get you the job, other specialized knowledge will help you keep it. Best of luck to you in all your endeavors, if I can be of any assistance in any way by all means ask.
James,
Could you please help me solving my below mentioned question.
Currently me working with the Backoffice of an Multinational Company in india & wants to move for Oracle DBA. But affraid for steps becouse i dont have any knowledge about DBA.
The second thing is, i wanna shift from india to other countries like US & UK, can i?
And the last one is the packege from employer will worth to move.
Please help to answer me.
Very confused.
Thaks
SPratap
SPratap,
My first question for you would be what is your current job now? What do you do on a daily basis, do you have any Oracle experience? If you were very experienced in other computer areas then it would be much easier than if you had no advanced computer skills.
As far as you working in the US and coming over from India, to be honest I know nothing about immigration policies or visas and such so I can't be much help to you in that department.
Lastly, I really haven't a clue if your employment package is worth it, I would need to know what it is before I could comment on it. If you want to explain it to me I would gladly give you my opinion on it. More information is needed to give you an honest informed answer to your questions.
Jim
Dear Jim,
First of all thank you so much to answer my Q.
Sencond thing is me current work is with Data's of Excel files and have good knowledge in operating system & hardware.
As i have completed 2 years of IT course & 1 year of practice in a company, i am having a well knowledge in computers like (hardware, operating system & foxpro)
Very frank at the last, that i am getting around 2724/-GBP in india for my current job.
Also one more question is : now i am of 24 & can spend 2 more years for my better future. Now thinking to move for oracle, will it worth to move by package & by carieer.
Please help me solving this questions.
Thanks a ton.
sPratap
Hi James,
Thank you for your excellent article. I enjoyed a lot reading it. You have a very smooth and nice way to your writing, which makes it easy to read and understand. I am a Certified Oracle DBA myself and have no working experience. I am looking for an entry level DBA position. Thank you for the tips. I will start utilizing your suggestions. My E-Mail Address is: mojgha@yahoo.com.
Best Regards,
Megan
Hi
James its one of the best real life experience guide for a new DBA. Can you please give some web id where dummy databases are availabe for practice.
Thanks
Krishna
Hello James,
Thank you so much for your info l'am a jr DBA myself and am looking for a job now l have an interview on monday am nervous this is my first time as a DBA l went to school in Lamham MD 5 months what can do to get my first DBA job my email add is ade2580@yahoo.com
James ,
very very nice Hub,
it helps alot for who wants become DBA.
Hello James,
Very much informative and detailed article. very happy to read the whole article as I am also newbi Oracle DBA. Thank you so much by writing this article.
I'm not a coder myself, but I'v been a recruiter in that area. You Oracle guys and gals are all very distinct from the Microsoft crowd :)
Thanks for the hub i'm in the IM marketing field but very interested in coding.. just doing research. Great Hub!
How did you get you first ORACLE DBA job? How many times were did you failed interviews
Hi James and Everyone!
This article is very helpful for me (even everyone) to be a oracle DBA, start looking for first oracle job and keep focusing on study.
Despite I am old(29 yrs old) and female restarting my new career, it was very impressed to give me encouragement.
I am in Korea at the moment and I also have oracle certified but no working experience. n I have worked in other industry so far; even i graduated computer sicence degree.
My plan is I am going to find first oracle job in Australia. Even if I am not an English native speaker, i wil do my best untill i get the job!!
Let's share new n fresh information. my email is jiwstar@hotmail.com
Cheers
Great man Nice to see ur attitude towards oracle
very nice article..thanks wasted 4 months.. didnt get job .. now i understand ..guys dont go to oracle dba field without experience (>2years)..
hey , i really liked the article by you . I am a B.E 2008 passout , i got a trainee job in SISL but due to global recession me along with others were laid off, Now i am plannin to do an OCA 9i certification course .Please tell me if this wil help me to get an entry level job as a DBA , what other things should i know to increase my chances to get a job in the same field
please also tell me if it could be easy to get that first DBA job ,please reply at teli.saishanker@gmail.com
James, thanks for giving us a summary of how to get the first oracle DBA job.
I agree with you that the challenge facing a lot of newbie DBAs is the challenge of how to get credible, hands-on DBA experience.
Like you said, it is the classic chicken and egg which came first situation ... newbie Oracle DBAs need that first job to get hands-on experience and they are trapped because IT employers are so unwilling to give an IT worker that first break without the requisite hands-on experience.
What a dilemma!
How did you solve that James?
Wow, so many comments! Sorry if I left some of you hanging there, honestly I forgot about this hub for a while, been so busy. It sucks to see so many people out of work. Truth be told, I might be looking for a job in a few weeks myself. My company is centralizing all it's support into the midwest so unless I want to move into the sticks, I am stuck. Well, I am not moving anywhere. I am not that inexeprienced Oracle DBA anymore looking to break into the market. I have multiple years of managing huge production Oracle accounts, I am talking 2 and 300 databases. RAC, Data Guard, Grid Control, Disaster Recovery, you name it and I have done it at this place. Since I got here I have been working 60 hour weeks non stop.
For all of you who are out of work and wondering if an Oracle Certification will get you the next great job: man, that is a tough one really, I would hate to discourage you and tell you it can't be done. I did it, and the market sucked then too, and I was inexperienced, but still managed to get through. Luck? Somewhat, I believe you create your own luck. Lazy people with no motivation don't get lucky job offers out of nowhere. People who bust their ass everyday hitting the bricks looking for work are the ones who eventually catch a break.
Here is one way you could go. Get the Oracle Certification, then start looking for a DBA job. If the market in your area is real bad and you have zero results, start looking for MIS support jobs. Jobs like that can be easy to get if you have the right timing. Usually, the MIS Director just needs a warm body who can fix printers, get a new network whip down to the mail room, surf porn during lunch, normal office stuff. From there you can romance the in house DBA, if he/she is not an idiot. Tell them that you want to be a DBA and that you think they are a genius. Most people love to hear their favorite topic of conversation...themselves. From there, you can gradually get real world Oracle experience.
If not, there is always Barber college, or Clown camp.
JJ
Hi......
I really liked ur article and enjoyed reading it....
Its great to know that u are successfully working as Oracle DBA (thats my dream too !)
Basically I pursuing Computer Engg. (BE Comps) and have interest in databases....and so I was thinking of taking up Oracle certification, but I have few queries . I want u to guide me in shaping my career as DBA
1 : Will my qualification BE Computer + OCP DBA fetch good position in IT sector ?
2 : I Have lot of interest in DBs can u advice me the certification that I should target....currently I am thinking of OCP 9i....What current market expects ?
3 : Which areas should I target ...I mean mining, warehousing or other(plz specify) ?
4 : I m from India and have dream of working in countries like US, UK, Australia.....will this help me in fulfilling my dream ?
Please advice and suggest me on the above queries...
Please leave/mail ur feedback at MY ID : tannytsk@yahoo.co.in
THANX FOR SPENDING UR VALUABLE TIME :)
I HOPE UR ADVICE WILL HELP ME IN ACHIEVING AND FULFILLING MY DREAM AND SHAPING MY CAREER
WAITING FOR UR REPLY
BEST LUCK
Dear JJ,
I would really like to thanks you for writing such a good article. i am 31 and still looking for job. I am broken and shattered. I have done a bit of all like c, C++, VB.NEt, Web Designing, Dreamweaver, PHP etc. But now I have made up my mind to do something seriouslly. I am very afraid of programming. I have chosen Oracle DBA to try seriusly. Is there any programming in that? kindly advice me from where I start learning Oracle and get a break in the industry. i have done my bachelors and masters degree in computers. I have no experience. but you must agree that a journey of thousand miles must begin with a single step. kindly spare some time to reply me. My email id is :> i_will_act_now@yahoo.com Hope you will reply and bless me.
Dear James;
I must appreciate the way you explain your experience, i am also looking for my OCP in 10g, i think your tips and guidelines will help the people who are interested in Oracle.As far as getting a job as an Orcale professional - a tough task, just keep on shearing
Thanks for article :)
Hi James,
First of all I would like to Thank you for posting such an excellent and a very helpful information on how to go about preparing well for an Oracle Dba job, especially for people who entering into this field for the first time and have no prior experience.
I have about 7 years of work experience, starting as a customer exec, next to tech support for Windows xp. I have knowledge in basic networking and hardware(CCNA certified), Redhat Linux(completed course not yet certified), Windows OS knowledge and recently completed a course on Oracle 9i and got OCP certification. I am also very much interested to switch my career as an Oracle Dba. But certain things are haunting me.. such as first my age-Iam 30, second i have only a graduation in Business Management and finally have no prior experience as an oracle Dba.
Will these be major disadvantages or can these be overcome by showing confidence and strong technical knowledge during interviews.. Plz advice..
Thank You very again
Nash.











Thanks says:
12 months ago
Hello James,
I have to tell you that when I read this article I felt really identified with your story because is so similar to mine, I have 21 years old, actually I am working in a web design company but i really like the databases, i work with mysql and postgres but would like to learn oracle, i want to be an Oracle DBA, I know i have to read and to practice so much its a big deal i am arranged to do it, i hope you can help me with readings, examples, i will appreaciate that.
Thank you very much.
Enjoy every day.