WebLogic – Update on the WLST monitoring
A few years ago, I wrote this blog about a WLST script to monitor a WebLogic Server. At that time, we were managing a Documentum Platform with 115 servers and now, it’s more than 700 servers so I...
View ArticleThis is a test
I’ll delete it quick don’t worry Cet article This is a test est apparu en premier sur Blog dbi services.
View ArticleBringing up an OpenShift playground in AWS
Before we begin: This is in no way production ready, as the title states. In a production setup you would put the internal registry on a persistent storage, you would probably have more than one master...
View ArticleSolution for CRS-2718 placement error
It just happened that I cannot start an Oracle 12.2 database on a bare metal Oracle Database Appliance: SQL> startup nomount pfile='/tmp/init.ora'; ORA-39510: CRS error performing start on instance...
View ArticleRCSI with foreign keys, NULL values and paramater sniffing behavior
In this blog post let’s go back to the roots (DBA concern) with a discussion with one of my friends about a weird transaction locking issue. In fact, this discussion was specifically around two...
View ArticleDirect NFS, ODM 4.0 in 12.2: archiver stuck situation after a shutdown abort...
A customer had an interesting case recently. Since Oracle 12.2. he got archiver stuck situations after a shutdown abort and restart. I reproduced the issue and it is caused by direct NFS since running...
View ArticleCreating PostgreSQL users with a PL/pgSQL function
Sometimes you might want to create users in PostgreSQL using a function. One use case for this is, that you want to give other users the possibility to create users without granting them the right to...
View ArticleOracle 18c Grid Infrastructure on Windows Server
Oracle Grid Infrastucture can be installed on Windows platform. The steps are the same that on other platforms. In this blog we are going to install Oracle GI 18c on Windows 2016.I have two disks on my...
View ArticleHow to create an Azure SQL Database
Azure SQL Database is a relational database-as-a-service (DBaaS) which gives us the possibility to create application with a performant database without to take care of the relying infrastructure....
View ArticleTwo node patroni does not failover when one node crashes
A few days ago I had the order to build a two Node Patroni Postgres 9.6 Cluster using etcd in our openDB Appliance environment. Sounds easy, one leader, one secondary, both running etcd, that’s it. But...
View ArticleUnable to add physical standby database
Recently I tried to setup some new physical standby databases and got the following strange message: DGMGRL> ADD DATABASE "XXXX" as connect identifier is "XXXX" maintained as physical; Error:...
View ArticleHow to migrate from on-premise to an Azure SQL Database
As a SQL Server DBA we have the habit to migrate databases from an instance to another one or to a new environment. But migrate a database from on-premise to the Azure Cloud is an operation that we...
View ArticleOracle 19C : Dynamic Change of Fast-Start Failover Target
Oracle 19C is now available on premise. There are lot of new features. One for the Data Guard Broker is that now we can dynamically change the fast-start failover target to a specified member in the...
View ArticleOracle 19C : Exporting and Importing Broker Configuration
Up to Oracle 19c, there was no automatic way to backup the configuration of the broker. One solution was to manually copy all executed instructions in a file. With Oracle 19c, there is now the...
View ArticleAPEX Connect 2019 – Day 1
This year again the APEX connect conference spans over three days with mixed topics around APEX, like JavaScript, PL/SQL and much more. After the welcome speech and the very funny and interesting...
View ArticleAPEX Connect 2019 – Day 2
The day first started with a 5K fun run. After the Keynote about “APEX: Where we have come from and where we’re heading: Personal insights on Application Express from the Development Team” by John...
View ArticleAPEX Connect 2019 – Day 3
For the last conference day, after the Keynote about “JavaScript, Why Should I Care?” by Dan McGhan , I decided to attend some JavaScript learning sessions to improve myself and presentations on...
View ArticleConfiguring Oracle DB data source in JBoss EAP 7.1
Introduction This blog explains how to install and use an Oracle database JDBC driver in JBoss EAP 7.1 standalone instance and in a domain deployment. Oracle JDBC driver installation The first step is...
View ArticleDocumentum – Remote Content Server Decommission
I already experienced the installation of a remote Content Server but it was my first decommissioning, and as usual the decommission is faster than the installation by the way, read this blog if you...
View ArticleDocumentum – Delete Remote Docbase – Strange behavior
In the previous blog I showed you how to decommission a remote Content Server by deleting remote Docbase(s) and Docbroker(s). In fact, when I tried to delete remote Docbases I encounter a strange...
View Article