Database Administration & Monitoring, Database management, Oracle Direct NFS, ODM 4.0 in 12.2: archiver stuck situation after a shutdown abort and restart 24.04.2019 by Clemens Bleile A customer had an interesting case recently. Since Oracle 12.2. he got archiver stuck situations after a shutdown abort and restart. I reproduced the issue and it is caused by direct NFS since running ODM 4.0 (i.e. since 12.2.). The(…)
Application integration & Middleware, Database Administration & Monitoring Bringing up an OpenShift playground in AWS 17.04.2019 by Daniel Westermann Before we begin: This is in no way production ready, as the title states. In a production setup you would put the internal registry on a persistent storage, you would probably have more than one master node and you would(…)
Database Administration & Monitoring, Enterprise content management How to stop Documentum processes in a docker container, and more (part II) 13.04.2019 by Oracle Team ok, Ok, OK, and the docker part ? In a minute. In part I of this 2-part article, we showed how traps(…)
Database Administration & Monitoring PostgreSQL 12: Explain will display custom settings, if instructed 10.04.2019 by Daniel Westermann How many times did you try to solve a performance issue but have not been able to reproduce the explain plan? Whatever you tried you always got a different result. Lets say you managed to get a dump of the(…)
Database Administration & Monitoring PostgreSQL 12: Copying replication slots 09.04.2019 by Daniel Westermann The concept of replication slots was introduced in PostgreSQL 9.4 and was created to prevent a primary instance to delete WAL that a replica still needs to apply. That could happen when you have a network interruption or the replica(…)
Database Administration & Monitoring PostgreSQL 12: generated columns 06.04.2019 by Daniel Westermann PostgreSQL 12 will finally bring a feature other database systems already have for quite some time: Generated columns. What exactly is that and how does is look like in PostgreSQL? As usual, lets start with a simple test setup.
Database Administration & Monitoring PostgreSQL 12: More progress reporting 04.04.2019 by Daniel Westermann PostgreSQL 9.6 introduced a new view called pg_stat_progress_vacuum which gives information about currently running vacuum processes. That was a great addition because since then you could easily estimate on how long a specific vacuum process will(…)
Database Administration & Monitoring The EDB filter log extension 01.04.2019 by Daniel Westermann This is another post dedicated to EnterpriseDB Postgres. Sometimes you may want to get specific messages not getting logged to the server's logfile or audit records. That might be specific error codes or, even more important, passwords you specify when(…)
Database Administration & Monitoring Auditing with EDB Postgres Enterprise 31.03.2019 by Daniel Westermann It might be that there is a requirement to audit operations in the database. Maybe because of legal requirements, maybe because of security requirements or whatever. I've already written a post in the past describing what(…)
Database Administration & Monitoring Using operating system users to connect to PostgreSQL 28.03.2019 by Daniel Westermann PostgreSQL supports many authentication methods by default and one of them is Ident authentication. Using that method you can use the users defined in the operating system and map them to users(…)