Question

Is there a tool that would help me with rewriting thousands of lines of code? We are going to migrate from Oracle server to Vertica and therefore the older Oracle joins would no longer be supported and a lot of SQL needs to be rewritten.

Best regards

Was it helpful?

Solution

Toad 11.0 (query builder) is suppose to be able to do this. I've not use this in great detail, but for the most part it works. i would double check any code provided by any tool as nothing is 100% fool proof. Another promising tools that many like seems to be swissql. No matter which tool you use, you're going to need to have lots of manual proof reading to make sure the resulting query is what you want.

OTHER TIPS

Vertica's variant of SQL is the same as PostgreSQL. So you may want to see if any tools handle that already.

Here's a link that may be a good starting point: Tool for translation of Oracle PL/SQL into Postgresql PL/pgSQL

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top