Oracle Apex 20.1 Installation
Installation of Oracle APEX 20.1 with Database 12c R1 [pluggable] in Windows 10 4K patreon.com/OmarBaig a. Run setup as administrator. b. I do not wish to receive updates. c. Create and configure a database. d. Desktop class. e. Use Windows Built-in Account (you can use other option as well.) f. Global database, password, and pluggable database name from your choice. (pdborcl) g. Click Password Management button. h. Give password to user SYS and SYSTEM from your choice. i. Now open SQL Plus and connect as sys / as sysdba j. Now check sga_max_size by running this command show parameter sga; if it is less than 3000m then increase it between 4000-5000m by running this command ALTER SYSTEM SET MEMORY_TARGET = 5000M SCOPE=SPFILE; k. Now check Pluggable database status by running this command SELECT name, open_mode FROM v$pdbs; if it is mounted then run this command ALTER PLUGGABLE DATABASE PDBORCL OPEN; if it is already open then run this command ALTER PLUGGABLE DATABASE PDBORCL SAVE STATE; (PDBORCL is my pluggable database) l. Now shut down database by running this command shut immediate; m. Now open SQL Plus again connect as sys / as sysdba and start database by running this command startup n. When it starts check sga_max_size and pluggable database status again by running these commands respectively show parameter sga; SELECT name, open_mode FROM v$pdbs; o. Now open command prompt and reach where apex folder is available. p. Connect as sys / as sysdba q. Now run this command before every apex scripts (@apexins, @apxchpwd.sql, @apex_rest_config.sql, @apex_epg_config.sql, @apxldimg.sql) ALTER SESSION SET CONTAINER = PDBORCL; and make sure "Session altered" appear after running this command ALTER SESSION SET CONTAINER = PDBORCL; if not then connect again as sys / as sysdba r. Now install apex. s. User ADMIN recommended, email, and password from your choice. t. Give path where apex folder is available. u. Now Open SQL Plus connect as sys / as sysdba and run this command ALTER USER ANONYMOUS IDENTIFIED BY oracle ACCOUNT UNLOCK; Search Tags: Omar Baig, Oracle Apex Installation, Oracle Database Installation, Oracle REST Data Services, Oracle Apex, Oracle Database, Email through Oracle Apex 20.1 4K, Email through Oracle Apex 19.2 4K, Email through Oracle Apex 19.1 4K, Email through Oracle Apex 18.2 4K, Email through Oracle Apex 18.1, HOW TO SEND EMAIL USING ORACLE APEX, Oracle APEX 20.1, Install APEX 20.1, Oracle APEX 20.1 Installation, Create Setup Page in an Oracle APEX 20.1, Create Setup Form in an Oracle APEX 20.1, How to Create Setup Page in an Oracle APEX 20.1, How to Create Setup Form in an Oracle APEX 20.1, Create Master Detail Page in an Oracle APEX 20.1, Create Master Detail Form in an Oracle APEX 20.1, How to Create Master Detail Page in an Oracle APEX 20.1, How to Create Master Detail Form in an Oracle APEX 20.1, How to Create Dashboard in Oracle APEX, How to Create User, How to Create Branch, Branches, How to Create Workspace, How to Create Page Navigation, How to Create Link, How to Create Interactive Grid, Oracle APEX - Interactive Grid, Intro to Interactive Grid in Oracle APEX, HOW TO CREATE BUTTON IN ORACLE APEX, How to Create Button - Oracle APEX 20.1, How to Delete Dashboard in Oracle APEX, Dynamic Actions in APEX, Oracle APEX - Complete Guide to Dynamic Actions, Oracle APEX 20.1 - Format all Forms, Oracle APEX Installation, How to Install Android Studio on Windows 10, install android studio, Oracle APEX 20.2, Oracle APEX 20.2 Installation, How to Install Oracle JDeveloper 12c, install jdeveloper 12.2.1.4, install jdeveloper 12.2.1.3, install iReport 5.6.0, How to Install iReport 5.6.0 in Windows 10, Oracle APEX 21.1, Oracle APEX 21.1 Installation, How to Install Oracle APEX 21.1 Chapters 0:00 Database Installation 09:48 Pluggable Database Settings 27:25 Oracle APEX Installation 28:35 Oracle APEX Configuration #OmarBaig #OracleAPEX201Installation #OracleDatabase12cInstallation
Installation of Oracle APEX 20.1 with Database 12c R1 [pluggable] in Windows 10 4K patreon.com/OmarBaig a. Run setup as administrator. b. I do not wish to receive updates. c. Create and configure a database. d. Desktop class. e. Use Windows Built-in Account (you can use other option as well.) f. Global database, password, and pluggable database name from your choice. (pdborcl) g. Click Password Management button. h. Give password to user SYS and SYSTEM from your choice. i. Now open SQL Plus and connect as sys / as sysdba j. Now check sga_max_size by running this command show parameter sga; if it is less than 3000m then increase it between 4000-5000m by running this command ALTER SYSTEM SET MEMORY_TARGET = 5000M SCOPE=SPFILE; k. Now check Pluggable database status by running this command SELECT name, open_mode FROM v$pdbs; if it is mounted then run this command ALTER PLUGGABLE DATABASE PDBORCL OPEN; if it is already open then run this command ALTER PLUGGABLE DATABASE PDBORCL SAVE STATE; (PDBORCL is my pluggable database) l. Now shut down database by running this command shut immediate; m. Now open SQL Plus again connect as sys / as sysdba and start database by running this command startup n. When it starts check sga_max_size and pluggable database status again by running these commands respectively show parameter sga; SELECT name, open_mode FROM v$pdbs; o. Now open command prompt and reach where apex folder is available. p. Connect as sys / as sysdba q. Now run this command before every apex scripts (@apexins, @apxchpwd.sql, @apex_rest_config.sql, @apex_epg_config.sql, @apxldimg.sql) ALTER SESSION SET CONTAINER = PDBORCL; and make sure "Session altered" appear after running this command ALTER SESSION SET CONTAINER = PDBORCL; if not then connect again as sys / as sysdba r. Now install apex. s. User ADMIN recommended, email, and password from your choice. t. Give path where apex folder is available. u. Now Open SQL Plus connect as sys / as sysdba and run this command ALTER USER ANONYMOUS IDENTIFIED BY oracle ACCOUNT UNLOCK; Search Tags: Omar Baig, Oracle Apex Installation, Oracle Database Installation, Oracle REST Data Services, Oracle Apex, Oracle Database, Email through Oracle Apex 20.1 4K, Email through Oracle Apex 19.2 4K, Email through Oracle Apex 19.1 4K, Email through Oracle Apex 18.2 4K, Email through Oracle Apex 18.1, HOW TO SEND EMAIL USING ORACLE APEX, Oracle APEX 20.1, Install APEX 20.1, Oracle APEX 20.1 Installation, Create Setup Page in an Oracle APEX 20.1, Create Setup Form in an Oracle APEX 20.1, How to Create Setup Page in an Oracle APEX 20.1, How to Create Setup Form in an Oracle APEX 20.1, Create Master Detail Page in an Oracle APEX 20.1, Create Master Detail Form in an Oracle APEX 20.1, How to Create Master Detail Page in an Oracle APEX 20.1, How to Create Master Detail Form in an Oracle APEX 20.1, How to Create Dashboard in Oracle APEX, How to Create User, How to Create Branch, Branches, How to Create Workspace, How to Create Page Navigation, How to Create Link, How to Create Interactive Grid, Oracle APEX - Interactive Grid, Intro to Interactive Grid in Oracle APEX, HOW TO CREATE BUTTON IN ORACLE APEX, How to Create Button - Oracle APEX 20.1, How to Delete Dashboard in Oracle APEX, Dynamic Actions in APEX, Oracle APEX - Complete Guide to Dynamic Actions, Oracle APEX 20.1 - Format all Forms, Oracle APEX Installation, How to Install Android Studio on Windows 10, install android studio, Oracle APEX 20.2, Oracle APEX 20.2 Installation, How to Install Oracle JDeveloper 12c, install jdeveloper 12.2.1.4, install jdeveloper 12.2.1.3, install iReport 5.6.0, How to Install iReport 5.6.0 in Windows 10, Oracle APEX 21.1, Oracle APEX 21.1 Installation, How to Install Oracle APEX 21.1 Chapters 0:00 Database Installation 09:48 Pluggable Database Settings 27:25 Oracle APEX Installation 28:35 Oracle APEX Configuration #OmarBaig #OracleAPEX201Installation #OracleDatabase12cInstallation