(Uwe Hesse) Adding a cluster node will not only increase the available storage capacity but also the total compute power of your cluster.
Tag: Oracle
AutoUpgrade may fail when patch ID column is NULL
(Mike.Dietrich) Monday morning – it’s time to write a new blog post. And actually I will set priorities based on what you reported to me in the past week.
LISTAGG() as a Cumulative Function
(stewashton) LISTAGG() can be used as an analytic function, but cannot be cumulative. What does that mean, and is there a workaround?
Oracle Table Prefs
(Neil Chandler) V. Quick post for me really: Some SQL to tell me all of the Table Prefs for any specific table (All Oracle 19 prefs)
Don’t Let the Streams Pool Fool You
(David Fitzjarrell) Sometimes conventional wisdom isn’t so conventional, or common. As a case-in-point DBAs may believe that the STREAMS pool is reserved strictly for streams processes.
Deploying an Oracle WebLogic Domain on a Kubernetes cluster using Oracle WebLogic Server Kubernetes Operator
(Marc Lameriks) At the Oracle Partner PaaS Summer Camp IX 2019 in Lisbon, held at the end of August, I followed a 5 day during workshop called “Modern Application Development with Oracle Cloud”.
Oracle Forms & Reports 12.2.1.4.0 – First Look
(Dirk Nachbar) Yesterday I was blogging about the new Oracle Forms & Reports 12.2.1.4.0 Release.
Calling an Oracle DB stored procedure from Spring Boot using Apache Camel
(Maarten Smeets) There are different ways to create data services. The choice for a specific technology to use, depends on several factors inside the organisation which wishes to realize these services.
Understanding/Modifying Oracle GoldenGate Microservices Settings
(Bobby Curtis) Oracle GoldenGate Microservices provide a wide range of options from administration and security to enhance the replication setup and experience. The Microservices architecture makes interaction with Oracle GoldenGate much easier compared to the traditional Classic architecture.
Basic Replication — 11 : Indexes on a Materialized View
(Hemant K Chitale) A Materialized View is actually also a physical Table (by the same name) that is created and maintained to store the rows that the MV query is supposed to present.