Development & Performance APEX Connect 2023 (Day 1) 03.05.2023 by Alain Lacour This year again the APEX connect conference spans over two days onsite in Berlin, with mixed topics around APEX, like JavaScript, PL/SQL and much more.After the welcome speech and the Keynote about “22.2, 23.1, and beyond” by the Oracle(…)
Database Administration & Monitoring, Database management, DevOps, Development & Performance, Oracle SHELL SCRIPTING: improve DBA scripts readability using J2 templates 27.02.2023 by Oracle Team Quering database's by using SQL in shell scripts can make the whole script unreadable. Very oftent the query is unredable too, due to the variable usage. This situation make the script debugging a pain. Templating simplify the script by taking(…)
Cloud, DevOps, Development & Performance, Docker, Operating systems Hashicorp Vault. Install and quick first configuration 19.01.2023 by Oracle Team by Alexandre Nestor Introduction Keeping and using passwords in scripts is often an overlooked task, at least in the initial stages of development.This behavior poses serious security problems, and quite often, especially in scripts, one can find plaintext(…)
Ansible, Cloud, DevOps, Development & Performance, Docker Create and manage Ansible Execution Environments 22.12.2022 by Oracle Team by Alexandre Nestor Introduction What is an Ansible Execution Environnement, by the way ? As per RedHat definition an Ansible Execution Environment (EE) is a standard way to build and distribute the environment that automation runs in,(…)
Database Administration & Monitoring, Database management, Development & Performance Improve your development experience in PostgreSQL’s PL/pgSQL by using plpgsql_check 09.12.2022 by Daniel Westermann In the last post we’ve highlighted some tips when developing functions and/or procedures in PostgreSQL’s PL/pgSQL. Especially the Compile-Time and Run-Time checks can save you a lot of work and give you important hints while(…)
Database Administration & Monitoring, Database management, Development & Performance Some tips when developing in PostgreSQL’s PL/pgSQL 06.12.2022 by Daniel Westermann When you develop functions or procedures in PostgreSQL’s PL/pgSQL there are some points to consider, which make your life easier. This post is not about control structures,(…)
Database Administration & Monitoring, Database management, Development & Performance, Oracle Oracle Exchange Partition 21.10.2022 by Oracle Team The Oracle Exchange Partition is a method allowing to : exchange the data segments from a non partitioned table to a partitioned table exchange the data segments from a partitioned table to a non partitioned table. This method(…)
Database Administration & Monitoring, Database management, Development & Performance Oracle Database Row Archiving 18.10.2022 by Oracle Team In a recent customer project, I was suffering to delete millions of rows from a LOG table. Removing 3 months of data took more than 30 minutes with the best optimization possible. After a while, I remembered(…)
Cloud, Database Administration & Monitoring, Database management, Development & Performance, YaK How to contribute to YaK 08.10.2022 by Daniel Westermann Some days ago we officially launched YaK, which is our open source tool for deploying infrastructures everywhere. Because the core component of Yak is open source, can you contribute if you want. Contributions are more(…)
Business Intelligence, Development & Performance Data Platform Summit 2022 – Cracking Power BI Performance Tuning In A Day! 20.09.2022 by Christophe Cosme Introduction The second pre-conf I attended was about tuning Power BI. I was curious to hear and learn from Nikola Ilic, who presented the session, what his experience and technique are dealing to solve Power BI performance issues(…)