-- This Script will Install Oracle Database 19c (NON CDB) in Oracle Linux 7.9 -- VM Config : -- ----------- Core : 4 Ram : 16 GB Space : 512 GB DB : orcl Server Time Zone : ------------------ ------------------ sudo timedatectl set-…
Setting up Oracle REST Data Services (ORDS) with Apache Tomcat is a crucial step if you want to run Oracle APEX in a modern web environment. This guide walks you through a clean installation, configuration, and deployment process on Oracle Linux. 🔧 S…
মানুষ বিভিন্ন উপায়ে অর্থ উপার্জন করে। এই উপায়গুলোকে সাধারণভাবে চারটি কোয়াড্রান্টে ভাগ করা যায়। এই ধারণাটি আমাদের বুঝতে সাহায্য করে কে কীভাবে আয় করে এবং কীভাবে ধীরে ধীরে আর্থিক স্বাধীনতার দিকে এগিয়ে যাওয়া যায় । চারটি আয়ের কোয়াড্রান্ট - E –…
How to Set ORDS 22.1 Configuration Path on Linux for Apache Tomcat When deploying Oracle REST Data Services (ORDS) 22.1 on Apache Tomcat in Linux, a common issue is the dreaded: 404 Not Found The request could not be mapped to any database This…
Create bat file : set ORACLE_HOME=c:\DevSuiteHome_1 set PATH=%ORACLE_HOME%\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jdk\jre\bin;%ORACLE_HOME%\jlib;%ORACLE_HOME%\jdk\bin c:\DEVSUITEHOME_1\BIN\rwserver server=repsrvr autosta…
If you’ve worked with Oracle Forms , you know how convenient the Enter key is for moving between fields or directly to action buttons like Save or Update . In Oracle APEX , this behavior doesn’t exist by default—but with a little JavaScript , we ca…
HOW TO CONNECT ORACLE 6i FORMS TO ORACLE 12c / 19c Pre-requisites Disable Case-Sensitive Passwords Developer 6i cannot handle case-sensitive logins introduced in 11g+. ALTER SYSTEM SET SEC_CASE_SENSITIVE_LOGON = FALSE; (Now passwords are treated as u…
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…