MySQL Forums
Forum List  »  Oracle

Migration of Oracle Stored Procedure to MySQL
Posted by: Anirudha Jalgaonkar
Date: February 27, 2013 06:33AM

Hello,

We are trying to migrate the Oracle stored procedures/functions in MySQL.

However, we are having confusion/doubts about few utilities/standard functions that Oracle provided that are available in MySQL or not.
For example, we defined few table types, REF CURSOR, %ROWTYPE variables, using EXECUTE IMMEDIATE function, and to write the data in file we are using UTL_FILE.file_type.

Since we are new to MySQL and do not have buffer time to study and modify the existing logic that in Oracle. So, requesting to share any document or any standard tool that will help us to convert the existing Oracle logic to MySQL.

Thank you.

Options: ReplyQuote


Subject
Views
Written By
Posted
Migration of Oracle Stored Procedure to MySQL
4182
February 27, 2013 06:33AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.