Database management, Oracle Multithreaded 12c and ‘connect / as sysdba’ 24.06.2015 by Oracle Team By Franck Pachot . In Oracle 12c you can run Oracle processes as operating system threads, lowering the number of OS processes. But you can’t use OS authentification: you need to provide a password. Here is a way to(…)
Database management, Oracle Buffer pool advisory in AWR 23.06.2015 by Oracle Team By Franck Pachot . In Oracle memory advisors: how relevant ? I said that advisors are calculating their recommendations from statistics cumulated since the begining of the instance, even in AWR which is supposed to cover only a(…)
Database management, Oracle Does the block size matter? 23.06.2015 by Oracle Team By Franck Pachot . The default block size is 8k in Oracle. This is the most common. Sometimes, people create the database with 16k block size for datawarehouses. You can also find some 32k block size, but less common(…)
Database management SQL Server 2016 CTP2: Stretch database feature – Part 2 18.06.2015 by Nathan Courtine In my previous blog SQL Server 2016 CTP2: Stretch database feature – Part 1, I explained how to prepare your instance and your database to enable the Stretch feature for your table. Now I present you how to enable(…)
Database management statistics_level parameter 15.06.2015 by Oracle Team With Enterprise Manager Cloud Control 12c configuring and using the compliance standard utility allows us to discover events we should not have seen in other ways. Today at a customer’s site I discovered the following message: The configuration(…)
Database management using dbms_server_alert in combination with a custom monitoring solution 12.06.2015 by Daniel Westermann Lot’s of companies do not use Grid- or Cloud Control for monitoring their Oracle databases for various reasons but rather use open source tools like nagios. And lot of those either implemented custom script frameworks or rely(…)
Database management draft release notes for PostgreSQL 9.5 online 12.06.2015 by Daniel Westermann Bruce Momjian, one of the PostgreSQL Core members, just compiled the first draft version of the release notes for the upcoming PostgreSQL 9.5 Some of the goodies that will show up: BRIN indexes(…)
Database management quickly exchange code or text between workstations or teams 12.06.2015 by Daniel Westermann In a recent project I faced the following situation: One the one hand I had to execute scripts on a customer’s workstation while on the other hand I had to integrate the results of these scripts into a report on(…)
Database management, Oracle Show the Top 10 events from latest AWR snapshot 12.06.2015 by Oracle Team By Franck Pachot . Want to display a specific section from the latest AWR report? I'll share the script I use to get something like that:(…)
Database management, Oracle Parallel DML in 12c 12.06.2015 by Oracle Team By Franck Pachot . Following a question from Randolf Geist (who can imagine that there is something about parallel query that Randolf didn’t know?), I get back to some notes I’ve taken when 12c was out and I’ve(…)