oracledevs 2020-09-24 23:27 Oracle Entity Framework Core Performance Considerations Some developers have reported runtime performance degradation using Oracle EF... oracledevs 2020-09-09 14:54 Oracle EF Core 3.1 Production Release I’m happy to announce Oracle Entity Framework Core 3.1 production release is now available. Download it for free from... oracledevs 2020-08-20 04:09 Drain Dead Connections with Oracle .NET Fast Connection Failover Drain Dead Connections with Oracle .NET Fast Connection FailoverA common high... oracledevs 2020-08-11 21:07 PaaS4SaaS: Replicating Oracle SaaS Fusion to the Autonomous Data Warehouse Data Replication: Oracle SaaS Fusion to Data WarehouseHow can we leverage PaaS... oracledevs 2020-08-07 06:57 Disaster Recovery: Backing Up your Oracle Database with Oracle Database Cloud Backup Service, RMAN… Disaster Recovery: Backing Up your Oracle Database with Oracle Database Cloud... oracledevs 2020-07-16 21:35 Connecting Microsoft SQL Server Reporting Services to Oracle Autonomous Database Oracle Autonomous Database and SQL Server Reporting ServicesAs Oracle...
oracledevs 2020-07-13 15:18 Reusable Terraform modules for OCI We’ve recently published a number of reusable Terraform modules for OCI on GitHub and the Terraform registry. You can find them here.In this post, I’ll walk you through those I’m working on, their purpose and how...
oracledevs 2020-07-11 17:22 The best things in life are Always Free Who doesn’t like something for nothing?Especially when it comes to leading technology from the best cloud service providers.Now when it comes to cloud services; most of the biggest cloud service providers offer 2...
oracledevs 2020-07-03 02:53 Deploying Geo-Distributed Oracle Database on Oracle Cloud Infrastructure (OCI) Geo-distributed Oracle Database, a.k.a Oracle Database Sharding, enables globally distributed, linearly scalable, converged Oracle databases for hyper-scale applications that have low response time, high availability...
oracledevs 2020-07-03 01:04 Deploying the Argo project on OKE Image source: https://github.com/cncf/artwork/blob/master/projects/argo/icon/color/argo-icon-color.pngI was quite thrilled to learn that the Argo Project has recently been accepted as incubator-level project in...
oracledevs 2020-07-03 01:03 Make cloud 9 less cloudy Make clone 9 less cloudyFrom time to time I come across Oracle databases that have not be cloned correctly. This means I see the following:Databases with the same name in multiple hosts.Different databases with the...
oracledevs 2020-07-03 00:58 Connecting SQL*Plus in Cloud Shell to an Autonomous Database The objective of this article: connect SQL*Plus in Cloud Shell to an Autonomous Database instance (in a free tier — in the same or a different cloud tenancy)The starting situation: I have an autonomous database...
oracledevs 2020-07-03 00:56 Deploying and Integrating Hashicorp Vault on and with OCI HashiCorp Vault is a fantastic piece of software. You can use it to manage your secrets, to keep your application data secure or to manage access to different systems using identities.In this article, we will:deploy a...
oracledevs 2020-07-03 00:45 Tips for Connecting .NET Apps to Oracle Autonomous Database Tips for Connecting .NET Apps to Oracle Autonomous DatabaseLast year, I blogged how to connect Azure Web Apps to Oracle Autonomous Database. Many developers have used these instructions to start developing all sorts...
oracledevs 2020-06-27 00:53 Your Own Way — Oracle JDBC drivers 19.7.0.0 on Maven Central Your Own Way — Oracle JDBC drivers 19.7.0.0 on Maven CentralGet The JDBC Artifacts Your Own WayThe core Oracle JDBC drivers jar i.e., ojdbc8.jar can be used in isolation however, depending on the use cases such...
oracledevs 2020-06-26 20:31 Oracle .NET Application Continuity — Getting Started Oracle .NET Application Continuity — Getting StartedOracle Transparent Application ContinuityOne frequent request I hear is for ODP.NET sample code using Oracle Application Continuity (AC). It usually comes from...
oracledevs 2020-06-03 20:58 An Introduction to the io_uring Asynchronous I/O Framework In this blog Oracle Linux kernel developer Bijan Mottahedeh talks about the io_uring asynchronous I/O framework included in the Unbreakable Enterprise Kernel 6.IntroductionThis blog post is a brief introduction to the...
oracledevs 2020-05-30 05:23 Beta Release: Oracle Entity Framework Core 3.1 I’m happy to announce the release of Oracle Entity Framework Core (EF Core) 3.19.0 beta on NuGet Gallery. This beta supports the new changes in Entity Framework Core 3.1. Since it’s a beta, be sure to check off the...
oracledevs 2020-05-26 21:31 ODP.NET Tracing — The Basics ODP.NET Tracing — The BasicsI previously wrote about some new features in ODP.NET tracing. Then, I realized not everyone necessarily knows how to enable and configure ODP.NET tracing in general. For this blog...
oracledevs 2020-05-20 22:18 ODP.NET Tracing — Let’s Get Dynamic ODP.NET Tracing — Let’s Get DynamicODP.NET debug tracing is not a feature you ever plan to use. Enabling it means you’ve hit a problem and need to collect diagnostic information to determine the root cause....
oracledevs 2020-05-18 20:06 ODP.NET 19.7 — What’s New ODP.NET 19.7 — What’s NewIn the last month, my team released ODP.NET 19.7. You can download and deploy managed ODP.NET and ODP.NET Core from NuGet Gallery for free. These new releases fix bugs, of course. They...
oracledevs 2020-05-06 21:18 Kafka Connect a complete overview Kafka Connect a complete overviewWhat’s the crack jack?I just finished a series of blog posts where I did an overview in Kafka Connect. The idea is a complete post with a good start point to discover the topic.What...
oracledevs 2020-05-01 16:26 Oracle Linux Cloud Native — straight out of the box Oracle Linux Cloud Native — straight out of the boxThe Oracle Linux Cloud Native Environment (OLCNE) is offered to customers from ‘vagrant-boxes/OLCNE’.Effectively it’s Vagrant Kubernetes.So let’s set up...
oracledevs 2020-05-01 16:21 Oracle Database — more value for money and more value for free Oracle Database — more value for money and more value for freeOracle is not known for low prices or free products. However, when it comes to the Oracle Database there are some developments that might be of...
oracledevs 2020-04-28 20:22 Spring: Blocking vs non-blocking: R2DBC vs JDBC and WebFlux vs Web MVC Spring Framework version 5, released in Sept 2017, introduced Spring WebFlux. A fully reactive stack. In Dec 2019 Spring Data R2DBC, a reactive relational database driver was released. In this blog post I’ll show that...