Database Administration & Monitoring Control-M-EM check and update agent status using CLI 02.11.2020 by Middleware Team Introduction Hi everybody, sometime access to CCM may be limited or unavailable,so how can it be possible to manage Control-M agent status without GUI?What about using Control-M CLI utility?Here is the solution Connexion on Control-m server Check(…)
Database Administration & Monitoring What is EDB? 01.11.2020 by Open source Team Last few days I played around with EDB tools. In this Blog I will introduce you to EDB. What is EDB? PostgreSQL is Open Source and has no owner. The owner of PostgreSQL is the community itself. That means, if(…)
Database Administration & Monitoring, Docker, SQL Server Getting started with SQL Server on Linux containers with Docker Desktop and WSL2 31.10.2020 by Steven Naudet In this blog post, I will show you the steps I went through to run SQL Server inside a Linux Docker container on my Windows 10 laptop. The aim here is to deploy quickly and easily SQL Server instances(…)
Database Administration & Monitoring, Database management, Oracle Oracle 19c Grid Infrastructure for a cluster 30.10.2020 by Oracle Team By Mouhamadou Diaw In this previous blog , we deal with Oracle Restart and ACFS. We saw that using ACFS with Oracle Restart will require some manual tasks. The solution is to install a Grid Infrastructure(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle ODA 19.9 software release is out 29.10.2020 by Jérôme Dubar Introduction 6 months after the 19.6, the first 19c production release, here comes the 19.9 Oracle Database Appliance patch with major improvements. Will my ODA supports this 19.9 patch? First, the 19.9 release will be the same for all ODAs,(…)
Database Administration & Monitoring, Database management, Oracle Oracle Restart 19c and ACFS 27.10.2020 by Oracle Team By Mouhamadou Diaw In this blog we are going to install an Oracle Restart 19c with ASM Filter Driver (AFD). I am using following configuration -Oracle 19c -Oracle Linux Server 7.6 -Kernel 4.14.35-1902.2.0.el7uek.x86_64 Once the Oracle Restart(…)
Database Administration & Monitoring Control-M/EM Manage job’s submission by using the ctm_pause utility 26.10.2020 by Middleware Team Hi everybody, Introduction Today a quick trick to pause job submissions on Control-M sometimes it can be useful, during some operations or investigations related to Control-M behavior, to avoid job submission (in our case all jobs on AJF must(…)
Database Administration & Monitoring, PostgreSQL What is a database backup (back to the basics) 22.10.2020 by Open source Team By Franck Pachot . TL;DR: do not consider a dump (like PostgreSQL pg_dump or Oracle expdp) as a database backup do not consider that your backup is successful if you didn’t test recovery databases provide physical database backups, easy(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle Disk usage on ODA – Free MB and usable MB 21.10.2020 by Jérôme Dubar Introduction Oracle Database Appliances rely on ASM to manage disk redundancy. And ASM is brilliant. Compared to RAID, redundancy is managed at the block level. For NORMAL redundancy, which is similar to RAID1, you need at least 2 disks, but(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server: Generating SQL script using PowerShell and Template file 18.10.2020 by Steven Naudet In this blog post, I will share with you a small PowerShell script I did recently. I have noticed that my customer performs a very repetitive and time-consuming task almost every day. New columns are added to tables on(…)