Difference between revisions of "Recitalintegrity"

From Recital Documentation Wiki
Jump to: navigation, search
(Description)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{YLM to do}}
 
 
==Purpose==
 
==Purpose==
 
Recital database integrity verification tool
 
Recital database integrity verification tool
  
 
==Syntax==
 
==Syntax==
dbintegrity [options]
+
recitalintegrity <options>
  
  
Line 12: Line 11:
  
 
==Description==
 
==Description==
dbintegrity - Recital database integrity verification tool
+
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.
usage: dbintegrity [options]
+
 
 +
 
 
{| class="wikitable"
 
{| class="wikitable"
 
!Options||Description
 
!Options||Description
Line 19: Line 19:
 
|&#045;f &#060;table&#062;||table to verify
 
|&#045;f &#060;table&#062;||table to verify
 
|-
 
|-
|&#045;d directory||directory to verify
+
|&#045;d &#060;directory&#062;||directory to verify
 
|-
 
|-
|&#045;D database||database to verify
+
|&#045;D &#060;database&#062;||database to verify
 
|-
 
|-
 
|&#045;r||recursively process subdirectories
 
|&#045;r||recursively process subdirectories
Line 34: Line 34:
 
|-
 
|-
 
|}
 
|}
 
  
 
==Example==
 
==Example==
 
<pre>
 
<pre>
# dbintegrity
+
# recitalintegrity -D southwind -a -y
 
</pre>
 
</pre>
  

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