Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Can SQL Developer control versioning of stored functions and procedures?

samsee.krOct 22 2009 — edited Jan 5 2010
Hi all. I have a problem with my project, for developing Oracle functions and procedures. My team want to control versioning of that.
I found that Oracle SQL Developer support versioning features with CVS and Subversion. But I think it just about the files not functions and procedures.
We don't want to control version of files and copy it to stored somethings..

Do you have any idea?

Thanks for reading this post.

Comments

-K-
No. You can use a repository like Oracle SCM, don't know if any other tool has support for it.
Else make it a habit of saving all changes to file so you can use SVN or CVS with them.

Have fun,
K.
samsee.kr
Thanks!
740354
Aldon's Lifecycle Manager can provide this functionality. www.aldon.com
482443
Since K asked :)

Both SQL Navigator and Toad for Oracle support controlling PL/SQL at the FILE and DATABASE level.

[Controlling Objects in the Database with Toad|http://www.toadworld.com/BLOGS/tabid/67/EntryID/136/Default.aspx]
1 - 4
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 2 2010
Added on Oct 22 2009
4 comments
1,376 views