Cloud, Oracle Oracle non-linguistic varchar2 columns to order by without sorting 16.06.2020 by Oracle Team By Franck Pachot . Sorting data is an expensive operation and many queries declare an ORDER BY. To avoid the sort operation you can build an index as it maintains a sorted structure. This helps with Top-N queries as(…)
AWS Publishing a PowerShell script to AWS Lambda 16.06.2020 by Daniel Westermann I've done some Lambda functions with Python in the past and it was quite easy to publish that to Lambda (by just uploading a zip file with all my code and dependencies). You might ask yourself(…)
Application integration & Middleware, Enterprise content management Documentum Upgrade – Missing DARs after upgrade 15.06.2020 by Morgan Patou As part of the same migration & upgrade project I talked about in previous blogs already (corrupt lockbox, duplicate objects & wrong target_server), I have seen a very(…)
Cloud, Oracle No{Join,GroupBy}SQL – Analytic Views for BI 14.06.2020 by Open source Team By Franck Pachot . Advocates of NoSQL can query their structures without having to read a data model first. And without writing long table join clauses. They store and query a hierarchical structure without the need to follow relationships,(…)
Database Administration & Monitoring Control-M/EM Put a job already ordered in dummy mode 11.06.2020 by Middleware Team Hi everybody. Today we will see how to put a job in dummy mode on the monitoring part Introduction In some case you want, or you will be asked to bypass a treatment. For that, you can put the job(…)
Database Administration & Monitoring Control-M/EM Cyclic job interval less than 1 min 11.06.2020 by Middleware Team Introduction By default, the minimal execution’s interval of a cyclic job is 1 minute (with the rerun every 0 sec option it will loop instantaneously). But what happens when you need to rerun it in a interval between 0 and(…)
Cloud, Database Administration & Monitoring, Oracle Oracle 12c – global partial index 10.06.2020 by Oracle Team By Franck Pachot . We have an incredible number of possibilities with Oracle. Yes, an index can be global (indexing many partitions without having to be partitioned itself on the same key) and partial (skipping some of the table(…)
Cloud, Database Administration & Monitoring, Oracle Oracle 12c – reorg and split table with clustering 10.06.2020 by Oracle Team By Franck Pachot . In this series of small examples on recent features, I have imported in a previous post, the statistics of covid-19 per day and per countries. This is typical of data that(…)
Cloud, Database Administration & Monitoring, Oracle Oracle 12c – peak detection with MATCH_RECOGNIZE 08.06.2020 by Oracle Team By Franck Pachot . This post is part of a series of small examples of recent features. I’m running this in the Oracle 20c preview in the Oracle Cloud. I’ll show a very basic example of “Row Pattern Recognition”(…)
Cloud, Database Administration & Monitoring, Oracle Oracle 12c – pre-built join index 05.06.2020 by Oracle Team By Franck Pachot . This post is part of a series of small examples of recent features. I’m running this in the Oracle 20c preview in the Oracle Cloud. I have created a few tables in the(…)