(Michael Dinh) What’s the reason for implementing DataGuard Broker? It does all the work.
Tag: Oracle
Iterating OCI CLI list data in bash
(Trent) For automating tasks with OCI, you have a few options:
Oracle GI upgrade from 12.1.0.2 to 12.2.0.1 on Exadata
(Syed Jaffar Hussain) Yet another successful Exadata Grid Infrastructure upgrade to 12.2. Of course the v12.2.0.1 is bit older, but as per customer’s request, we had to proceed. As usual there are some takeaway points from this assignment too.
Jenkins Plugin for Oracle Cloud Infrastructure
(Skant Gupta) Oracle Cloud Infrastructure Compute Plugin allows users to access and manage cloud resources on the Oracle Cloud Infrastructure (OCI) from Jenkins.
Is Oracle Fail Safe 4.2.1 certified with Oracle Database 19c?
(Mike.Dietrich) From time to time I get questions regarding the certification of Oracle Fail Safe. And just the other day, a customer asked: Is Oracle Fail Safe 4.2.1 certified with Oracle Database 19c?
18c versus 19c
(Connor McDonald) I had someone say to me at an event recently: “We’re are going to upgrade to 18c, because 19c is new and is probably less stable”.
ORA-27090: Unable to reserve kernel resources for asynchronous disk I/O
(Satishbabu Gunukula) User may receive below error when connecting to Database, I have encountered this issue in various versions of Oracle such as 10g, 11g, 12c and 19c.
I have done it ‘Oracle Cloud’
(Stefan) Yes, and the „never ending story Oracle“, goes on
How to customize your OpenAPI Doc for Oracle REST Data Services
(Jeff Smith) You can easily generate {Swagger} documentation sets for your RESTful Services in ORDS. Each /metadata-catalog endpoint includes a link to get the OpenAPI 2.0 JSON as well.
Merge vs. Insert-Exception-Update
(Marco Mischke) Recently I had a discussion with one of our developer about how to bring new rows in a table or, if the row already exists, update it.