Definitive Guide: REST API for Insert Row to Oracle Table
Everything I’m about to demonstrate in this post has been demonstrated before. working with IDENTITY columnsgrabbing columns off the header AND bodycatching exceptions and avoiding HTTP 500’sgetting...
View ArticleLearning SQL with your own Spotify Streaming History data
It’s 2023 and you’ve decided you want to beef up your resume with a tech skill that’s proven and lucrative. You’ve decided, NOW is the time to learn SQL. I want to show you how to make this more...
View ArticleDropping an Oracle table with SQLcl and Liquibase
You’re using Liquibase to manage your Oracle application schemas, and you’re also using SQLcl to make that easier. Now you want to get rid of a table. How can we do that? You’ve probably heard us talk...
View ArticlecURL vs Python: loading data from a file via Oracle REST API
A CLI for HTTP(S) I’m not a fan of cURL, so I usually build demos or write blog posts using a GUI like Insomnia or Postman. However, cURL is ubiquitous. When it comes to examples online, or vendor...
View ArticleLoading JSON data into both 19c & 23ai tables via REST APIs
JSON is the the dominate vehicle for allowing for easy exchange of structured information between different programming languages and platforms – or for interacting with REST APIs. When we deal with...
View Article