[rt-users] Re: RT-Users Digest, Vol 12, Issue 2

Joop van de Wege JoopvandeWege at mococo.nl
Tue Mar 1 14:42:11 EST 2005


On Tue,  1 Mar 2005 08:08:23 -0500 (EST)
rt-users-request at lists.bestpractical.com wrote:

> Hello,
> during a server switch, a client wants to use Oracle on the new server 
> instead of MySQL. Is this feasible/possible using tools like mysql2ora 
> et.al.? Or should we forget about it, finish the current project on the 
> old system and start with a fresh install?
> 
> Thanks,
>      Harald
Not hampered by any knowledge about mysql ;-) I would try to dump all
data, if possible, to either straight insert statements and import it as
such in Oracle, did this for another application, or if thats not
possible try to massage the export from mysql into something you can
process with sqlloader from Oracle to get it into the Oracle database.
The 'nice' thing about RT in its current state is that is has no
constraints inside the database and as such it should be possible to do
the former without any problems on a per table basis and even to post
insert the CLOB columns if needed.

You can contact me, off list, if you need further help and you think I
can help you further.

Joop

-- 
Joop van de Wege <JoopvandeWege at mococo.nl>




More information about the rt-users mailing list