Oracle 18c runInstaller -silent 12.08.2018 by Oracle Team By Franck Pachot . You find two different 'runInstaller' under an Oracle Home. The old one, the Oracle Universal Installer, in $ORACLE_HOME/oui/bin. And the new one, in $ORACLE_HOME directly. They have the same name but are completely different. The old(…)
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.
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(…)
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(…)
Oracle Oracle 18c preinstall RPM on RedHat RHEL 03.08.2018 by Oracle Team By Franck Pachot . The Linux prerequisites for Oracle Database are all documented but using the pre-install rpm makes all things easier. Before 18c, this was easy on Oracle Enterprise Linux (OEL) but not so easy on RedHat (RHEL) where(…)
Database Administration & Monitoring, Database management, Oracle Upgrade Oracle Grid Infrastructure from 12.1.0.2.0 to 12.2.0.1.0 03.08.2018 by Oracle Team The following blog will provide the necessary steps to upgrade the Grid Infrastructure from 12.1 to 12.2, for a Standalone Server. One of the new features of GI 12.2 is the usage of the AFD (Oracle ASMFD Filter Driver).
Database Administration & Monitoring, Database management, Oracle Patching ODA lite to 12.2.1.4.0 30.07.2018 by Jérôme Dubar Here is how to apply the latest patch for your ODA. As usual the Oracle documentation is not 100% accurate. I applied this patch on 2 ODAs X7-2M previously deployed in 12.2.1.2.0, no intermediate patch was needed. 1) Download the(…)
Database management, Oracle Logical standby: No view for data guard status on session level 27.07.2018 by Oracle Team On logical standby you have to switch off data guard at least on session level to make modifications on objects which are maintained by data guard. This is done by command alter session disable guard; Dataguard(…)