versioning stored procedures/PLSQL?

前端 未结 4 1517
悲哀的现实
悲哀的现实 2021-02-05 20:59

Is there an efficient way to version store procedures written in PL/SQL? (I only mention PL/SQL because there may exist a particular tool, any answer directed to versioning of s

4条回答
  •  自闭症患者
    2021-02-05 21:48

    Oracle's free SQL Developer tool has integration with CVS and Subversion for version control of PL/SQL code.

提交回复
热议问题