Neha Soninehasoni.hashnode.net·Jan 27, 2021Oracle Cheat SheetHello everyone! In this blog, we will learn the most common-used commands of the Oracle database. What is Oracle database? Oracle Database allows you to quickly and safely create, maintain and retrieve data. It is a relational database system develop...Discuss·46 likes·399 readsOracle
AJajbot.hashnode.net·Feb 18, 2021A simple OCI API Test in PythonIn working with certain vendors, it's often required to prove an issue is not your fault when something isn't working as expected. The case here is such that a user setup in Oracle Cloud to allow uploads to archive storage had to be proven innocent (...Discuss·36 likes·672 readsPython
Laylalaylacodes.hashnode.net·Jun 2, 2022Creating an ATP Database with Oracle SQL Developer WebHowdy coders! As some of you may have seen on Twitter, I'm spending my whole Summer interning at Oracle on the Database Tools team!! And something INSANELY cool that a lot of folks don't know about Oracle, is that they have a free web version of th...Developer Avocado and 1 other are discussing this2 people are discussing thisDiscuss·27 likes·1.4K readsOracleOracle
Bruno Cardosocardoso.hashnode.net·Apr 25, 2023Oracle APEX: Open a modal page With JavascriptHello Everyone 👋 Today I want to introduce you to apex.navigation.redirect a special method available on APEX Javascript API to redirect the user to any page. If you still don't understand what I'm saying, allow me to explain: https://giphy.com/gifs...Discuss·1 like·59 readsApex
Simon Joyceebs-apex.hashnode.net·Apr 20, 2023Creating an APEX Process PluginIntroduction For quite some time I've been using various pl/sql procedures on the database to submit Concurrent Requests in Oracle eBusiness Suite from various places in APEX Applications I've developed over the years. Recently I decided it was time ...Discuss·4 likes·119 readsorclapex
Mohamad BouchiforTM-APEXtm-apex.hashnode.net·Apr 17, 2023Running Oracle 23c in a docker container on an OCI compute instanceIntroduction In a previous post, we showed you how to install Oracle 23c on a compute instance running in OCI. In this post, we will go a step further and we will show you how to run Oracle 23c in a docker container hosted in a compute instance on OC...Discuss·1 like·193 readsCloud ComputingOracle
Timo HerwixforTM-APEXtm-apex.hashnode.net·Apr 13, 2023Setting up Oracle Database 23c on Oracle Linux 8 in OCIIntroduction In this blog post, we'll set up the latest release of Oracle Database, version 23c, on an Oracle Linux 8 Compute instance in Oracle Cloud Infrastructure (OCI). This step-by-step guide covers how to create a new Compute instance, install ...Discuss·2 likes·561 readsCloud Computingorclapex
Jon Dixonorclapex.hashnode.net·Apr 13, 2023Should you use OCI API Gateway with your ORDS APIs?Introduction Oracle REST Data Services (ORDS) is an incredibly versatile tool for building REST APIs on the Oracle Database (and MySQL). Used in conjunction with Oracle Cloud Infrastructure (OCI) services such as API Gateway, you can take your ORDS A...Discuss·505 readsOCI
Rafal Grzegorczykrafal.hashnode.net·Apr 13, 2023Oracle 23c Free, APEX & ORDS on Docker - a guide for MacOS with Apple M1Running Oracle Database Free images via Docker Desktop is impossible(yet?) on new Apple M1 chipsets. Nonetheless, a solution is available through the use of COLIMA. Follow those simple steps to get up and running Oracle 23c Free Database ORDS lates...Discuss·66 readsDatabases
Clarisa Maman Orfaliclari707.hashnode.net·Apr 12, 2023Modifying a column from VARCHAR2 to CLOB in a table in OracleA few days ago, I needed to change the data type of some columns in a table from VARCHAR2 to CLOB. I'm sharing this post in case anyone else needs to do the same. If you know of a more efficient method, please feel free to share it! Before we proceed...DiscussOracle
Rodrigo Mesquitamesquitarod.hashnode.net·Apr 12, 2023Create a dynamic membership card on APEXIn this post, I will demonstrate how to dynamically embed data into images and download them. For this demo, I will be creating a membership card by adding the membership details to a pre-defined template. First, let's add the membership template ima...Discuss·3 likes·69 readsApex
Mohamad BouchiforTM-APEXtm-apex.hashnode.net·Apr 12, 2023Maximizing Application Availability and Scalability with Load Balancers in the CloudIntroduction Load balancers are an important component of cloud computing that helps to distribute incoming network traffic across multiple servers. They ensure high availability, scalability, and reliability of the applications running on a server i...Discuss·125 readsCloud ComputingOCI
Mayukh Mitramayukhmitra.hashnode.net·Apr 11, 2023Updating and Deleting Selected Records in Read-Only JET Table (Part - 2)Hello All. Hope you all are well and good. In this blog, I will discuss how you can update or delete a record in a read-only Oracle JET table once you have inserted a new record in it. In my previous blog Inserting New Records in Read-Only JET Table ...Discuss·29 readsOracle