Unable to Save Page Edits Using Oracle DB (ORA-01691: unable to extend lob segment)
症状
- When saving pages, users see the following message: "An error occurred while trying to save the requested page."
- Oracle database is being used to back Confluence.
atlassian-confluence.log
に次のエラーが返される。
2011-09-14 11:16:00,690 ERROR [TP-Processor14] [confluence.pages.actions.AbstractEditPageAction] doSaveEditPageBean An error occured while storing the requested page!
-- url: /confluence/pages/doeditpage.action | page: 285933767 | userName: username | referer: http://example.com/confluence/pages/editpage.action?pageId=285933767 | action: doeditpage
org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not insert: [com.atlassian.confluence.core.BodyContent#302481465]; uncategorized SQLException for SQL []; SQL state [72000]; error code [1691]; ORA-01691: unable to extend lob segment WIKI.SYS_LOB0000013266C00002$$ by 8192 in tablespace WIKI
原因
The Oracle database has run out of space. The database has failed to allocate an extent of the required number of blocks for LOB segment in the tablespace indicated.
ソリューション
Your database administrator will need to add or extend a datafile to the tablespace relevant to Confluence.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.