Image, Audio, and Video Extenders Administration and Programming
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:
- Disables all the columns in the table that are enabled for the specified
extender.
- Drops the administrative support tables associated with the table.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]