Database Administration & Monitoring, Oracle TRANSPORT_CONNECT_TIMEOUT and RETRY_COUNT 10.08.2018 by Oracle Team By Franck Pachot . When you have a Data Guard configuration, you want the application to connect to the right server, where the primary is, without taking too much time. The default TCP timeout is 1 minute which is too(…)
Cloud, Oracle ATP vs ADW – the Autonomous Database lockdown profiles 09.08.2018 by Oracle Team By Franck Pachot . The Oracle database has always distinguished two types of workloads: transactional (OLTP) and datawarehouse (VLDB, DWH, DSS, BI, analytics). There is the same idea in the managed Oracle Cloud with two autonomous database services.
Database Administration & Monitoring Using Oratcptest 09.08.2018 by Oracle Team By Mouhamadou Diaw Last day I did some tests with Oratcptest. This a command line tool which can be used to measure network bandwidth and network latency between client and server. In this blog I am going to show(…)
Oracle MERGE JOIN CARTESIAN: a join method or a join type? 08.08.2018 by Oracle Team By Franck Pachot . I'll present about join methods at POUG and DOAG. I'll show how the different join methods work in order to better understand them. The idea is to show Nested Loops, Hash Join, Sort Merge Join, Merge(…)
Database Administration & Monitoring Backing up and restoring EDB containers in MiniShift/OpenShift 08.08.2018 by Daniel Westermann This blog refers to an older version of EDB's Postgres on Kubernetes offering that is no longer available. The last blogs in the series are already some days old: Setting up MiniShift,(…)
Application integration & Middleware, Oracle New installed Fusion Middleware Reports or Forms WebLogic Servers fails to start after configuring SSL 08.08.2018 by Middleware Team We installed a Fusion Middleware reports and Forms 12.2.1.2.0 on a Linux Server. Those are single node Reports and Forms WebLogic Servers. After disabling the Non SSL Listen Port, we got the below error in the WebLogic Servers(…)
Oracle How much free space can be reclaimed from a segment? 07.08.2018 by Oracle Team By Franck Pachot . You have the feeling that your table takes more blocks than it should? Here are the queries I use to quickly check the free space. The idea is to call DBMS_SPACE.SPACE_USAGE and infer the minimum(…)
Database Administration & Monitoring Catching interface state changes with Network Manager 06.08.2018 by Daniel Westermann Sometimes it is required that you can react on state changes of your network interfaces. Maybe you want to get notified by mail or you want to execute a script that does something in case an event is trapped. As(…)
Database Administration & Monitoring When does PostgreSQL create the table and index files on disk? 05.08.2018 by Daniel Westermann A question that pops up from time to time is: When we create a table or an index in PostgreSQL are the files on disk created immediately or is this something that happens when the first row is inserted? The(…)
Application integration & Middleware, Enterprise content management Documentum – Silent Install – Docbroker & Licences 04.08.2018 by Morgan Patou In a previous blog, I quickly went through the different things to know about the silent installations as well as how to install the CS(…)