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:
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