Database Administration & Monitoring, SQL Server SQL Server: Collect Page Split events using Extended Event session 04.03.2020 by Steven Naudet Earlier this week someone tried to show me how to capture page split events using Extended Events (XE) but unfortunately, the demo failed. This is a good opportunity for me to refresh my knowledge about page split and set up(…)
Database Administration & Monitoring After login as administrator to the WebLogic console, impossible to run administration action 25.02.2020 by Middleware Team For a few weeks I was faced with a problem that I had never encountered before. On a Windows Server, browsing to the WebLogic Administration console, I was not able to do any modification or even check the monitoring screens.
Database Administration & Monitoring WebLogic 12.2.1.4 software installation or upgrade, installs and configure Coherence cache in the domains 25.02.2020 by Middleware Team We are using silent installation to install WebLogic Server software based on a response file with “INSTALL_TYPE=WebLogic Server” but it looks like the coherence server is installed becuase when we start the WebLogic Server, the following can be seen in(…)
Database Administration & Monitoring Java 1.8 Utility classes: XML, ZIP, BufferedImage and Download 25.02.2020 by Middleware Team When I write code, I usually need some utility classes to ease the development. So here I will share my most used classes. Hope this will help you as well! XML store and load I strongly use XML for storing(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Oracle Speed up datapump export for migrating big databases 21.02.2020 by Jérôme Dubar Introduction Big Oracle databases (several TB) are still tough to migrate to another version on a new server. For most of them, you’ll probably use RMAN restore or Data Guard, but datapump is always a cleaner way to migrate. With(…)
Database Administration & Monitoring, Database management, Oracle Oracle 20c Data Guard : Validating a Fast Start Failover Configuration 19.02.2020 by Oracle Team By Mouhamadou Diaw In Oracle 20c, we can now validate a Fast Start Failover configuration with the new command VALIDATE FAST_START FAILOVER. This command will help identifying issues in the configuration. I tested this new feature. The Fast Start(…)
Database Administration & Monitoring, Database management, Oracle Oracle 20c : The new PREPARE DATABASE FOR DATA GUARD 18.02.2020 by Oracle Team By Mouhamadou Diaw As you may know, Oracle 20c is in the cloud with new features. The one I have tested is the PREPARE DATABASE FOR DATA GUARD. This command configures a database for use as a primary database(…)
Database Administration & Monitoring, Oracle SQLNET.EXPIRE_TIME and ENABLE=BROKEN 15.02.2020 by Oracle Team By Franck Pachot . Those parameters, SQLNET.EXPIRE_TIME in sqlnet.ora and ENABLE=BROKEN in a connection description exist for a long time but may have changed in behavior. They are both related to detecting dead TCP connections with keep-alive probes. The former(…)
Database Administration & Monitoring, Database management, Hardware & Storage, Operating systems, Oracle odacli create-database extremely slow on ODA X8-2 with 19.5 14.02.2020 by Jérôme Dubar Introduction ODA X8-2, in the S, M or HA flavour, is the new database appliance from Oracle. But as a brand new product, you can experience troubles due to the lack of maturity. This time, it concerns database creation that(…)
Database Administration & Monitoring How can Docker help a MariaDB cluster for Disaster/Recovery 12.02.2020 by Open source Team Mistakes or accidental data deletions can sometimes happen on a productive MariaDB Galera Cluster and this can be disastrous. There are so many cases I have heard by customers and hereafter are some of the most common: -(…)