Users are unable to deploy applications in Appian when an Oracle database is used as the Appian data source. The below error is seen in tomcat-stdOut.log:
ERROR org.hibernate.util.JDBCExceptionReporter - ORA-01658: unable to create INITIAL extent for segment in tablespace <NAME OF TABLESPACE>
The problem is caused when Oracle fails to allocate sufficient space for the segment being created. This is typically due to the data files for the tablespace specified in the error becoming full.
Work with the DBA to alter the tablespace to allocate sufficient space for the segment as per the Oracle documentation.
This article applies to all versions of Appian using Oracle as the primary data source.
Last Reviewed: October 2019