You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2012/05/22 15:47:05 UTC

svn commit: r1341476 - in /db/derby/docs/branches/10.8/src: adminguide/cadmindbintegrity.dita adminguide/cadminpreface23947.dita adminguide/derbyadmin.ditamap devguide/cdevdgpref11181.dita devguide/cdevdvlp14839.dita

Author: chaase3
Date: Tue May 22 13:47:04 2012
New Revision: 1341476

URL: http://svn.apache.org/viewvc?rev=1341476&view=rev
Log:
DERBY-5691  Document that Write Caching must be disabled to avoid possible database corruption

Merged DERBY-5691-5.diff to 10.8 docs branch from trunk revision 1341468. 

Added:
    db/derby/docs/branches/10.8/src/adminguide/cadmindbintegrity.dita
      - copied unchanged from r1341468, db/derby/docs/trunk/src/adminguide/cadmindbintegrity.dita
Modified:
    db/derby/docs/branches/10.8/src/adminguide/cadminpreface23947.dita
    db/derby/docs/branches/10.8/src/adminguide/derbyadmin.ditamap
    db/derby/docs/branches/10.8/src/devguide/cdevdgpref11181.dita
    db/derby/docs/branches/10.8/src/devguide/cdevdvlp14839.dita

Modified: db/derby/docs/branches/10.8/src/adminguide/cadminpreface23947.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/adminguide/cadminpreface23947.dita?rev=1341476&r1=1341475&r2=1341476&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/adminguide/cadminpreface23947.dita (original)
+++ db/derby/docs/branches/10.8/src/adminguide/cadminpreface23947.dita Tue May 22 13:47:04 2012
@@ -44,10 +44,13 @@ Network Server sample programs for Netwo
 </ul>
 <p>Part two: <ph conref="../conrefs.dita#prod/productshortname"></ph> Administration Guide</p>
 <ul>
+<li><i><xref href="cadmindbintegrity.dita#cadmindbintegrity"/></i>  
+<p>Describes how to prevent
+<ph conref="../conrefs.dita#prod/productshortname"></ph> database corruption.</p></li>
 <li><i><xref href="cadminconsist01.dita#cadminconsist01"/></i>  
 <p>Describes how to check the consistency of <ph conref="../conrefs.dita#prod/productshortname"></ph> databases.</p></li>
 <li><i><xref href="cadminhubbkup98797.dita#cadminhubbkup98797"/></i>  
-<p>Describes how to back up a database when it is online.</p></li>
+<p>Describes how to back up and restore a database.</p></li>
 <li><i><xref href="cadminimport16245.dita#cadminimport16245"/></i>
 <p>Describes how to import and export large amounts of data between files and
 database tables.</p></li>

Modified: db/derby/docs/branches/10.8/src/adminguide/derbyadmin.ditamap
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/adminguide/derbyadmin.ditamap?rev=1341476&r1=1341475&r2=1341476&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/adminguide/derbyadmin.ditamap (original)
+++ db/derby/docs/branches/10.8/src/adminguide/derbyadmin.ditamap Tue May 22 13:47:04 2012
@@ -347,6 +347,8 @@ program"></topicref>
 </topicref>
 </topicref>
 <topicref collection-type="family" href="cadminparttwo.dita" navtitle="Part two: Derby Administration Guide">
+<topicref href="cadmindbintegrity.dita" navtitle="Maintaining database integrity">
+</topicref>
 <topicref collection-type="family" href="cadminconsist01.dita" navtitle="Checking database consistency">
 <topicref href="radminconsist30301.dita" navtitle="The SYSCS_CHECK_TABLE function">
 </topicref>

Modified: db/derby/docs/branches/10.8/src/devguide/cdevdgpref11181.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/devguide/cdevdgpref11181.dita?rev=1341476&r1=1341475&r2=1341476&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/devguide/cdevdgpref11181.dita (original)
+++ db/derby/docs/branches/10.8/src/devguide/cdevdgpref11181.dita Tue May 22 13:47:04 2012
@@ -27,5 +27,15 @@ and is for developers building <ph conre
 <p>It describes basic <ph conref="../conrefs.dita#prod/productshortname"></ph> concepts,
 such as how you create and access <ph conref="../conrefs.dita#prod/productshortname"></ph> databases
 through JDBC routines and how you can deploy <ph conref="../conrefs.dita#prod/productshortname"></ph> applications.</p>
+<p>When an application embeds
+<ph conref="../conrefs.dita#prod/productshortname"></ph>, application users take
+on the role of database administrator and must maintain the integrity of the
+database. See "Part Two:
+<ph conref="../conrefs.dita#prod/productshortname"></ph> Administration Guide"
+in the <ph conref="../conrefs.dita#pub/citadmin"></ph> for
+information on administrative tasks such as backing up and restoring
+databases. In particular, see the topic "Maintaining database integrity" for
+information on preventing database corruption. You will need to make this
+information available to users of your application.</p>
 </conbody>
 </concept>

Modified: db/derby/docs/branches/10.8/src/devguide/cdevdvlp14839.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/branches/10.8/src/devguide/cdevdvlp14839.dita?rev=1341476&r1=1341475&r2=1341476&view=diff
==============================================================================
--- db/derby/docs/branches/10.8/src/devguide/cdevdvlp14839.dita (original)
+++ db/derby/docs/branches/10.8/src/devguide/cdevdvlp14839.dita Tue May 22 13:47:04 2012
@@ -60,5 +60,15 @@ implementation of SQL in the <cite><ph c
 <p><ph conref="../conrefs.dita#prod/productshortname"></ph> implements the JDBC
 API so as to allow <ph conref="../conrefs.dita#prod/productshortname"></ph> to
 serve as a resource manager in a Java EE compliant system.</p>
+<p>When an application embeds
+<ph conref="../conrefs.dita#prod/productshortname"></ph>, application users take
+on the role of database administrator and must maintain the integrity of the
+database. See "Part Two:
+<ph conref="../conrefs.dita#prod/productshortname"></ph> Administration Guide"
+in the <ph conref="../conrefs.dita#pub/citadmin"></ph> for
+information on administrative tasks such as backing up and restoring
+databases. In particular, see the topic "Maintaining database integrity" for
+information on preventing database corruption. You will need to make this
+information available to your users.</p>
 </conbody>
 </concept>