How to Install Oracle Database 19c in Oracle Linux 7.9

How to Install Oracle Database 19c in Oracle Linux 7.9 vi /etc/hosts 192.168.100.9  ol7-19.localdomain  ol7-19 vi /etc/hostname ol7-19.localdomain yum install -y oracle-database-preinstall-19c yum update -y passwd oracle vi /etc/selinux/config SELINU…

How to create ORDS Application Server along with Tomcat.

E:\ords>"C:\Program Files\Java\jdk-15.0.1\bin\java" -jar ords.war install   Enter a number to select the type of installation     [1] Install or upgrade ORDS in the database only     [2] Create or update a database pool and install/upgra…

Learning Management System (LMS) in Oracle Apex

Creating a Hierarchical Video Lessons Viewer in Oracle APEX ✅ Embedded video playback ✅ Rich HTML content ✅ Click-to-load interaction Step 1: Create the LESSONS Table CREATE TABLE "LESSONS" ( "LESSON_ID" NUMBER , "T…

Preview Button - View Print Dialogue in Oracle Apex

When building applications in Oracle APEX, you often want to let users print a specific region on the page — for example, a report or invoice — with just a click of a button. But sometimes, the print dialog opens in a new tab or window, disrupting the…

HIDE AND SHOW BUTTONS IN ORACLE APEX REGIONS

Oracle APEX makes it easy to build interactive web applications — even without being a full-time developer. One of the simplest yet most powerful features is controlling the visibility of buttons based on certain conditions. Let’s walk through how y…

Life Insurance MIS Reports

In this post I will describe some Reports that are frequently required by management and authority. The following reports are frequently required by the management and Authority:- ESSENTIAL REPORT(s) : 1 -  2nd, 3rd, 4th etc. lapse ratio by number pol…

Oracle Apex - Delete from Collection

In oracle Apex when you want to delete from a collection : Item Name : P101_DELETE_ID In Link add the code : javascript:getID(&SEQ_ID.) Link Text : <span class="fa fa-trash-o"></span> Add the function at "Function and G…

Convert Function from English to Bengali digits

Sometimes we may want to convert digits in English to Bengali or a Different Language. We might use the following function to convert -  CREATE OR REPLACE FUNCTION F_Bdigits(input_value IN NUMBER) RETURN VARCHAR2 IS  bengali_digits CONSTANT VARCHAR2(5…

How to Install Oracle Apex in Oracle Linux 8.8

ORACLE DATABASE 19C ON OEL8.8    [root@apex]# hostname apex.testdb.com [root@apex]# su oracle  [oracle@apex ~]$ cd /home/oracle/ [oracle@apex ~]$ mkdir -p soft [oracle@apex ~]$ cd soft/ [oracle@apex soft]$ ls -lrt total 0 [oracle@apex soft]$ pwd /home…

Load More
That is All