Database Administration & Monitoring Can I do it with PostgreSQL? – 17 – Identifying a blocking session 25.07.2017 by Daniel Westermann One single blocking session in a database can completely halt your application so identifying which session is blocking other sessions is a task you must be able to perform quickly. In Oracle you can query v$session for(…)
Database Administration & Monitoring OUD 11.1.2.3 – What are the minimum privileges for administering connect strings in OUD? 20.07.2017 by Oracle Team By William Sescu [vc_row][vc_column width=”1/1″][vc_column_text]Security in OUD plays a very important role. Keeping your patch level up to date is just one of those topics, like explained in my recent blog. https://www.dbi-services.com/blog/oud-11-1-2-3-patch-25840309-oud-bundle-patch-11-1-2-3-170718/ Another one are privileges. You don’t need(…)
Database Administration & Monitoring OUD 11.1.2.3 – Patch 25840309: OUD BUNDLE PATCH 11.1.2.3.170718 19.07.2017 by Oracle Team By William Sescu A new OUD bundle patch was release at the 18th of July 2017, and this gives me the opportunity to show how fast an OUD can be patched, if configured correctly. In case you have an OUD(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle Recommended DB Parameters on the Oracle Database Appliance (ODA) 18.07.2017 by Clemens Bleile When creating a DB on the ODA using # oakcli create database -db <db-name> a template is used to set a couple of DB parameters like e.g. _datafile_write_errors_crash_instance=FALSE _db_writer_coalesce_area_size=16777216 _disable_interface_checking=TRUE _ENABLE_NUMA_SUPPORT=FALSE(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 16 – DDL triggers 14.07.2017 by Daniel Westermann A question I received recently from a customer: Oracle gives you the possibility to create DDL triggers. DDL triggers fire (as the name implies) when DDL events occur. Can we do that in PostgreSQL? Yes, this feature(…)
Database Administration & Monitoring What are typed tables in PostgreSQL? 13.07.2017 by Daniel Westermann While reading the PostgreSQL documentation for "CREATE TABLE" I came across this: "OF type_name: Creates a typed table, which takes its structure from the specified composite type (name optionally schema-qualified). A typed table is tied to its(…)
Database Administration & Monitoring Did you ever wonder what PostgreSQL is executing in the background when you use the psql shortcuts? 13.07.2017 by Daniel Westermann When you work with PostgreSQL you are probably using psql and when you use psql you are probably using one or more of the shortcuts psql is providing. These shortcuts provide a quick and convenient way to(…)
Database Administration & Monitoring Azure Compare Total Cost of Ownership (TCO) with comparable Azure deployment 13.07.2017 by Microsoft Team Microsoft Azure allows you to quickly deploy infrastructures and services to meet all of your business needs. You can run Windows and Linux based applications in 36 Azure datacenter regions, delivered with enterprise grade SLAs. Microsoft Azure offer you(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 15 – invisible indexes 12.07.2017 by Daniel Westermann It has been quite a while since the last post in this series. Today we'll look at what you know from Oracle as: Invisible indexes. In case you wonder what they might be useful for: Imagine you(…)
Database Administration & Monitoring, Database management Migration to SQL Server 2016 with deprecated data types and Full-Text 11.07.2017 by Stéphane Haby A few weeks ago, I prepared a migration from SQL Server 2008 to SQL server 2016, I came across a case with deprecated data types and a Full-Text activated on these columns. To simulate this scenario, I downloaded and(…)