Database Administration & Monitoring, Database management, Oracle Naming of archivelog files with non existing top level archivelog directory 06.12.2017 by Oracle Team In Oracle 12.2 an archive log directory is accepted, if top level directory does not exist: oracle@localhost:/u01/app/oracle/product/12.2.0/dbhome_1/dbs/ [DMK] ls -l /u02/oradata/DMK/ total 2267920 drwxr-xr-x. 2 oracle dba 96 Dec 6 05:36 arch ... Now database accepts(…)
Database Administration & Monitoring No journal messages available before the last reboot of your CentOS/RHEL system? 05.12.2017 by Daniel Westermann As you probably noticed RedHat as well as CentOS switched to systemd with version 7 of their operating system release. This also means that instead of looking at /var/log/messages you are supposed to use(…)
Database Administration & Monitoring, Oracle Transfer redo in async-mode to the Gold/Master copy of the Production DB for ACFS snapshots 30.11.2017 by Clemens Bleile If you store your databases on the cluster filesystem ACFS you may use the provided Perl-script gDBClone from OTN to clone databases or create snapshot databases. It is an interesting approach to create clones from the Production DB(…)
Database Administration & Monitoring Dataguard: QUIZZ on Snapshot Standby 28.11.2017 by Oracle Team By Mouhamadou Diaw In oracle documentation we can find this about snapshot standby: A snapshot standby database is a fully updatable standby database that provides disaster recovery and data protection benefits that are similar to those of a physical standby(…)
Database Administration & Monitoring Are statistics immediately available after creating a table or an index in PostgreSQL? 28.11.2017 by Daniel Westermann While giving the last PostgreSQL DBA Essentials workshop this question came up: When we create a table or an index: are the statistics available automatically? To be more precise: When we create and load a table in(…)
Database Administration & Monitoring DBVISIT from Oracle to Postgres 27.11.2017 by Oracle Team As I regularly work on Oracle and PostgreSQL, I decided to test the replication from Oracle to PostgreSQL using the Dbvisit Replicate tool. Dbivisit Replicate does not use Oracle logminer ot triggers but its own mining processes to(…)
Database Administration & Monitoring Create index CONCURRENTLY in PostgreSQL 22.11.2017 by Daniel Westermann In PostgreSQL when you create an index on a table, sessions that want to write to the table must wait until the index build completed by default. There is a way around that, though, and in this post we'll look(…)
Database Administration & Monitoring firewalld rules for Veritas Infoscale 7.3 with Oracle 20.11.2017 by Daniel Westermann You might wonder, but yes, Veritas is still alive and there are customers that use it and are very happy with it. Recently we upgraded a large cluster from Veritas 5/RHEL5 to Veritas InfoScale 7.3/RHEL7 and I(…)
Database Administration & Monitoring Is it an index, a table or what? 19.11.2017 by Daniel Westermann A recent tweet from Kevin Closson outlined that in PostgreSQL it might be confusing if something is an index or table. Why is it like that? Lets have a look and start be re-building the example from(…)
Database Administration & Monitoring A response to: What makes a community? 16.11.2017 by Daniel Westermann A recent tweet of mine resulted in Martin Widlake to write a really great blog post about What makes a community. Please read it before you continue to read this. There was another response(…)