Source Control support like you have in the SQL Server Studio product
Source Control support like you have in the SQL Server Studio product
-
Denis Cilliers commented
Please add this feature it is critical issue with the dbForge For Oracle.
My current workaround for those that need it
1. Create a local Git Repo
2. Add a Folder in the git Repo called Schema1. File = > New => Project
2. Select the schema file location inside your local repo
3. Select Import Schema objects from the existing database
4. Select the Schema from the Connection
5. Select Include all Objects
6. Select Create a physical folder on the disk for each object type
7. Click CreateOnce the files have been created add them to the repo.
If you follow the same steps again later you will get a updated schema
Over time you will then be able to have a copy of the schema in source control.
and be able to compare the changes over time.