XML Extender Administration and Programming
Disabling an XML collection removes the record in the XML_USAGE table that
identify tables and columns as part of a collection. It does not drop
any data tables. You disable a collection when you want to update the
DAD and need to reenable a collection, or to drop a collection.
You can disable an XML collection through the XML Extender administration
wizard, using the dxxadm command with the disable_collection
option, or using the XML Extender stored procedure
dxxDisableCollection().
Use the following steps to disable an XML collection.
- Set up and start the administration wizard. See Starting the administration wizard for details.
- Click Work with XML Collections from the LaunchPad window to
view the XML Extender collection related tasks. The Select a Task
window is displayed.
- Click Disable an XML Collection and then Next to
disable an XML collection. The Disable a Collection window is
displayed.
- Type the name of the collection you want to disable in the Collection
name field.
- Click Finish to disable the collection and return to the
LaunchPad window.
- If the collection is successfully disabled, an Disabled collection is
successful message is displayed.
- If the collection is not successfully disabled, an error box is
displayed. Continue the preceding steps until the collection is
successfully disabled.
To disable an XML collection, enter the dxxadm command:
Syntax:
dxxadm disable_collection |
---|
>>-dxxadm---disable_collection---dbName---collection-----------><
|
Parameters:
- dbName
- The name of the database.
- collection
- The name of the XML collection. This value is used as a parameter
for the XML collection stored procedures.
Example:
dxxadm disable_collection SALES_DB sales_ord
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]