Exporting to separate files

Discussion of open issues, suggestions and bugs regarding database management and development tools for Oracle
Post Reply
emoreau
Posts: 3
Joined: Sat 25 Oct 2008 08:12

Exporting to separate files

Post by emoreau » 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

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Mon 27 Oct 2008 07:40

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).
You can create a database project within OraDeveloper Studio to accomplish this task. New Project wizard allows you to import object from existing database to separate files. For more information please refer to the product documentation.

emoreau
Posts: 3
Joined: Sat 25 Oct 2008 08:12

correction

Post by emoreau » Mon 27 Oct 2008 13:15

You're right I didn't find the option at first.
Is it possible, if someone modify the database outside of the projet, to resynchronize the file with the database (as it is done when first creating the project) ?

Regards,

Eric

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Mon 27 Oct 2008 13:29

No it's not possible by now. At the current moment we have implemented schema synchronization tool in similar product for MySQL only.

emoreau
Posts: 3
Joined: Sat 25 Oct 2008 08:12

Post by emoreau » Tue 28 Oct 2008 10:14

Do you plan to implement such a feature for OraDeveloper also ?
If yes, when do you plan to release this (even in Beta) ?

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 28 Oct 2008 12:20

There are no near plans for this feature.

Post Reply