You prepare databases, tables, and columns to hold extender data by enabling them. First enable the database. Then enable a table in the database. Finally, enable a column in the table.
When you no longer want extender data in your data objects, you can disable the objects.
You can enable and disable objects either using the APIs in your C language program or from the db2ext command line. In this chapter, examples are provided for each method.