Specify the command and keyword to display syntax usage information. For example, the onutil help CHECK DATA command displays the following:
CHECK DATA [WITH BLOBS] <table_target> [LOCK] [REPAIR] [<display_option>] Where <table_target> is one of the following: IN DATABASE <database> [<coserver_list>] IN TABLE <database>:[<owner>.]<table> [<coserver_list>] IN TABLE <database>:[<owner>.]<table>[,<dbspace>] IN TABLESPACE <partnum> And where: WITH BLOBS checks partition blobs. LOCK forces a share lock on the table. REPAIR allows repairs on inconsistancies. <coserver_list> is COSERVER <coserver_name>,<coserver_name>...<display_option> is DISPLAY | SAVE [IN "filename"] Examples: CHECK DATA IN DATABASE sysmaster REPAIR CHECK DATA IN TABLE sysmaster:systables LOCK DISPLAY CHECK DATA IN TABLESPACE 0x10034 SAVE IN "myfile"Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]