- Extending ORDS with a Java pluginby ChrisAbout this article This article is a walkthrough and overview of setting up the example Java plugin that ships with ORDS. These plugins allow you … Read more
- See you at Oracle Cloud World 2024by ChrisAre you going? If so, great! I’ve taken the liberty of hand-picking and listing the sessions where our team will be: The sessions I’m most … Read more
- ORDS 24.2 Release Highlightsby ChrisNOTE: This can be thought of as a “companion piece” to the official ORDS release notes 🤓. What is new in Oracle REST Data Services … Read more
- Setting up SSH to GitHub git clone into your Oracle Cloud Linux Ubuntu VM with VNCby ChrisI’m trying to be as succinct as possible. I just accomplished this but couldn’t find anything that explicitly walked me through how to do it. … Read more
- Random Access Memories: ORDS and JWTsby ChrisEXTRA EXTRA! ORDS now supports JSON Web Tokens (JWTs). You can find most of the details in the OAuth PL/SQL Package Reference chapter of the … Read more
- Python script to retrieve objects from Oracle Cloud Bucketby ChrisFor…reasons, I needed a way to retrieve all the .CSV files in a regional bucket in Oracle Cloud Object Storage, located at this address: https://objectstorage.us-phoenix-1.oraclecloud.com/n/dwcsprod/b/moviestream_data_load_workshop_20210709/o … Read more
- Build an ORDS API Resource Module, GET request with JavaScript fetch, display in HTMLby ChrisReally trying to optimize SEO with that title 👆🏼! Recap 💡 All the code you’ll see in this post can be found in my moviestreamjs … Read more
- Create a view from a JSON Collection and REST-enable it with ORDSby ChrisThe DBMS_CLOUD PL/SQL Package You can use this PL/SQL procedure (in the DBMS_CLOUD package) along with the file_uri_list URL (seen in the code below) to … Read more
- The one ORDS command you NEED to know!by Chrisords config list –include-defaults That’s it. Goodbye! I’m kidding, there’s more. But if you don’t feel like reading anymore, bookmark this post and return when you’re ready. Assuming you have ORDS installed, you too can execute the ords config list –include-defaults command to reveal almost all the configuration settings for your ORDS installation. Here is what my configuration…
- ORDS, JavaScript, the Fetch API, and HTMLby ChrisI found JavaScript and HTML code here and here and “remixed” it to work with one of my sample ORDS APIs. Here is the result: … Read more