Oracle Multitenant internals: INT$ and INT$INT$ views 05.11.2017 by Oracle Team By Franck Pachot . This month, I'll talk - with lot of demos - about multitenant internals at DOAG conference. The multitenant dictionary architecture starts with a simple idea: system metadata and data are(…)
Oracle Multitenant dictionary: what is consolidated and what is not 05.11.2017 by Oracle Team By Franck Pachot . The documentation says that for Reduction of duplication and Ease of database upgrade the Oracle-supplied objects such as data dictionary table definitions and PL/SQL packages are represented only in the root. Unfortunately,(…)
Database Administration & Monitoring Can I have the same table published and subscribed (bi-directional) in PostgreSQL 10 logical replication? 03.11.2017 by Daniel Westermann When you start using PostgreSQL 10 logical replication you might think it is a good idea to setup bi-directional replication so you end up with two or more masters that are all writable. I will not go into the details(…)
Oracle Quick history on database growth 02.11.2017 by Oracle Team By Franck Pachot . AWR collects segment statistics, and this can be used to quickly understand an abnormal database growth. Here is a script I use to get, from the AWR history, the segments that have grown by more than(…)
Database Administration & Monitoring Are large objects supported in PostgreSQL 10 logical replication? 02.11.2017 by Daniel Westermann Another interesting topic that popped up last week during pgconfeu: Are large objects supported with logical replication in PostgreSQL 10? The only truth is a test, isn't it? Lets go...
Database Administration & Monitoring Pass Summit 2017 02.11.2017 by Stéphane Savorgnano Today starts the Pass Summit 2017 taking place in Seattle. After a small fly over the Ocean, more than 10 hours… yesterday, and a nice jet lag which avoid me to sleep later than 4AM this morning, I arrived(…)
Database Administration & Monitoring PASS SUMMIT 2017 – SQL Server Security 01.11.2017 by Nathan Courtine Today is the first day of the PASS SUMMIT 2017 in Seattle (WA). The weather is cloudy and we have only 11°C… but where is the problem? Everything happens inside! (at the Convention(…)
Application integration & Middleware Enable Trusted Content Services (TCS) license in Documentum Content Server 01.11.2017 by Middleware Team The Trusted Content Services is a pack of features that you can enable/purchase to gain more security for your Content Server. The main key features are listed in this documentation: https://www.emc.com/collateral/software/data-sheet/h3138-security-ds.pdf In our case,(…)
Oracle Dbvisit replicate – SQL Developer chart 31.10.2017 by Oracle Team By Franck Pachot . Here is a quick SQL Developer report which display a chart about the Dbvisit replicate lag over the last hours(…)
Database Administration & Monitoring Are temporary tables auto vacuumed in PostgreSQL? 31.10.2017 by Daniel Westermann While doing the EDB quiz at their booth last week at pgconfeu one of the questions was: Are temporary tables auto vacuumed? What do you think? My first thought was yes, but lets see. The first question(…)