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 |
|
---|
7 | <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN"
|
---|
8 | "../../dtd/task.dtd">
|
---|
9 | <task id="databasetrouble" xml:lang="en-us">
|
---|
10 | <title>Troubleshooting a database</title>
|
---|
11 | <shortdesc>Databases rarely have problems, but this may be helpful if you
|
---|
12 | find some.</shortdesc>
|
---|
13 | <prolog><metadata>
|
---|
14 | <keywords><indexterm>troubleshooting</indexterm><indexterm>database</indexterm>
|
---|
15 | </keywords>
|
---|
16 | </metadata></prolog>
|
---|
17 | <taskbody>
|
---|
18 | <steps-unordered>
|
---|
19 | <step><cmd>If performance is slow, try removing several thousand records.</cmd>
|
---|
20 | </step>
|
---|
21 | <step><cmd>If none of your commands work, make sure they are SQL commands
|
---|
22 | and not SEQUEL commands.</cmd></step>
|
---|
23 | <step><cmd>If you cannot get anything to work at all, try uninstalling and
|
---|
24 | reinstalling.</cmd></step>
|
---|
25 | <step><cmd>For more detailed troubleshooting help, see the online documentation
|
---|
26 | shipped with your database.</cmd></step>
|
---|
27 | </steps-unordered>
|
---|
28 | </taskbody>
|
---|
29 | </task>
|
---|