How to Install Oracle Database 19c | Windows 10

110 Aufrufe
Published
Installation of Oracle Database 19c [Pluggable] in Windows 10

Patreon: https://www.patreon.com/OmarBaig

a. Unzip Oracle Database 19c in a folder where you want to Install it, so it will automatically select "Software location" to this folder
b. Run setup as administrator.
c. Create and configure a single instance 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.
g. Open SQL Plus and connect as sys / as sysdba
h. Check sga_max_size by running this command
show parameter sga;
i. less than 3000m, increase it by running this command
ALTER SYSTEM SET MEMORY_TARGET = 5000M SCOPE=SPFILE;
j. Now check Pluggable database status by running this command
SELECT name, open_mode
FROM v$pdbs;
if it is not open (read/write) then run this command
ALTER PLUGGABLE DATABASE ORCLPDB OPEN;
if already open then run this command
ALTER PLUGGABLE DATABASE ORCLPDB SAVE STATE; (when you run this command so it will keep Pluggable database status READ WRITE, even if you shut and
start database, if you will not run then Pluggable database will not open (READ WRITE) automatically)
k. Now shut down database by running this command
shut immediate;
l. Now start database by running this command
startup
m. Now check sga_max_size and Pluggable Database again by running these commands respectively.
show parameter sga;
SELECT name, open_mode
FROM v$pdbs;

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, How to install Oracle Database 18c Express Edition, How to install Oracle Database 19c

Chapters
0:00 Database Installation
09:14 Pluggable Database Settings

#OmarBaig
Kategorien
PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.