Starting with the release of Grid Infrastructure 12c Release 2, Oracle changed the installation process. Instead of unzipping the downloaded zip files to a staging area, you unzip them to your target Oracle Home location. Afterwards you run the configuration script gridSetup.sh. This new installer has a lot of improvements like patching the installer itself or installing patchset updates or bundle patches before the actual configuration of the Grid Infrastructure starts. I want to demonstrate one of these new features – the creation of a Gold Image of an existing Grid Infrastructure installation.
Continue readingCategory: Oracle
Alles Rund um das Datenbanksystem von Oracle.
tfactl fails on Solaris while using df
This is just a short blog post about a problem using Oracle Tracefile Analyzers commandline utility tfactl on Solaris.
Continue readingResolve TNS alias using DBMS_TNS
This short blog post will demonstrate the usage of the new DBMS_TNS package, which was first introduced with the release of Oracle 12.2.0.1 and can be used to resolve a TNS alias to its full connect descriptor.
Continue readingGenerate CSV with SQL*Plus 12.2.0.1
From time to time it is required to get the rows of a table as comma separated values (CSV). With the release of Oracle 12.2.0.1, SQL*Plus has the ability to display the result of a query as CSV. This short blog post will demonstrate the usage of this new feature.
Continue readingGrid Infrastructure does not start after Kernel upgrade to 3.10.0-514.21.2
A lot of operating system vendors released recently an updated version of the Linux Kernel to fix an issue called Stack Clash (CVE-2017-1000364). But after applying the new Kernel version, the startup of the Grid Infrastructure fails.
Continue readingorapwd enforces password complexity rules in 12.2.0.1
Starting with Oracle Database 12.2.0.1 the orapwd utility – used to create Password Files for remote authentication – enforces complexity rules for the provided password.
Continue readingSilent installation of Grid Infrastructure 12.2.0.1 without ASM
This is the first blog post about the recent release 12.2.0.1 of Oracle Grid Infrastructure. In the next lines I will demonstrate how to install Grid Infrastructure for a standalone server (Oracle Restart) without the Automatic Storage Management (ASM) component silently.
Continue readingOracle Database Security Assessment Tool
Durch die tägliche “Oracle Support Hot Topics” E-Mail bin ich auf ein neues und mir noch unbekanntes Tool mit dem Namen Oracle Database Security Assessment Tool (kurz DBSAT) gestoßen. Mithilfe dieses Tools lassen sich Verwundbarkeiten und Fehlkonfigurationen einer Datenbank und des darunter liegenden Betriebssystems ermitteln. Dieser Blogeintrag stellt DBSAT und dessen Konfiguration und Verwendung kurz vor.
Continue readingAnzahl an Verbindungen im Listener limitieren
Bei einem Kundeneinsatz hatte ich die Aufgabe, die Performance einer Datenbank zu überprüfen. Die Benutzer beschwerten sich über sehr schlechte Reaktionszeiten beim Verbindungsaufbau – teilweise brachen Versuche mit einem “TNS-12535: TNS:operation timed out” Fehler ab. Mehrere Tests mit tnsping zeigten Antwortzeiten von 500 – 32000 ms. Der tnslsnr Prozess auf dem Linux-Server hatte eine CPU Auslastung von mehr als 50%. Bei der Überprüfung des Listener Logs konnte ein massiver Anstieg an einkommenden Verbindungen festgestellt werden. Die Anzahl stieg von 70 auf 250 Anfragen pro Sekunde – zuviel für das System. Dieser Blog Beitrag stellt das Connection Rate Limiter Feature des Listeners vor, das verwendet werden kann um die Last von “Logon Storms” zu minieren. Das Feature steht ab Oracle 9.2.0.8 zur Verfügung.
Continue readingVerwendung der Data Pump Komprimierung ermitteln
Dieser Blog-Beitrag wie man ermitteln kann, ob Data Pump Exports mit eingeschalteter Komprimierung auf Datenebene durchgeführt wurden. Die Komprimierung der Daten erfordert die Lizenzierung der Advanced Compression Option. Lediglich die Komprimierung der Metadaten steht kostenfrei zur Verfügung.
Continue reading