Version management of the PL/SQL source code in the Oracle Database has always been challenging. Database programmers lack the tools and utilities that make version control easy for developers who code with file based programming languages such as Java and JavaScript. In fact, this is one of the primary reasons why large software teams avoid writing code in PL/SQL
In this presentation you will learn how you can use Git, the prominent open source version control software built for distributed teams, to manage your PL/SQL source code in the Oracle Database. Using these techniques you can manage your source code in the Oracle Database just like any other development team manages their file based code base written in languages like Java, JavaScript or C#.