databasetrouble.dita 1.1 KB

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