Technology Survey IT-Tage 2016 Informatik aktuell: feedback 23.12.2016 by Stéphane Haby Today, to finish the year, I post a brief personal impression of the IT-Tage 2016 in Frankfurt at the Hotel Maritim, where I was also be a speaker. I presented 2 sessions on SQL Server: “SQL Server Errorlog(…)
Database Administration & Monitoring Migrating your existing availability group infrastructure to 2016 23.12.2016 by Microsoft Team Have you already a plan to migrate your old SQL Server 2012 availability group infrastructure to windows 2016 and SQL Server 2016? In a previous post, I talked about distributed availability groups and cross-cluster migration scenarios(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 8 – Transportable tablespaces 23.12.2016 by Daniel Westermann My colleague Franck posted a comment to one of my last "Can I do it with PostgreSQL" blog posts. The comment he posted is: "Here is an idea for a future “Can I do(…)
Database Administration & Monitoring, Database management, Oracle SQL Plan Directives in 12cR2. Behavior is different than in 12cR1. 21.12.2016 by Clemens Bleile During the Frankfurter IT Tage I provided a presentation about SQL Plan Directives and how to reproduce a testcase in a test environment for a plan with used SQL Plan Directives (SPD). In that context I did a couple of(…)
Enterprise content management Documentum story – Add the Java urandom inside the wlst.sh script to improve the performance of all WLST sessions 20.12.2016 by Middleware Team WebLogicServer takes a long time (e.g. over 15 minutes) to startup. Can the performance be improved? Using /dev/urandom option in the Weblogic Java Virtual Machine parameters from startup script, can be the solution. In fact, /dev/random is a(…)
Database Administration & Monitoring, Database management Oracle 12cR2 – DataGuard and TCP.VALID_NODE_CHECKING 20.12.2016 by Oracle Team By William Sescu Security is a quite important topic, especially when running Oracle in the cloud. To make your DataGuard a little bit more secure, you can enable the TCP.VALIDNODE_CHECKING feature. I call it SQL*Net Firewall. Enabling the SQL*Net Firewall(…)
Enterprise content management Documentum story – How to avoid “DFC_FILE_LOCK_ACQUIRE_WARN” messages in Java Method Server (jms) LOG 20.12.2016 by Middleware Team After upgrading from 6.7.x to 7.2, the following warning message is logged in JMS log files: com.documentum.fc.common.DfNewInterprocessLockImpl – [DFC_FILE_LOCK_ACQUIRE_WARN] Failed to acquire lock proceeding ahead with no lock java.nio.channels.OverlappingFileLockException at sun.nio.ch.SharedFileLockTable.checkList FileLockTable.java:255) By default ACS and ServerApp dfc.properties are pointing(…)
Database Administration & Monitoring Oracle 12cR2: AWR views in multitenant 19.12.2016 by Oracle Team By Franck Pachot . In a previous post I explained how the AWR views have changed between 12.1.0.1 and 12.1.0.2 and now in 12.2.0.1 they have changed again. This is a good illustration of multitenant object(…)
Database Administration & Monitoring RMAN> TRANSPORT TABLESPACE 18.12.2016 by Oracle Team By Franck Pachot . In a previous post I explained how to use transportable tablespace from a standby database. Here I'm showing an alternative where you can transport from a backup instead of a standby database.
Database Administration & Monitoring, Development & Performance Oracle 12cR2 : Partitioning improvements – multi-column list partitioning & read-only partitions 16.12.2016 by Joël Cattin In my last blog post I presented auto-list partitioning, a new partitioning functionality coming with 12cR2. In this one I will introduce two others : multi-column list partitioning and read-only partitions. Multi-column list partitioning Image :(…)