Comments on: 50 things to know before migrating Oracle to MySQL http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/ Stay curious! Thu, 02 May 2013 12:36:53 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Dinesh http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-20072 Dinesh Thu, 31 May 2012 12:53:26 +0000 http://www.xaprb.com/blog/?p=911#comment-20072 Hi CKMate,

You asked the right question. Past 3 yrs whether the gap has come down or not. I started working with MySQL 4.7… where there was no triggers and stored procedures. Now 5.0 onwards I am enjoing it. And Oh, since innoDB and MySQL became the wealth of Oracle who care to afgue for FOSS MySQL?

You shold not be lazy to simply copy & paste an oracle trigger / procedure to MySQL to run. There are wayout for everything in my experience if you donot have a hardfist…

We should accept one thing that Oracle to MySQL migration has become a trend. This will continue as a a hot topic indeed.

]]>
By: Tony Tarone http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19856 Tony Tarone Wed, 01 Feb 2012 03:03:32 +0000 http://www.xaprb.com/blog/?p=911#comment-19856 The effective employment of any tool is a function of the job/problem at hand and the skill of the worker(s) employing said tool. In the case of databases, I’ve seen poorly implemented Oracle solutions and wonderfully implemented MySql solutions. In general, it is management’s responsibility to align the problem (or objectives), with the tool, and the skill of their staff.

Right now my company is doing stuff on Oracle I couldn’t even think about on MySQL. Fairly large Enterprise workloads in ETL, OLTP, and some emerging OLAP databases. Fortunately, I’m driving good revenue and have a talented/dedicated DBA team to support it. Basically, as my problem has evolved, so have the tools and people I use to keep pace.

]]>
By: CKMate http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19855 CKMate Tue, 31 Jan 2012 23:51:26 +0000 http://www.xaprb.com/blog/?p=911#comment-19855 Since the original publishing of this summary in 2009, is there an updated version of the pros/cons of Migrating Oracle to MySQL? Or, is this the most updated summary?

]]>
By: roselan http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19613 roselan Tue, 13 Sep 2011 12:38:13 +0000 http://www.xaprb.com/blog/?p=911#comment-19613 I worked with oracle for 10 years, and mysql for 2.

I’m not a dba, but a developer. Oracle allows to put code and intelligence in the db, mysql does not. Oracle laughs at big ugly complex queries, while mysql shines at retrieving rows directly.

However, the cost of joins, the inability to use indexes inside views or functions, and the unexplainable (or very time-hungry-to-solve) losses of performance are quite hard to work with.

This changes my approach to programming. With mysql, performance is always a serious concern. With oracle, never.

]]>
By: bbb http://www.xaprb.com/blog/2009/03/13/50-things-to-know-before-migrating-oracle-to-mysql/#comment-19203 bbb Wed, 16 Mar 2011 14:38:26 +0000 http://www.xaprb.com/blog/?p=911#comment-19203 Most points on the list are not usable for most practical usage!
What is DB? A storage! I don’t need any other junks!
What is DBM? ?? + Manager! I don’t need any other junks!
MySQL is enough for most practical situations!

]]>