EBSR12.2.4
Oracle Linux 6.5
Oracle Database 11gR2
I am installing APEX 5.0.3. the installation completed successfully. When I am installing REST services from
https://docs.oracle.com/cd/E37099_01/doc.20/e25066/install.htm#AELIG7217
in section 1.4.3, when I am executing java -jar ords.war
it says:
... Verified database prerequisites
Error executing script: ords_verify_tablespace.sql Error: ORA-20005: ERROR: The temporary tablespace TEMP does not exist. An existing tablespace is required for ORDS installation.
ORA-06512: at line 19
ORA-06512: at line 28
Refer to log file /u01/oracle/PREPROD/db/apexTools/REST/logs/ordsinstall_2016-03-04_000910_00294.log for details
I do not have TEMP tablespace but when I create it it says:
SQL> CREATE TEMPORARY TABLESPACE TEMP TEMPFILE 'temp05.dbf' SIZE 200M AUTOEXTEND ON;
CREATE TEMPORARY TABLESPACE TEMP TEMPFILE 'temp05.dbf' SIZE 200M AUTOEXTEND ON
*
ERROR at line 1:
ORA-01543: tablespace 'TEMP' already exists