Database Administration & Monitoring Oracle 12.2 – How to run a consistent full database export with dbms_datapump and parallel degree of 8 13.06.2017 by Oracle Team By William Sescu Nowadays, since the cloud is becoming more and more important, the PL/SQL API’s become more and more important too. Fortunately, Oracle has quite a lot of them. E.g. How do you run a Data Pump export if(…)
Database Administration & Monitoring, Database management Install Apache Kafka on Linux 09.06.2017 by Open source Team What is Apache Kafka ? No, Kafka is not only the famous author (en.wikipedia.org/wiki/Franz_Kafka), it’s an open-source distributed pub-sub messaging system with powerful skills like scalability and fault tolerance. It’s also a stream processing platform (near real-time) for(…)
Database Administration & Monitoring SQL Server 2017 high availability and Resumable Online Indexes 05.06.2017 by Microsoft Team Ensuring data availability is an important part of the high availability design. SQL Server AlwaysOn features including SQL Server FCIs and availability groups address some aspects of the problem but we may also rely on the online operations features to(…)
Database Administration & Monitoring, Database management Oracle 12.2 – How to rotate the 12.2 listener log (DIAG_ADR_ENABLED_LISTENER = OFF) 05.06.2017 by Oracle Team By William Sescu The listener log file contains a lot of very useful information, like the program which was used for the connection, the IP address where the connection is coming from, the OS user which was used on the(…)
Application integration & Middleware, Database Administration & Monitoring OUD – Oracle Unified Directory 11.1.2.3, How to change the Java version of OUD 11.1.2.3 with Weblogic and ODSM 29.05.2017 by Oracle Team By William Sescu In this blog, I would like to show how to change the Java version used by OUD and WebLogic, in case you use the ODSM. The OUD (Oracle Unified Directory) is written purely in Java, not like(…)
Database Administration & Monitoring Getting Solaris 8 x86 up and running in Virtual Box 26.05.2017 by Daniel Westermann As this project is going to start soon and I learned that there is a x86 version of Solaris 8, today I thought it would be great if I can get a test setup up and(…)
Database Administration & Monitoring Oracle 12cR2 – ORA-44777 – Pluggable database service cannot be started 26.05.2017 by Oracle Team By William Sescu Have you ever experienced the following error? SQL> alter pluggable database pdb2 open; alter pluggable database pdb2 open * ERROR at line 1: ORA-44304: service does not exist ORA-44777: Pluggable database service cannot be started. The error(…)
Database Administration & Monitoring PostgreSQL 10 Beta 1: Logical replication 25.05.2017 by Oracle Team By Mouhamadou Diaw In a previous blog we talked about partition in postgreSQL 10 Beta 1. In this article we will talk about another new feature logical replication. Yes in postgreSQL 10, logical replication is(…)
Database Administration & Monitoring History of Upgrading 9 Tb PostgreSQL database 25.05.2017 by Oracle Team Mouhamadou Diaw In this blog I am going share a history of PostgreSQL migration and upgrade from 9.2 to 9.6. Let me first explain the context We have a PostgreSQL environment with following characteristics. Note that real database name,(…)
Database Administration & Monitoring You do use the Oracle Trace File Analyzer, don’t you? 25.05.2017 by Daniel Westermann When you do not know what the Oracle Trace File Analyzer (tfa) is or you have heard about it but you don't know what it is for then you probably should read this, especially when you are working in clustered(…)