1.1 Create OBAPI Tablespace (file obapi_create_tablespace.sql)

Execute the file available @ ${OBAPI INSTALLER}/installables/db/OBAPI/obapi_create_tablespace.sql.

Update the datafile path and tablespace name and execute the file.

Example:

Refer installer.properties file variable POST_FIX and replace in the below command.

CREATE BIGFILE TABLESPACE OBAPI_${POST_FIX } 
 DATAFILE '${DATAFILE_PATH}/OBAPI_${ POST_FIX }.dbf'        
 SIZE 500M        
 AUTOEXTEND ON NEXT 100M        
 LOGGING        
 EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;