In This Video I Will Show You How to Download and Install Oracle Apex 20.2 With Oracle Database 19c In Windows 10.
APEX is a Rapid Application Development (RAD) tool. Low-Code, Database-Centric, Web Application Development Framework.
========================================================
Oracle Apex 20.2 Installation Guideline:-----
Step - 1
=========
Command for check Oracle Apex Older Version
SELECT * FROM APEX_RELEASE
Command for View Apex Users:-
==============================
select username,account_status from dba_users where username like 'APEX%'
=========================================================
Step - 2
==========
Notes:- (Before Submit This Path Carefully Check In This Path Same to With Your Installation Directory Path).
Command for Install Oracle Apex New Version:-
Copy Apex New Version and Past to Your Apex Installation Path Like "C:\Oracle\app"
Run cmd write Apex Installation Directory Path Like "cd C:\Oracle\app\apex" (Press Enter)
c: (Press Enter)
sqlplus (Press Enter)
Write Your SYS Username: sys@orcldb as sysdba (Press Enter)
Write Your SYS Password : (Press Enter)
@apexins.sql sysaux sysaux temp /i/ (This command for copy image) (Press Enter)
@apxchpwd.sql (Press Enter)
User Name Auto come:- ADMIN
Write Your Email:- (Press Enter)
Write Your Password :- (Press Enter)
@apex_rest_config.sql (Passwords for all Normal Users:- (apex_123))
======================================================
(Must be Unlock Under This (APEX%) Users):-
======================================================
alter user anonymous account unlock identified by apex_123;
alter user apex_listener account unlock identified by apex_123;
alter user apex_public_user account unlock identified by apex_123;
alter user apex_rest_public_user account unlock identified by apex_123;
alter user apex_instance_admin_user account unlock identified by apex_123;
alter user apex_200200 account unlock identified by apex_123;
For More Video Tutorials Click Under Link:-
=========================================================
Oracle Forms and Reports 12c Development Tutorials Step by Step
Oracle Primavera P6EPPM Enterprise Project Portfolio Management Step by Step
Oracle Primavera P6 Project Management Step by Step
Java Solution Tutorials Step by Step
TP-Link Router Tutorials Step by Step
Computer Networking Essential Tutorials Step by Step
Windows Server 2016 Tutorials Step by Step
Wireless /Hotpots WIFI Tutorials Step by Step
Windows Troubleshooting Tutorials Step by Step
=========================================================
0 Comments