Oracle Application Express (APEX) Patches (4.2, 5.0, 5.1)
This article describes how to patch minor version numbers of APEX.
oracle miscconfigurationintermediate
by OracleDba
12 views
This article describes how to patch minor version numbers of APEX.
123456789101112131415161718
cd /tmp
#unzip p19595896_426_Generic.zip
#unzip p21364820_501_Generic.zip
#unzip p21805060_502_Generic.zip
#unzip p22298106_503_Generic.zip
#unzip p23192730_504_Generic.zip
#unzip p25341386_511_Generic.zip
#unzip p25786300_512_Generic.zip
#unzip p26359202_513_Generic.zip
unzip p26795231_514_Generic.zip
cd patch
sqlplus / as sysdba
-- For PDB only.
ALTER SESSION SET CONTAINER=pdb1;
@apxpatch.sql123456789101112131415161718
sqlplus / as sysdba
-- For PDB only.
ALTER SESSION SET CONTAINER=pdb1;
-- May be necessary for databases with NLS_LENGTH_SEMANTICS = CHAR set.
-- ALTER SESSION SET NLS_LENGTH_SEMANTICS = BYTE;
@apxldimg.sql /tmp/patch
# Switch to the appropriate directory in the HTTP server.
cd /u01/app/oracle/middleware/FR_inst/config/OHS/ohs1/htdocs/images/apex_images
# Copy files from local path.
cp -r /tmp/patch/images/* .
# Copy files from remote path.
scp -r oracle@my-server:/home/oracle/apex/patch/images/* .Please to add comments
No comments yet. Be the first to comment!