Comments on: Making MySQL comfortable for Oracle DBAs http://www.xaprb.com/blog/2012/03/07/making-mysql-comfortable-for-oracle-dbas/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Angus http://www.xaprb.com/blog/2012/03/07/making-mysql-comfortable-for-oracle-dbas/#comment-20112 Angus Tue, 03 Jul 2012 04:17:37 +0000 http://www.xaprb.com/blog/?p=2645#comment-20112 I can say in truth, having spent 20+ years working with Oracle db, and suddenly having to install, configure etc mysql, that I miss simple things like AWR, the ability to see what users are doing with one query, but on the other hand, replication was easeir to set up than RAC etc, export (mysqldump) takes me back to the good old days of Ingres, ADABAS etc

I am still working out how to tune, and understanding what the different engines do, but hey I’ve been doing this for 2 months!

]]>
By: Patrick Hurley http://www.xaprb.com/blog/2012/03/07/making-mysql-comfortable-for-oracle-dbas/#comment-19913 Patrick Hurley Thu, 08 Mar 2012 18:06:07 +0000 http://www.xaprb.com/blog/?p=2645#comment-19913 AWR and ASH are incredibly useful; just today, by digging in the dba_hist_… views to see what sessions were doing 3 days ago, I managed to determine the cause of a concurrency problem.
So if I were having to undertake MySQL troubleshooting I am sure I would find them very useful.
However we only use MySQL for small drupal and wordpress sites, for which I have never needed to perform any tuning or troubleshooting.
The most complicated thing I have done in MySQL is set up replication, and I did find that a lot easier than setting up Oracle Data Guard.

]]>
By: Xaprb http://www.xaprb.com/blog/2012/03/07/making-mysql-comfortable-for-oracle-dbas/#comment-19910 Xaprb Thu, 08 Mar 2012 17:32:40 +0000 http://www.xaprb.com/blog/?p=2645#comment-19910 Patrick, are there features like AWR that you wish were available in MySQL? Put another way, if I create a pt-awr tool for Percona Toolkit, do you care?

]]>
By: Patrick Hurley http://www.xaprb.com/blog/2012/03/07/making-mysql-comfortable-for-oracle-dbas/#comment-19905 Patrick Hurley Thu, 08 Mar 2012 13:38:04 +0000 http://www.xaprb.com/blog/?p=2645#comment-19905 I am an Oracle DBA who had to look after MySQL, with no training, and found I really liked it. I created a presentation (which I have given at UKOUG, OUG Harmony, Kscope and NZOUG), “MySQL: the least an Oracle DBA needs to know”, in which I show my fellow Oracle DBAs, through live demos, how good it is.

I have created the following introductory guide to MySQL for Oracle DBAs:
http://patrickhurley.wordpress.com/mysql-for-oracle-dba/

]]>
By: Xaprb http://www.xaprb.com/blog/2012/03/07/making-mysql-comfortable-for-oracle-dbas/#comment-19902 Xaprb Wed, 07 Mar 2012 19:22:08 +0000 http://www.xaprb.com/blog/?p=2645#comment-19902 Thanks Dave. I was also thinking about things like AWR, included utility programs, etc.

]]>