Hi there,
The DBA has migrated the Confluence database to a new one and every time I restart the application (is a test one so quite often currently) I get the message to update the url. Once I have it done and save it I get an error:
org.springframework.orm.hibernate5.HibernateJdbcException: JDBC exception on Hibernate data access: SQLException for SQL [n/a]; SQL state [64000]; error code [1187]; could not execute statement; nested exception is org.hibernate.exception.GenericJDBCException: could not execute statement
at org.springframework.orm.hibernate5.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:248)
caused by: org.hibernate.exception.GenericJDBCException: could not execute statement
at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:47)
caused by: java.sql.SQLException: ORA-01187: cannot read from file because it failed verification tests ORA-01110: data file 2049: '+CONF_LTOP_D/temp01.dbf'
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:447)
I have no clue what should I do now..
Thanks!