Database Administration & Monitoring Protect your oracle password function 12.01.2016 by Oracle Team By Mouhamadou Diaw Every DBA knows the famous oracle password verification script $ORALE_HOME/rdbms/admin/utlpwdmg.sql This function can be used to control password complexity. This script should be protected from unauthorized users. The reason is that by adding an insert(…)
Database Administration & Monitoring PostgreSQL on Amazon RDS – Loading the beast 12.01.2016 by Daniel Westermann The last posts outlined how you can bring up a PostgreSQL instance in the Amazon cloud, how you can restrict access to the instance, how you can configure it and how you can(…)
Database Administration & Monitoring PostgreSQL on Amazon RDS – Adding a replica to the beast 11.01.2016 by Daniel Westermann In the last post I looked on how you can change the PostgreSQL parameters when the instance is running in the Amazon cloud. In this post we’ll look at how to add a replica to the PostgreSQL instance(…)
Operating systems Linux – How to check the exit status of several piped commands 10.01.2016 by Open source Team As piping in bash commands is common and very usefull, controling the exit status of each piped commands in bash scripting can be vital, especially for backups. I was checking by a customer the backups of a critical MySQL instance(…)
Database Administration & Monitoring log file sync / user commits 10.01.2016 by Oracle Team By Franck Pachot . When presenting 'Interpreting AWR Reports - Straight to the Goal' at UKOUG TECH15 I had a very good question about the Statspack report I read which had log file sync much smaller than user commits. I(…)
Database Administration & Monitoring PostgreSQL on Amazon RDS – Configuring the beast 09.01.2016 by Daniel Westermann In the last post I looked at how you can strengthen the security for your PostgreSQL instance in Amazon RDS. In this post I’ll look at how you can configure your PostgreSQL instance. When you login to(…)
Technology Survey SQL Server 2016: temporal table with In-Memory 08.01.2016 by StĂ©phane Haby In SQL Server 2016 CTP 3.0, temporal tables with In-Memory OLTP is supported. 🙂 At the JSS2015 (JournĂ©e SQL Server 2015), I have presented a little demo about temporal table with a table(…)
Database Administration & Monitoring PostgreSQL on Amazon RDS – Securing the beast 07.01.2016 by Daniel Westermann In the last post I looked at how to bring up a PostgreSQL instance in the Amazon cloud. In this post I’ll look into how to restrict access to this instance to specific IP addresses to strengthen security.
Database Administration & Monitoring PostgreSQL on Amazon RDS – Setting up the beast 06.01.2016 by Daniel Westermann Today I had a look at PostgreSQL in Amazon RDS. Once you have an Amazon AWS account (this requires a valid credit card for verification) setup bringing up a PostgreSQL instance is pretty easy. The first(…)
Database management SQL Server 2016 – availability groups and gMSAs 05.01.2016 by Microsoft Team This blog post will probably not concern customers where either password policy change rules are not defined for service accounts or Kerberos authentication is not used. But I’m sure that the number of these customers has decreased over at least(…)