Database management New release model for JUL17 (or Oracle 17.3): RU and RUR 30.05.2017 by Oracle Team By Franck Pachot . Updated June 5th When reading about new version numbering in SQL Developer, I took the risk to change the title and guess the future version number for Oracle Database: Oracle 17.3 for(…)
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 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, Operating systems Oracle Linux 7 – How to audit changes to a trusted file such as /etc/passwd or /etc/shadow 22.05.2017 by Oracle Team Linux auditing is quite powerful and a lot of different use cases might be handled via the auditing framework. However, in this blog I would like to show you, how to audit changes on trusted files, like /etc/passwd or /etc/shadow.
Database Administration & Monitoring PostgreSQL 10 Beta 1: Native Table Partitioning 20.05.2017 by Oracle Team By Mouhamadou Diaw The Beta 1 version PostgreSQL 10 is now released with lot of new features. One of the most popular is the native support of table partitioning. In this blog we are going to see how we(…)