How to setup Oracle SQL Developer Extension for VS Code or Oracle SQLcl to authenticate your database connections using Kerberos – without an Oracle Client!
How to setup Oracle SQL Developer Extension for VS Code or Oracle SQLcl to authenticate your database connections using Kerberos – without an Oracle Client!
How to export all of the REST APIs across all of the schemas in your Oracle Database using Oracle REST Data Services (ORDS) version 25.1.
Oracle SQL Developer Extension for VS Code v25.1 is now available! This release includes the ability to organize your connections via folders (and subfolders!)
Easily setup your Internet of things (IOT) devices to share their telemetry data with your Oracle Database, via a secured REST API and a bit of Python.
Did you know Oracle REST Data Services now supports generating Pre-Authenticated Requests (PARs) for any of your Oracle Database REST APIs? Examples and code!
Using SQLcl to load ~29,000 records from Chicago’s open data portal to follow along with AI Vector Search PM Andy Rivenes’s getting started tutorial.
Oracle Database REST API example, how to fail gracefully when resource DELETE request fails. TLDR – exception handling and proper status codes!
Oracle SQLcl 24.4.1 is available, and supports loading Excel files to new or existing tables with the LOAD cmd. Plus a reminder about our Project feature.
Round-up from my ‘daily share a Oracle Database blog post in January’ project. All of the posts, links to the authors, and my personal takes.
How to easily load a new record to your Oracle Database table via a REST API, when that table has 1 or more JSON columns in either 19c or 23ai via ORDS.