technical Support writes:
> Hello,
> 
> Does anyone know of any tool that will take an ORACLE database and port
> it to mySQL?
> 
> *********************************************************************
> * Visit http://www.computerstaff.net - Computer Jobs at all LEVELS *
> *********************************************************************
> 


Hi!

MySQL has an ORACLE compatible LOAD DATA, which should work just fine
with data produced by ORACLE's SELECT INTO ...

You just have to take care of column type differences, on which you
can find out more on the crash-me page on our site.


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to