Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 16, 2024Bulk Import Users from Oracle & APEX to KeycloakFor this guide, we are going to use the Keycloak API to bulk load users from our user table into Keycloak. Whilst loading we can optionally send informative emails to the users. Following loading, the users are required to follow the Forgot Password ...64 readskeycloak
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·221 readsContainerized, Local Oracle 23ai EnvironmentOracle
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 13, 2024Seamlessly transfer APEX application users to Keycloak with Keycloak user migration pluginWhats this about? Say for example, you are using APEX with a current Authentication, could be APEX Authentication, could be Table Based, etc. You want to implement Keycloak (using this amazing guide), however you want a way to transfer your users to ...2 likes·174 readsorclapex
David Sanzdbaenlasombra.com·Dec 12, 2024[OCI] OCI-cli y su configuración“OCI-cli” es una herramienta para administrar los diferentes recursos de nuestra tenancy desde la línea de comandos. Con esta herramienta podemos hacer desde lo más básico, como sería por ejemplo obtener una lista de las distintas regiones o algo más...26 readsOCIOCI
Matt MulvaneyforHot off the Application Expressmattmulvaney.hashnode.dev·Dec 10, 2024Managing APEX Web Credentials & Remote Servers on ImportThis is a worked example of how APEX manages re-pointing Web Credentials & Remote Servers when moving from Development to Non-Development environments (build, test, prod, etc). Screenshots are provided to describe the selections when prompt on instal...2 likes·159 readsorclapex
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
Sydney Nursesynuora.hashnode.dev·Dec 9, 2024APEX: Which PL/SQL APIs to use in APEX for OCI REST API Integration projects running on Autonomous DB?There’s nothing like having options and Oracle certainly likes to give you that. Everyone 🫶🏾LOVES🫶🏾 choice right? I’ve listed 3 in the subtitle but there are others like UTL_HTTP, but TK always 🫶🏾 things in 3, so that’s what I’m sticking with. ...2 likes·133 readsAPEX OCI Rest IntegrationApex
Tom Moorebasementprogrammer.com·Dec 7, 2024Oracle Functions and .NET - Getting Started Part 3In Part 1 of this blog post, we set up your OCI account to be ready to deploy functions. In Part 2 of this blog post, we set up your development environment to be ready to deploy functions. In Part 3, we will dive into the main content to build and p...Oracle Functions and .NET - Getting Starteddotnet
Tom Moorebasementprogrammer.com·Dec 7, 2024Oracle Functions and .NET - Getting Started Part 2In Part 1 of this blog, we discussed setting up the OCI account so that you were ready to publish your first OCI function. In this section, we will set up the account so that you can actually write code and publish a function. In Part 2 of the blog p...Oracle Functions and .NET - Getting StartedOCI
Tom Moorebasementprogrammer.com·Dec 7, 2024Oracle Functions and .NET - Getting Started Part 1So it’s been about two and a half months at Oracle Cloud, and I thought it was time I started figuring out Oracle Functions. Oracle functions are slightly different from the “Function As A Service” (FaaS) model used at other cloud providers in that i...59 readsOracle Functions and .NET - Getting Startedserverless