IBM Books

XML Extender Administration and Programming

disable_db

Purpose

Connects to and disables the XML-enabled database. When the database is disabled, it can no longer be used by the XML Extender. When the XML Extender disables the database, it drops the following objects:

Important: You must disable all XML columns before attempting to disable a database. The XML Extender cannot disable a database that contains columns or collections that are enabled for XML.

Format
disable_db
>>-dxxadm--disable_db--db_name----+------------+---------------->
                                  '--l--login--'
 
>-----+---------------+----------------------------------------><
      '--p--password--'
 

Parameters

Table 15. disable_db parameters
Parameter Description
db_name The name of the database in which the XML data resides
-l login The user ID, which is optional, used to connect to the database, when specified. If not specified, the current user ID is used.
-p password The password, which is optional, used to connect to the database, when specified. If not specified, the current password is used.

Examples

The following example disables the database SALES_DB.

dxxadm disable_db SALES_DB 


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