Database Administration & Monitoring Can I do it with PostgreSQL? – 9 – Temporary tables 01.02.2017 by Daniel Westermann It has been quite a while since the last posts in this series, so here is what we looked at until now: Can I do it with PostgreSQL? – 1 – Restore points Can(…)
Database Administration & Monitoring Amazon AWS instances and Oracle database performance 01.02.2017 by Oracle Team By Franck Pachot . When you run Oracle Database on Amazon AWS you Bring Your Own Licenses depending on the number of virtual cores (which are the number of cores allocated to your vCPUs). Behind the instance types, you have(…)
Database Administration & Monitoring Introducing high-availability and multi-subnet scenarios with SQL Server on Linux 31.01.2017 by Microsoft Team On my first blog about SQL Server on Linux, I introduced the new high availability feature which concerns only SQL Server failover(…)
Database Administration & Monitoring Oracle Core factor and Oracle or non-Oracle Cloud 30.01.2017 by Oracle Team By Franck Pachot . Oracle Database licensing can be based on two metrics: Processor or Named User Plus (NUP). NUP also necessitate to count the processors because there is a minimum number of NUP per processor. Then it is very(…)
Database Administration & Monitoring Temporal tables with PostgreSQL 27.01.2017 by Oracle Team By Mouhamadou Diaw In this blog we are going to talk about a nice extension in PostgreSQL: temporal_tables. This extension provides support for temporal tables. What is a temporal table? Just a table that tracks the period(…)
Database Administration & Monitoring Part 2 – vagrant up – get your Oracle infrastructure up an running 26.01.2017 by Oracle Team Last week in the first part of this blog we have seen a short introduction how to setup an Oracle Infrastructure with Vagrant and Ansible. Remember(…)
Database Administration & Monitoring, Database management Oracle 12cR2 – RMAN cold backup with TAG’s 26.01.2017 by Oracle Team By William Sescu I am planning to backup my 12R2 container database, because a huge application change is coming up, and I want to be sure that I have a good RMAN backup beforehand. For that particular DB, I(…)
Database Administration & Monitoring Exadata Express Cloud Service: PDB_ADMIN privileges 24.01.2017 by Oracle Team By Franck Pachot . I usually explain that the main point about Multitenant Architecture is the separation of roles between a system DBA who manages the container, and is responsible for its availability, and application DBA who owns all the(…)
Database Administration & Monitoring, Database management Oracle 12cR2 – DataGuard and Backups to NFS 24.01.2017 by Oracle Team By William Sescu From the RMAN point of view, you have generally two possibilities to store your backups, on Disk or on Tape. In case of a single instance, it doesn’t really matter from the accessible or inaccessible point of(…)
Database Administration & Monitoring, Database management, Operating systems vagrant up – get your Oracle infrastructure up an running 19.01.2017 by Oracle Team By using Vagrant to manage your Virtual Machines and Ansible for configuration management and provisioning you can easily automate the setup of your whole test environment in a standardized way. If you have never heard about Ansible and Vagrant(…)