Oracle Apex Installation and Configuration
Oracle Apex Installation and Configuration
Creating Tablespaces
CREATE TABLESPACE apex DATAFILE 'C:\app\SPIDER\oradata\orcl\apex01.dbf' SIZE 100M
AUTOEXTEND ON NEXT 1M;
CREATE TABLESPACE SMS DATAFILE 'C:\app\SPIDER\oradata\orcl\sms01.dbf' SIZE 500M
AUTOEXTEND ON NEXT 1M;
2.Installation of APEX
@apexins.sql APEX APEX TEMP /i/
5.Image installation
@apex_epg_config.sql C: