Thursday, February 24, 2022

APEX 19.2 installation

 CREATE TABLESPACE APEXTS DATAFILE '/u01/app/oracle/app/oracle/oradata/cdb1/misapex/apexts01.dbf' SIZE 1G AUTOEXTEND ON NEXT 10M MAXSIZE 1024M;


@apexins APEXTS APEXTS TEMP /i192/


@apxconf.sql

 

@apex_epg_config.sql /u01/soft/apex19c     -- Embedded PL/SQL gateway and Load Image


@apex_rest_config.sql 


ABCD1234


alter user anonymous account unlock;

alter user xdb account unlock;

alter user APEX_190200 identified by "XXXXX" account unlock;

alter user FLOWS_FILES account unlock;

alter user APEX_PUBLIC_USER identified by xxxxx;


alter user xdb identified by "xxxxx" account unlock;



alter user anonymous identified by "xxxx" account unlock;


alter user anonymous account unlock;



select dbms_xdb.gethttpport from dual;




No comments:

Post a Comment