Oracle Parameterized Views with SYS_CONTEXT in Oracle. How can the optimizer peek values? 03.06.2021 by Clemens Bleile There was a dicsussion a couple of years ago about a mssing feature in Oracle that the Optimizer is not peeking values when SYS_CONTEXT is being used in a predicate. I.e. specifically when using SYS_CONTEXT in Views to simulate passing(…)
Database Administration & Monitoring Patroni on FreeBSD 13? 03.06.2021 by Daniel Westermann You can already find several blog posts around PostgreSQL protected by Patroni on our blog. They all have in common, that the setup is on a flavor of Linux. As I got impressed by(…)
Ansible, DevOps Use Ansible like a Programming Language 31.05.2021 by DevOps I did not intend to create a new blog on Ansible so fast, but here it comes. My previous blog on that topic was a first step in Ansible world. Now, it is time to use some of the(…)
Cloud Cloud CLI 30.05.2021 by Cloud Team By Franck Pachot . Here is how to quickly install the CLI (Command Line Interface) for the following public clouds: Amazon, Google, Microsoft and Oracle. On Linux, I’m using wget but you can use curl. I’ll install all cloud(…)
Application integration & Middleware A web-based MBean Navigator for Oracle WebLogic wlst 29.05.2021 by Oracle Team Back in the days of WebLogic v8.x, when BEA still owned it and wlst wasn’t the official scripting tool yet, the unofficial wlshell and wlshell Explorer tools were available along with the official command-line tool weblogic.Admin. wlshell was a Windows(…)
DevOps JENKINS – recover access to your Jenkins Admin Dashboard 28.05.2021 by Middleware Team Hi team, I recently installed a Jenkins machine and forgot to create a “first admin user”, but I also forgot the password to log in with default admin user (I guess default password was admin but it doesn’t matter now(…)
AWS, Oracle Amazon RDS Oracle in Multitenant 26.05.2021 by Oracle Team By Franck Pachot . AWS has just added the possibility to create your oracle Database as as CDB (Container Database), the “new” architecture of Oracle where an instance can manage multiple databases, adding a new level between the heavy(…)
Oracle, PostgreSQL PostgreSQL on Oracle free tier ARM 25.05.2021 by Oracle Team By Franck Pachot . This follows the previous post about the Oracle Cloud ARM compute shape just announced on May 25th. The processor is ARM v8.2 with LSE (atomic instructions) and PostgreSQL can benefit from it (see(…)
Cloud An always free 4 vCPU 3.0 GHz 24 GB RAM on OCI 25.05.2021 by Oracle Team By Franck Pachot . Oracle Cloud free tier is already outstanding since OOW19 with two VMs and two databases that you can leave always running without any risk of being billed or seeing them stopped. I(…)
Database Administration & Monitoring Automate restore from Rubrik with PowerShell 25.05.2021 by Stéphane Savorgnano One of our customer uses Rubrik as a solution to recover, manage, and secure all their data. In this context, Rubrik is used to backup and restore all the SQL Server instances. We need to run restore tests(…)