Soumya's Database Blog _ Oracle Apex 23.2 Installation and Configuration on Linux - Part I
Soumya's Database Blog _ Oracle Apex 23.2 Installation and Configuration on Linux - Part I
Labels
Oracle (22
Script (33) D
Server (22) EBS
Rman (18) Mysq
Environment details: -
Error Codes (1
OCI (11) OEM
11.2.0.4 (9) Da
OS RHEL 7.9 Oracle Cloud (9
Oracle Enterprise
IP 192.168.0.106 standby (6) datab
(5) Batch Script
HOSTNAME Server3.soumya.com Storage (5) upgra
Manager (4) Grid
APEX VERSION 23.2 (4) download (4) o
Database (3) E
DB VERSION 19.3.0 Monitoring (3) Po
Windwos Server (
Once downloaded, unzip the software to begin the installation. (3) Enterprise Edit
Oracle compute
Create a directory where the apex software will be installed. healthcheck (2) o
oracle binary (2) o
[oracle@server3 u01]$ mkdir -p /u01/apex installation (2)
standby (2) Amaz
Attach Block Volume
[oracle@server3 apex]$ unzip apex_23.2.zip -d /u01/apex
Block volume (1) CL
(1) DBUA (1) DN
features (1) Goldeng
Migration (1) OEL (1
(1) Oracle Cloud Blo
Pluggable Database
Create a new tablespace for APEX. (1) SSMS (1) TSQ
dataguard (1) ans
compartment (1) me
[oracle@server3 apex]$ sqlplus / as sysdba dataguard broker (1
(1) temporary tables
SQL> create tablespace APEX datafile '/u01/app/oradata/ORCL/apexd01.dbf' size 2G
autoextend on;
Popular Posts
Oracle 11.2.0.4 d
Apex Installation: - x86_64
How to Change A
[oracle@server3 apex]$ cd /u01/apex/apex Destination in O
Autoconfig error
txkCfgUtlfileDir.s
SQL> @apxchpwd.sql
...set_appun.sql
=============================================================
===================
instance administrator. If the user does not yet exist, a user record will be
created.
=============================================================
===================
For configuring static files, we must run apex_rest_config.sql after a new installation of
Oracle APEX.
SQL> @apex_rest_config.sql
Configure APEX
Now there are two ways which we can use to access APEX.
create a custom profile and assign the profile to standard users to avoid user lock
issues.
FAILED_LOGIN_ATTEMPTS unlimited
PASSWORD_LIFE_TIME unlimited
PASSWORD_REUSE_TIME unlimited
PASSWORD_REUSE_MAX unlimited
PASSWORD_VERIFY_FUNCTION NULL
PASSWORD_LOCK_TIME unlimited
PASSWORD_GRACE_TIME unlimited;
BEGIN
DBMS_NETWORK_ACL_ADMIN.append_host_ace (
END;
Posted by dbasoumya
Labels: 19c, APEX, Oracle
No comments:
Post a Comment
Enter Comment
Powered by Blogger.