IBM Books

Image, Audio, and Video Extenders Administration and Programming

DISABLE TABLE


Image Audio Video
X X X

Disables the specified table from storing media data.

Authorization

SYSADM, DBADM, Control, Alter

Command syntax

                                     .-,----------------.
                                     V                  |
>>-DISABLE TABLE--table_name--FOR-------extender_name---+------><
 

Command parameters

table_name
The name of the table you want to disable in the current database.

extender_name
The name of the extender for which you want to disable the table. Valid extender names are db2image, db2audio, and db2video.

Examples

Disable the table employee from holding image data:

disable table employee for db2image

Usage notes

Connect to the database before using this command.

When you disable a table, the system:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]