Русские видео

Сейчас в тренде

Иностранные видео




Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



Oracle Apex 20.1 Installation

Installation of Oracle Apex 20.1 with Database 12c Release 2 [pluggable] in Windows 10 4K Patreon:   / omarbaig   a. Unzip database folder. b. Unzip apex folder so we do not need to copy and paste apex folder. it is already unzip now we have to copy it. c. I do not wish to receive updates. d. Create and configure a database. e. Desktop class. f. Use Windows Built-in Account. (You can use other option as well.) g. Set global database name, password, and pluggable database name from your choice. h. Open SQL Plus connect as sys / as sysdba i. Check sga_max_size by running this command show parameter sga; if smaller than 3000m then increase it to 4000 - 5000m by running this command ALTER SYSTEM SET MEMORY_TARGET = 5000M SCOPE=SPFILE; j. Now shut down database by running this command shut immediate k.Now start database by running this command startup l. Now again check sga_max_size by running this command show parameter sga; m. Check pluggable database is open or mounted by running this command SELECT name, open_mode FROM v$pdbs; if mounted then run this command ALTER PLUGGABLE DATABASE ORCLPDB OPEN; ALTER PLUGGABLE DATABASE ORCLPDB SAVE STATE; (ORCLPDB is my pluggable database) N. Open command prompt and reach where apex folder is available. o. Connect as sys / as sysdba p. Now run this command before every apex scripts (@apexins, @apxchpwd.sql, @apex_rest_config.sql, @apex_epg_config.sql, @apxldimg.sql) and make sure "Session altered" appear if not then connect again as sys / as sysdba ALTER SESSION SET CONTAINER = ORCLPDB; q. User ADMIN, email and password from your choice. r. Enter password for APEX_LISTENER and APEX_REST_PUBLIC_USER from your choice. s. Give path where apex folder is available. (C:\12c_20.1) t. Open SQL Plus again 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 8:27 Pluggable Database Settings 18:06 Oracle APEX Installation 24:13 Oracle APEX Configuration #OmarBaig #OracleAPEX201 #OracleAPEX201Installation

Comments