Oracle 12.2 Multitenant Database Cloning

The Oracle Multitenant database option was introduced in Oracle 12.1 but the new 12.2 release introduces a huge amount of new functionality that makes this a really powerful option for IT and Dev productivity, in my opinion. This blog article is a transcript of a simple customer demonstration I did on my laptop running Oracle … Continue reading Oracle 12.2 Multitenant Database Cloning

REST Calls to Oracle Database with Python and ORDS

ORDS stands for "Oracle Rest Data Services" and is available as a free download here (select the download tab).  ORDS can be used to enable REST calls for a database table or a whole schema. The ORDS package broadly consists of some database schemas ("users") with PL/SQL packages and a Java war file that has to … Continue reading REST Calls to Oracle Database with Python and ORDS