Oracle ROLLBACK TO SAVEPOINT; 04.02.2020 by Open source Team By Franck Pachot . I love databases and, rather than trying to compare and rank them, I like to understand their difference. Sometimes, you make a mistake and encounter an error. Let's take the following example: create table DEMO (n(…)
Database Administration & Monitoring EDB PEM – Monitor your Postgres cluster 04.02.2020 by Open source Team In my last post, I explained, how to setup a HA Postgres Cluster using EDB Postgres Advanced Server and Failover Manager. As a next step, we want to install the EDB Postgres Enterprise Manager to monitor what we setup before.
Database Administration & Monitoring Setup a two node Postgres HA Cluster using EDB Advanced Server and EFM 03.02.2020 by Open source Team Some time ago I had a customer looking for a two node PostgreSQL Master/Replica solution. As we need Oracle compatibility in a later step, we decided to go with the EnterpriseDB tools. This article should give you an introduction on(…)
Enterprise content management Tracking Logs Inside a Documentum Container (part II) 30.01.2020 by Oracle Team Testing the log watcher This is part II of the article. Part I is here. All the above code has to be included in the entrypoint script(…)
Enterprise content management Tracking Logs Inside a Documentum Container (part I) 30.01.2020 by Oracle Team Containers running under docker can have their stdout observed from the outside through the “docker logs”command; here is an excerpt of its usage: docker logs --help Usage: docker logs [OPTIONS] CONTAINER Fetch the logs of a container Options: --details Show(…)
Database Administration & Monitoring, Database management SQL Server Tips: Path of the default trace file is null 28.01.2020 by Stéphane Haby In addition of my precedent blog about this subject “SQL Server Tips: Default trace enabled but no file is active…”, I add a new case where the default path of the trace file was empty. The(…)
Database Administration & Monitoring Adding PostgreSQL extensions without being super user? 22.01.2020 by Daniel Westermann Usually, when you need to install a PostgreSQL extension you do this as superuser (or at least I am doing it like this). The downside of that is, of course, that a super user must be available once a new(…)
Database Administration & Monitoring, Database management, Development & Performance, Hardware & Storage, Operating systems Make Oracle database simple again! 22.01.2020 by Jérôme Dubar Introduction Let’s have a look at how to make Oracle database as simple as it was before. Oracle database is a great piece of software, yes it’s quite expensive, but it’s still the reference and most of the companies can(…)
Big Data, Cloud, Database Administration & Monitoring, Database management, SQL Server One day training @ Microsoft Azure Cloud Workshop 22.01.2020 by Stéphane Haby Today, with my colleague Christophe, we follow the Microsoft Azure Training Day: Data and Analytics @ Microsoft Zürich (Wallisellen to be exact). After a presentation of SQL Server 2019, we begin with the First Lab about(…)
Database Administration & Monitoring, Database management SQL Server Tips: Orphan database user but not so orphan… 21.01.2020 by Stéphane Haby Beginning of this year, it is good to clean up orphan users in SQL Server databases. Even if this practice must be done regularly throughout the year of course. 😉 During my cleaning day, a new case appears that(…)