Oracle
-
Using the Operating System’s certificate store instead of an Oracle wallet in Oracle AI Database 26ai
Before jumping into the example, it’s worth highlighting an important aspect: security. Therefore you cannot simply…
-
Linting MLE JavaScript Modules in Continuous Integration Pipelines
Continuous Integration (CI) is the process of automatically building and testing your application’s code each time…
-
Data Access using Java Stored Procedures in Oracle Database
Recently I had to troubleshoot a problem related to Java stored procedures in Oracle Database. SQL…
-
Avoiding pitfalls when using cURL in CI/CD pipelines
Continuous Integration/Continuous Delivery (or Deployment, depending on your point of view) pipelines are at the core…
-
Creating a Java Stored Procedure in Oracle Database
This blog post provides a quick (and dirty) way of creating Java Stored Procedures in Oracle…
-
Generating Table DDL in Oracle Database
Generating table DDL is a common requirement. Unfortunately it’s not quite common enough for me to…
-
DOAG 2021 gems: DBMS_XPLAN.COMPARE_PLANS
The most excellent #DOAG2021 conference ended last week. I have attended quite a few presentations and…
-
The performance story that didn’t turn out as one: a case of or-expansion and how the database mitigated the problem on its own
Recently I had a bit of time to study the effect of an optimizer query transformation,…
-
Deploying I/O intensive workloads in the cloud: Oracle Automatic Storage Management (ASM)
Over the past month I wrote a few posts about deploying I/O intensive workloads in the…