Enterprise Edition Home | Express Edition Home | Previous Page | Next Page   Consolidating Table Storage Spaces Online > Repack Threads >

The onutil REPACK DATA command

To use this feature, the DBA issues a new onutil command, using the following syntax:

Read syntax diagramSkip visual syntax diagram>>-onutil REPACK DATA IN---------------------------------------->
 
>--+-TABLE--dbase--:--+----------+--table--+------------+-+----->
   |                  '-owner--.-'         '-,--dbspace-' |
   '-TABLESPACE--partnum----------------------------------'
 
                                  .-,--------.
                                  V          |
>--+-----------------+--COSERVER----coserver-+-----------------><
   '-BATCHSIZE--size-'
 

Here the input variables have the following definitions:

Only users informix and root can execute this command.

Here are examples of this command:

	onutil REPACK DATA IN TABLE stores_demo:customer
	onutil REPACK DATA IN TABLE db3:user5.tab1 BATCHSIZE 1000 COSERVER xps.2,xps.4
	onutil REPACK DATA IN TABLESPACE 0x50002

Because this onutil command completes execution before the table has been repacked, it prints a message suggesting that the user monitor the progress of the operation using the onstat -g pak command that is described below.

Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]