Redgate Extension for Visual Studio

189 Views Asked by At

I want to know if there is a Redgate Extension for Oracle databases in Visual Studio similar to "ReadyRoll SQL Server Database Project" which supports SQL Server databases only ??

Thank you all.

1

There are 1 best solutions below

4
On

Here at Redgate we have the Deployment Suite for Oracle. It is IDE agnostic, meaning it doesn't matter where you make your database changes, Visual Studio, SQL Developer, Toad etc. The tool words by detecting differences between your dev instance and what's in version control and prompts you to check in the differences.

If you want a ReadyRoll-like experience, in other words, you'd prefer migrations-based deployments over state-based deployments, the best we can offer today is a preview of an integration with Flyway, which is a highly popular and easy-to-use migrations-runner. See the Migration Script Support section of our roadmap for more details on how to try it out.