Database management Oracle 12cR2: exchange partition deferred invalidation 29.05.2017 by Oracle Team By Franck Pachot . In a previous post I introduced the new 12cR2 feature where some DDL operations can use the same rolling invalidation than what is done with dbms_stats. On tables, DDL deferred invalidation is(…)
Database management Which privilege for CREATE PLUGGABLE DATABASE from DB LINK? 29.05.2017 by Oracle Team By Franck Pachot . When cloning a PDB from a remote CDB you need to define a database link to be used in the CREATE PLUGGABLE DATABASE … FROM …@… command. The documentation is not completely clear about 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 management 12cR2 needs to connect with password for Cross-PDB DML 26.05.2017 by Oracle Team By Franck Pachot . In a previous post, I explained that Cross-PDB DML, executing an update/delete/insert with the CONTAINERS() clause, seems to be implemented with implicit database links. Connecting through a database link requires a password(…)
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(…)
Database Administration & Monitoring SQL Server 2017 on Linux and some log shipping scenarios 24.05.2017 by Microsoft Team In this blog let’s talk a little bit about the log-shipping feature from the SQL Server CTP 2.0. First of all, let’s say that as a Windows version, it is possible to create our own solution based on Linux (and(…)