I am a MySQL Community Manager. Part of the job is working with you to help define MySQL future. Please feel free to let me know where you want MySQL to be next month, next year, and next decade. And the views expressed on this blog are my own and do not necessarily reflect the views of Oracle.
Thursday, October 21, 2010
Who certified MySQL what?
Want a new certificate anyway? Well, Oracle is planning an upgrade path in the future. Please see the linked article above for details.
Friday, November 6, 2009
Oracle Express Edition first steps for MySQL DBAs
I have had a few MySQL DBAs ask about how to get started learning Oracle.
I will admit that it has been on my to-do list for quite a while1. It never hurts to know more than one database system and a great deal of DBA help wanted ads mention Oracle. Someone once said that you must make sure your capabilities exceed your limitations2 and recently I have been feeling limited when others have started to talk about Oracle capabilities.
So what does it take for a MySQL DBA to get their hands on their own Oracle instance? I used my Ubuntu box to go to Oracle's web site to get the free Oracle XE software.
- Download and feed to package manager
- Add my account to dba group
- As root, /etc/init.d/oracle-xe configure to set passwords and ports
I pointed my web browser to http://127.0.01/apex and got the page you see in image with this blog. Now I need to find my copy of Hands-On Oracle Database 10g Express Edition for Linux.
1. I also have a stack of DB-2 and SQL Servers books that were picked up at Half Price Books to read through. I am always looking for better ways to express database concepts for MySql exams. Writing up something similar to this entry for DB2 and SQL Server is also on the list.
2. This quote has attributed to Bruce Lee and several others. And it always gota groan from my kids when I used it on them.