When you're upgrading from previous versions before 3.6 you might notice this warning showing up in the shell when you start the server for the first time. This warning is telling you that you don't have an IP bound to your instance, preventing any connections to the...
Welcome to our blog, which is more than just a record of our experiences. It’s a resource.
Our blog is an invaluable resource for anyone struggling with the challenges of managing a database, applications, or clouds.
We understand the difficulties involved in troubleshooting, building, improving, securing, and operating these platforms,
and we’re here to share our insights and expertise with you. Browse through our collection of blog posts below,
and don’t hesitate to leave your comments and feedback.
Oracle 11g AUD$ Table Maintenance after ORA-01653: unable to extend table SYS.AUD$
Problem: ORA-01653: unable to extend table SYS.AUD$ by 1024 in tablespace SYSTEM This error generally results when the aud$ table has a next_extent value that is greater than the available contiguous space in the SYSTEM tablespace. The aud$ table records logins to the...
MongoDB – Disabling Transparent Huge Pages Ubuntu 16.04+
When running a MongoDB instance, it's always important and even recommended to disable Transparent Huge Pages. Database workload can be poor when THP is enabled. Service File This service will allow you to disable THP during startup. Create the service file we'll use....
How to Install Agent for Hybrid Management Via Azure Arc
Microsoft states, "Azure Arc for servers allows you to manage machines which are outside of Azure. When a non-Azure machine is connected to Azure, it becomes a Connected Machine and is treated as a resource in Azure. Each Connected Machine has a Resource ID, is...
Amazon RDS – Serverless Automated Snapshots Tutorial
Snapshots in Amazon when taken manually, are not available for scheduling. In order to accomplish this you could run Amazon CLI but for that you would need to execute from a server based on a cron job or something similar. This solution will allow you to run a...
Setting Up HADR with Two Auxiliary Standbys
In my previous blog, I presented some of the issues you can run into when setting up one auxiliary HADR standby and a potential solution. This blog discusses setting up two auxiliary standby databases in detail. Let's start with all the information we need to set the...
Ten Factors for Choosing DBA Services
Data is the lifeblood of your business, which means taking care of it is essential for operating your business. Whether your company uses SQL Server, Oracle, Db2, or PostgreSQL, quality database support, maintenance, and protection must be an integral part of your...
Office 365 Email Migration Prep Guide
What is Needed to prepare for an email migration? As a system administrator, I have had my share of email migrations. Some have gone as smooth as can be, others not so much. With every situation being an opportunity to learn and grow, here are some tips I have learned...
PostgreSQL Performance Identifying Hot and Slow Queries
Table of contentsSlow QueriesMulti-Tenant QueriesHot Queries Using pg_stat_statements, we'll look at several ways to identify queries with slow response times and those that are heavily used. If you're not familiar with how to enable pg_stat_statements, please see my...
PostgreSQL Custom Delimited Imports with DBeaver
If you're not familiar with importing data using DBeaver, then I encourage you to view my previous blog here. When importing data, sometimes you receive data that isn't in csv format. The delimiter is tabbed, barred or others. DBeaver's csv driver can be customized to...









