Installing Oracle APEX 21

Installing APEX 21.1 Oracle APEX Dev team announced the APEX 21.1 on May 12 2021. Let’s get it installed and running. Step 1 Download Step 2 Extract Step 3 Create PDB for…

How to Install APEX in Oracle 19 C

How to install APEX in Oracle 19 C Download APEX from Oracle products.Download APEX 19.2  Oracle 19 C is multi tenant architecture database. We can create multiple Pluggable databases (PDBs…

Create user in Oracle 12 C

Create user 12C: connect system/manager as sysdba alter session set "_ORACLE_SCRIPT"=true; / create user lime identified by limeoracle; / grant dba to lime; / connect lime/limeoracle / create table test(lime…