You are currently reviewing an older revision of this page.

Users unable to deploy application when using Oracle as the primary data source

Symptoms

Users are unable to deploy applications in Appian when they use Oracle as the primary data source with the below error in tomcat-stdOut.log.

ERROR org.hibernate.util.JDBCExceptionReporter - ORA-01658: unable to create INITIAL extent for segment in tablespace <NAME OF TABLESPACE>

Cause

The problem is caused when Oracle fails to find sufficient contiguous space to allocate INITIAL extent for segment being created, due to the data files for a tablespace specified in tablespace_name has become full, or there is not enough space in the datafile.

Action

Execute the following on the primary database to add additional space to the tablespace: ALTER TABLESPACE ADD DATAFILE.

Affected Versions:

This article applies to all versions of Appian using Oracle as the primary data source.

Last Reviewed: October 2019