Difference between revisions of "Recitalintegrity"

From Recital Documentation Wiki
Jump to: navigation, search
 
(Description)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{YLM to do}}
+
==Purpose==
 +
Recital database integrity verification tool
  
 +
==Syntax==
 +
recitalintegrity <options>
  
dbintegrity - Recital database integrity verification tool
+
 
usage: dbintegrity [options]
+
==See Also==
    Options:
+
[[CREATE]], [[CREATE DATABASE]], [[CREATE TABLE]], [[OPEN DATABASE]], [[USE]]
      -f table                 table to verify
+
 
      -d directory             directory to verify
+
 
      -D database               database to verify
+
==Description==
      -r                       recursively process subdirectories
+
The Recital database integrity verification tool, '''recitalintegrity''', is used to check for, and if required correct errors found in Recital tables, indexes and memo files.  It can operate on an individual table, a database, a directory or a directory structure.  The options below are used to specify the target data, configure the output displayed and control the correction of errors.
      -y                       repair data if errors
+
 
      -q                       Only display errors
+
 
      -a                       verbose mode
+
{| class="wikitable"
      --help, -h               Display this information
+
!Options||Description
 +
|-
 +
|&#045;f &#060;table&#062;||table to verify
 +
|-
 +
|&#045;d &#060;directory&#062;||directory to verify
 +
|-
 +
|&#045;D &#060;database&#062;||database to verify
 +
|-
 +
|&#045;r||recursively process subdirectories
 +
|-
 +
|&#045;y||repair data if errors are found
 +
|-
 +
|&#045;q||only display errors
 +
|-
 +
|&#045;a||verbose mode
 +
|-
 +
|&#045;&#045;help, -h||display the usage information
 +
|-
 +
|}
 +
 
 +
==Example==
 +
<pre>
 +
# recitalintegrity -D southwind -a -y
 +
</pre>
 +
 
 +
 
 +
==Products==
 +
Recital
 +
 
 +
[[Category:Documentation]]
 +
[[Category:Reference]]

Latest revision as of 18:26, 24 June 2010

Purpose

Recital database integrity verification tool

Syntax

recitalintegrity <options>


See Also

CREATE, CREATE DATABASE, CREATE TABLE, OPEN DATABASE, USE


Description

The Recital database integrity verification tool, recitalintegrity, is used to check for, and if required correct errors found in Recital tables, indexes and memo files. It can operate on an individual table, a database, a directory or a directory structure. The options below are used to specify the target data, configure the output displayed and control the correction of errors.


Options Description
-f <table> table to verify
-d <directory> directory to verify
-D <database> database to verify
-r recursively process subdirectories
-y repair data if errors are found
-q only display errors
-a verbose mode
--help, -h display the usage information

Example

# recitalintegrity -D southwind -a -y


Products

Recital