2. Using Ingres Commands : repmod Command--Modify Replicator System Tables Storage Structure
 
Share this page                  
repmod Command--Modify Replicator System Tables Storage Structure
The repmod command modifies Ingres Replicator system tables in a replicated database to predetermined storage structures. The tables are modified to the most appropriate storage structure for accelerating query processing. You must run repmod on the whole database.
The repmod command has the following format:
repmod [vnode::] dbname [- udba_name] [+w|-w]
[vnode::] dbname
Identifies the name of the database whose system tables are to be modified.
-udba_name
Specifies the effective user for the session. You must run repmod as the owner of the database.
+w|-w
Directs repmod to wait (+w) or not wait (-w) until the database is free before executing. Repmod requires exclusive access to the database.
On VMS, this flag is not valid in batch mode.