Scott Spendolinispendolini.blog·Dec 17, 2024Preserving the Oracle Database ContainerPhoto by Samsung Memory on Unsplash In our last post, we added DBMS_CLOUD to our Oracle 23ai Container. Since that change was done via adding database objects, the version of our container is now different than what we had downloaded. Additionally, w...1 like·108 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 16, 2024Adding DBMS_CLOUD to our Oracle Container Database - UPDATEThis morning, Steve Muench pointed out something in my recent post about Adding DBMS_CLOUD to your Oracle Container Database: It is no longer necessary to configure a database wallet in Oracle Database 23ai! Connor McDonald provides the details here ...48 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 14, 2024Adding DBMS_CLOUD to our Oracle Container DatabasePhoto by Vladimir Anikeev on Unsplash If you’re working with object storage on OCI at all, you’ll notice that the Oracle 23ai Free container database is missing a crucial component: DBMS_CLOUD. DBMS_CLOUD is a package provides a layer so that the dat...10 likes·220 readsContainerized, Local Oracle 23ai EnvironmentOracle
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 9, 202423ai Vector Searching PDFs with LLM Response - Minimalist blogThere are plenty of great blogs on this subject, all explain this subject really well. In this blog, there is no write-up, no back story, I just want to ask a question of my PDFs & provide you with the code. So you can enhance implement it in your pr...5 likes·207 readsOracle 23ai
Scott Spendolinispendolini.blog·Dec 5, 2024Adding a Local LLM to the Oracle ContainerPhoto by Chris on Unsplash Unless you’ve been living under a rock, you’ve likely heard about AI & LLMs more than once. LLM stands for Large Language Model. It's a type of artificial intelligence (AI) model that's designed to process and understand hu...1 like·288 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 3, 2024Using Database Actions on the Oracle ContainerPhoto by charlesdeluvio on Unsplash The ORDS container that we are using not only exposes APEX, but it also provides a robust set of database-centric tools known as Database Actions (formerly SQL Developer Web). You can read a lot more about the spec...183 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Dec 2, 2024Sending Email from an Oracle ContainerPhoto by Ethan Hoover on Unsplash If you’ve been following this series, you now have: A container running Oracle 23ai & APEX 24.1 A container running ORDS A self-signed certificate allowing secure access via ORDS While the goal is to have a trul...157 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Nov 28, 2024Adding SSL to your ORDS ContainerPhoto by Fer Troulik on Unsplash Something just doesn’t feel “right” about running a development environment on a non-standard port over just HTTP. Not only is it bothersome to see the “Not Secure” message, it’s not a best practice. Your development ...330 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Nov 25, 2024Container YourselfPhoto by OSG Containers on Unsplash Overview Having a local development instance offers a lot of benefits. It’s fast, it works from anywhere - with or without the internet - and you can configure it any which way you want. It’s also typically free to...6 likes·596 readsContainerized, Local Oracle 23ai EnvironmentOracle
Scott Spendolinispendolini.blog·Nov 26, 2024Upgrading APEX in a Container💡 NOTE: this is a follow-up post from my last entry, Container Yourself. It’s best to start there if you’re going to follow along and perform the steps outlined here. Photo by Amira El Pohail on Unsplash I didn’t really notice this, but the versio...226 readsContainerized, Local Oracle 23ai EnvironmentOracle