IBM Books

XML Extender Administration and Programming

enable_db

Purpose

Connects to and enables a database so that it can be used with the XML Extender. When the database is enabled, the XML Extender creates the following objects:

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

Parameters

Table 14. enable_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 enables the database SALES_DB.

dxxadm enable_db SALES_DB


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