Development & Performance, Oracle SQL Tuning – Mix NULL / NOT NULL Values 12.03.2019 by Oracle Team One of the difficulty when writing a SQL query (static SQL) is to have in the same Where Clause different conditions handling Null Values and Not Null Values for a predica. Let’s me explain you by an example : Users(…)
Application integration & Middleware, Cloud, Enterprise content management OpenText Enterprise World Europe 2019 – Partner Day 12.03.2019 by Middleware Team First day of the #OTEW here at the Austria International Center in Vienna, Guillaume Fuchs and I where invited to assist to the Partner Global sessions. Welcome to OTEW Vienna 2019 Mark J. Barrenechea, the OpenText’s CEO & CTO,(…)
Database Administration & Monitoring, Database management, SQL Server SQL Server Temporal Table – How to store a history table in another file? 12.03.2019 by Stéphane Haby Few days ago, a customer asks me if it is possible to move the history table to slower but cheaper storage. The question behind this is whether it is possible to create a history table on a separate filegroup(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle How to patch your ODA lite to 18.3.0.0.0 08.03.2019 by Jérôme Dubar Even you don’t need 18c, or you’re not ready for this release, this patch will also update your 11gR2, 12cR1 and 12cR2 databases to the latest PSU available on ODA, it means for example the patchset from last July if(…)
Database Administration & Monitoring How to extract sql statements with awk 06.03.2019 by Oracle Team A common problem is to extract sql statements out of a sql file e.g. produced by full metadata impdp. Often these files are too big to be edited with vi. Following statement extracts all sql statements with “CREATE MATERIALIZED(…)
Cloud How To Create A Recovery Services Vault In Azure 05.03.2019 by Microsoft Team Creating A Recovery Services Vault In Azure To create a recovery services vault, we first need to create a resource group by using either the CLI or the Azure interface. Creating a resource group using the(…)
Database Administration & Monitoring, PostgreSQL PostgreSQL 12: New option –exclude-database for pg_dumpall 02.03.2019 by Oracle Team By Mouhamadou Diaw Up to PostgreSQL 11 pg_dump all was used to dump all PostgreSQL databases of a cluster into one script file. The script file then contains SQL commands that can be used as input to psql to restore(…)
Database Administration & Monitoring How to disable ACLs in Oracle 12c 27.02.2019 by Oracle Team A common problem in Oracle 12c is, that ACLs are often not wanted to limit connections from database to other hosts. To disable ACLs is not that easy, so the best way is to enable connections and resolutions to all(…)
Control-M How workload policies is making your life easy 26.02.2019 by Marc Wagner Working as a control-M administrator, we are often requested to hold jobs or stop jobs during a period of time. Holding jobs and updating the job configuration might not be the most efficient way to do this. Workload policies is(…)
Application integration & Middleware, Enterprise content management Documentum – Documents not transferred to WebConsumer 22.02.2019 by David Diab Receiving an incident is not always a pleasure, but it is always the case when we share the solution! A few days ago, I received an incident regarding WebConsumer on a production environment, saying that documents are not transferred as(…)