Business Intelligence, Database Administration & Monitoring, Oracle Change Data Capture from Oracle with StreamSets Data Collector 11.06.2018 by Oracle Team By Franck Pachot . With this trend of CQRS architectures where the transactions are streamed to a bunch of heterogenous eventually consistent polyglot-persistence microservices, logical replication and Change Data Capture becomes an important component, already at the architecture design phase.
Database Administration & Monitoring, Oracle Installing MAMP to play with PHP, MySQL and OpenFlights 02.06.2018 by Oracle Team By Franck Pachot . You may wonder what I'm doing with those technologies that are completely different from what I usually do. I'll detail in a future blog post but the idea is giving a short introduction to databases to(…)
Oracle SQLcl connect target depends on previous connection 01.06.2018 by Oracle Team By Franck Pachot . I thought it was a bug for two reasons: first, because I don't like that my connect destination depends on the context, and then because it is a different behavior than in SQL*Plus. But finally, it(…)
Oracle OpenShift on my Windows 10 laptop with MiniShift 31.05.2018 by Oracle Team By Franck Pachot . If you want to play with OpenShift on your laptop, you can, in a Virtual Machine. I have VirtualBox installed on my laptop. I'll install Minishift here, which will create the VM to run OpenShift with(…)
Cloud, Oracle, PostgreSQL Which Bitnami service to choose in the Oracle Cloud Infrastructure? 25.05.2018 by Oracle Team By Franck Pachot . In the Oracle Cloud PaaS you have a marketplace where you can choose your service. Some are packaged from Bitnami and available on multiple OS. My first idea is that in PaaS you do not care(…)
Oracle ADWC – System and session settings (DWCS lockdown profile) 24.05.2018 by Oracle Team By Franck Pachot . The Autonomous Data Warehouse Cloud service is a PaaS managed service where we have a PDB and an ADMIN user which has most of the system privileges. For example, we have the privilege to change initialization(…)
Oracle 12c upuserxt.lst, upobjxt.lst & Oracle Maintained objects/users 15.05.2018 by Oracle Team By Franck Pachot . Mike Dietrich has blogged recently about upuserxt.lst and upobjxt.lst and how to query them with external table. The first time I've seen those '.lst' files, the default extension(…)
Oracle ADWC – connect from your premises 14.05.2018 by Oracle Team By Franck Pachot . In the previous post about the Autonomous Data Warehouse Service, I've run queries though the Machine Learning Notebooks. But you obviously want to connect to it from your premises, with SQL*Net.
Cloud, Oracle SQL Developer Web on the Oracle Cloud 10.05.2018 by Oracle Team By Franck Pachot . You like SQL Developer because it is easy to install (just unzip a jar) and has a lot of features? Me too. It can be even easier if it is provided as a web application: no(…)
Oracle Some ideas about Oracle Database on Docker 08.05.2018 by Oracle Team By Franck Pachot . This is not a 'best practice' but just some ideas about building Docker images to provide an Oracle Database. I started with the images provided by Oracle: https://github.com/oracle/docker-images/tree/master/OracleDatabase/SingleInstance and this is great(…)