databasetrouble.dita 1.2 KB

123456789101112131415161718192021222324252627282930313233
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  5. <task id="databasetrouble" xml:lang="en-us">
  6. <title>Troubleshooting a database</title>
  7. <shortdesc>Databases rarely have problems, but this may be helpful if you find some.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>troubleshooting</indexterm>
  12. <indexterm>database</indexterm>
  13. </keywords>
  14. </metadata>
  15. </prolog>
  16. <taskbody>
  17. <steps-unordered>
  18. <step>
  19. <cmd>If performance is slow, try removing several thousand records.</cmd>
  20. </step>
  21. <step>
  22. <cmd>If none of your commands work, make sure they are SQL commands and not SEQUEL commands.</cmd>
  23. </step>
  24. <step>
  25. <cmd>If you cannot get anything to work at all, try uninstalling and reinstalling.</cmd>
  26. </step>
  27. <step>
  28. <cmd>For more detailed troubleshooting help, see the online documentation shipped with your database.</cmd>
  29. </step>
  30. </steps-unordered>
  31. </taskbody>
  32. </task>