Oracle Oracle ASH SQL_PLAN_LINE_ID in adaptive plans 20.07.2020 by Clemens Bleile There are several methods to find out where time is spent in an execution plan of a query running in an Oracle database. Classical methods like SQL Trace and running a formatter tool like tkprof on the raw trace, or(…)
Cloud, Database Administration & Monitoring, Oracle A Serverless Standby Database called Oracle Autonomous Data Guard 16.07.2020 by Oracle Team By Franck Pachot . Announced by Larry Ellison last week, here it is: the Autonomous Data Guard. You can try it, unfortunately not on the Free Tier. First you create an Autonomous Database (ATP or ADW) and then(…)
Database Administration & Monitoring, Database management, Oracle, SQL Server Create and configure an Oracle linked server in SQL Server Instance 15.07.2020 by Oracle Team What is Linked server ? Now a days in each company we have different applications and each one of them have different needs in term of databases support. When data exists on multiple databases the management become a little bit(…)
AWS, Cloud, Database Administration & Monitoring, Database management, DevOps DBPod – le podcast Bases de Données 14.07.2020 by Oracle Team By Franck Pachot . J’essaie quelque chose de nouveau. Je publie beaucoup en anglais (blog, articles, présentations) mais cette fois quelque chose de 100% francophone. En sortant du confinement, on reprend les transports (train, voiture,…) et c’est l’occasion de(…)
Oracle 19c: scalable Top-N queries without further hints to the query planner 14.07.2020 by Oracle Team By Franck Pachot . The FETCH FIRST … ROWS ONLY syntax arrived in Oracle 12c and is much more convenient than using a subquery with ‘ORDER BY’ wrapped in a “WHERE ROWNUM < …” around it. But as I(…)
AWS, Database Administration & Monitoring, NoSQL, Oracle, PostgreSQL The myth of NoSQL (vs. RDBMS) “joins dont scale” 05.07.2020 by Oracle Team By Franck Pachot . I’ll reference Alex DeBrie article “SQL, NoSQL, and Scale: How DynamoDB scales where relational databases don’t“, especially the paragraph about “Why relational databases don’t scale”. But I(…)
Oracle Oracle ACFS: “du” vs. “df” and “acfsutil info” 03.07.2020 by Oracle Team By Franck Pachot . This is a demo about Oracle ACFS snapshots, and how to understand the used and free space, as displayed by “df”, when there are modifications in the base parent or the snapshot children. The important(…)
Oracle POUG 2020 Workshop Day 1 02.07.2020 by Marc Wagner I had the opportunity to participate to POUG day 1 and wanted through this blog to share some of my feedback on the interesting sessions I could follow. First of all, I would like to mention the great introduction done(…)
Database Administration & Monitoring, Oracle Oracle Data Guard RedoRoutes : What is Priority 8 ? 01.07.2020 by Oracle Team By Mouhamadou Diaw When dealing with cascading or far sync in a Data Guard environment, it is important to understand how to configure the RedoRoutes property. By default, a primary database sends redo to each transport destination that is(…)
Cloud, Database Administration & Monitoring, Oracle Oracle Autonomous Linux: cron’d ksplice and yum updates 30.06.2020 by Oracle Team By Franck Pachot . Oracle Enterprise Linux (OEL) is a Linux distribution which is binary compatible with Red Hat Enterprise Linux (RHEL). However, unlike RHEL, OEL is open source, free to download, free to use, free to distribute, free(…)