Home | Previous Page | Next Page   Configuring and Monitoring Dynamic Server > Configuration Parameters > 4 4 4

DB_LIBRARY_PATH

4
4
syntax
4
DB_LIBRARY_PATH value 4
4
onconfig.std value
4
None 4
4
if not present
4
The database server can load external modules from any location 4
4
range of values
4
List of path names (up to 512 bytes) 4
4
separators
4
Comma 4
4
takes effect
4
When the database server is shut down and restarted 4
4
4

The DB_LIBRARY_PATH configuration parameter specifies a comma-separated 4list of valid directory prefix locations from which the database server can 4load external modules, such as DataBlade Modules. You can also include server 4environment variables, such as $INFORMIXDIR.

4

You must specify paths for external modules exactly as they are registered 4with Dynamic Server. Relative paths or paths that include double periods (..) 4are not valid. External modules in the file systems that are not specified 4by this parameter cannot be loaded. This list is scanned prior to loading 4C language modules.

4

If you set this parameter, you must also include the string $INFORMIXDIR/extend as part of the value. If the string $INFORMIXDIR/extend is 4not included in DB_LIBRARY_PATH, IBM-supplied DataBlade Modules, the 4BladeManager, Large Object Locator DataBlade module functions, and DataBlade 4modules that you created with the DataBlade Developer's Kit will not load.

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