Exporting to separate files
Posted: Sat 25 Oct 2008 08:52
We are several developers working on a pretty big Oracle database and we need to be able to keep versionning of database modifications.
The best solution we found was to export schema objects to different files (so one file for each table, view, stored procedure, package, etc..) so we can use SVN (Subversion) to keep track of each developer modification.
This also allows us to use a common tool to version database files and .NET application files.
As a consequence we need to be able to export schema objects of an Oracle database to different files (so each one can select objects he modified to script them to file).
I didn't find this option in OraDeveloper Studio.
Is there a way to do this ?
If not, is it planned for a future release and when will it be avalaible ?
Regards,
Eric
The best solution we found was to export schema objects to different files (so one file for each table, view, stored procedure, package, etc..) so we can use SVN (Subversion) to keep track of each developer modification.
This also allows us to use a common tool to version database files and .NET application files.
As a consequence we need to be able to export schema objects of an Oracle database to different files (so each one can select objects he modified to script them to file).
I didn't find this option in OraDeveloper Studio.
Is there a way to do this ?
If not, is it planned for a future release and when will it be avalaible ?
Regards,
Eric