Database Administration & Monitoring Can I do it with PostgreSQL? – 13 – create database 02.04.2017 by Daniel Westermann Following the last post about which tools you can use to create your PostgreSQL instance in this post we'll look at how you can do the "create database" part that you would do in Oracle when not using(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 12 – dbca (database configuration assistant) 31.03.2017 by Daniel Westermann Short answer: No. Long answer: No. Every other possible answer: No. There is no such tool in PostgreSQL. In Oracle you can use the database configuration assistant to create your Oracle database. But this is not a must,(…)
Database Administration & Monitoring GoldenGate 12.2: ERROR: Unable to create a new wallet 30.03.2017 by Daniel Westermann Today I had a very strange issue when setting up a brand new GoldenGate 12.2 installation. Installation went fine, patch went fine (PSU 170221) and then I started to configure GoldenGate. One of the first commands we usually do is:(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 11 – NLS_DATE_FORMAT 30.03.2017 by Daniel Westermann Following the last post about time zones this post is about the display and default format of date and time values. What people usually do to get a consistent display of date and time values in Oracle(…)
Database Administration & Monitoring Can I do it with PostgreSQL? – 10 – Timezones 29.03.2017 by Daniel Westermann This post is inspired by a question we received from a customer: In Oracle there is the sessiontimezone which returns the time zone of the session. Asking for the time zone of the session in Oracle returns(…)
Database Administration & Monitoring Vertically scale your PostgreSQL infrastructure with pgpool – 3 – Adding another standby 28.03.2017 by Daniel Westermann In the first and second post in this series we did the basic pgpool setup including the watchdog configuration and then did a simple setup for automatically failover from a PostgreSQL master instance in case it(…)
Database Administration & Monitoring Vertically scale your PostgreSQL infrastructure with pgpool – 2 – Automatic failover and reconfiguration 24.03.2017 by Daniel Westermann In the first post of this little series we did the basic setup of pgpool and configured the watchdog. So, as of now, pgpool uses a VIP which is active on one of the(…)
Database Administration & Monitoring Vertically scale your PostgreSQL infrastructure with pgpool – 1 – Basic setup and watchdog configuration 16.03.2017 by Daniel Westermann I have written some posts on how you can make your PostgreSQL deployment high available by using PostgreSQL's streaming replication feature in the past ( 1, 2 ). The main issue you'll have to(…)
Database Administration & Monitoring EDB BART 2.0 – How to upgrade and block level incremental backups 13.03.2017 by Daniel Westermann We already have some posts on how you can use EDB BART to backup and restore your PostgreSQL instances from one central server (EnterpriseDB Backup and Recovery Tool (BART), getting started with postgres plus(…)
Database Administration & Monitoring Is it the right time to move to MariaDB now? 11.03.2017 by Daniel Westermann Do you think about adding MariaDB to your database landscape or do you even think about replacing other database systems with MariaDB? Then you should register here. We will be doing a webinar with MariaDB on(…)