Posts

Showing posts from 2021

Version Control for Oracle Webinar Video

  On February 16th, we hosted a webinar about Gitora 5. Many thanks to everyone who attended. The recording of the webinar is below. You can view the slides for the webinar below. You can also download the slides from this link. There were a few questions we received several times during the webinar. We'd like to reiterate our answers below: How does Gitora work with GitLab, GitHub or similar services...? Gitora repos work with these services just like any other local Git repo does. From the point of GitLab, GitHub or similar services, Gitora repos are just local repos that you can push to these services. How can I create a merge/pull request with Gitora? Merge/Pull request is not a Git feature. It is a GitHub/GitLab feature. You can continue creating merge/pull requests on these services using the same workflow you use for any other local repo. To create a merge/pull request for a Gitora repo, first push your repo to GitHub/GitLab using the Gitora web app (or

Source Control Management for the Oracle Database

Managing the source code of objects in the Oracle database and moving them between databases has been a problem for many years. DBA's and database developers did not enjoy the benefits of prominent source control software such as Git and have been largely left behind. Gitora is a unique tool that bridges the Oracle database and Git and enables DBA's and database developers to benefit from Git's capabilities in managing database objects. On February 16th we are hosting a webinar to show you how you can use Gitora to manage your database objects. In this webinar we'll cover the following topics: - How to use Git for database object DDL statements - How to use Gitora to move code between databases - How to implement modern development workflows using Gitora - How to use Pluggable Databases for a more productive development environment You can sign up at this link.

Gitora 5 Source Control for Oracle is Out

We are very excited to announce that Gitora 5 is now available for download. Gitora 5 is a huge step forward for version management of database objects. Gitora 5 has many new features. Below are just six of our favorites: A Brand New User Interface and Application One Gitora Installation to Manage Any Number of Databases Gitora Now Manages Tables No-login development experience A Comprehensive Developer Privileges Management Module Full API To Completely Automate Your Workflow Let’s go over these new features briefly: A Brand New User Interface and Application We redesigned every screen in Gitora from the ground up. The new design gives Gitora 5 a beautiful modern look with large components, easy to read, fresh colors and updated icons.  We also rebuilt the application with Java. This reduced Gitora’s database footprint by more than 95% making it much easier to install and manage. One Gitora Installation to Manage Any Number of Databases This was pr