Difference between revisions of "DB PROCDIR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
==Class== | ==Class== | ||
Environment Variables / Symbols | Environment Variables / Symbols | ||
Line 11: | Line 8: | ||
==See Also== | ==See Also== | ||
− | [[DB_DATADIR]], [[ | + | [[DB_DATADIR]], [[dbexec]], [[SET PATH]] |
Revision as of 12:53, 24 March 2009
Class
Environment Variables / Symbols
Purpose
Used to define a default procedures and programs directory for the dbexec utility
See Also
Description
The DB_PROCDIR environment variable / symbol is used to define a default procedures and programs directory for the dbexec utility. The dbexec utility is used to run program files via the Recital Database and Recital Mirage Servers without connecting from a client. If DB_PROCDIR is set to a directory, this directory will be added to the search path and is equivalent to using the SET PATH command.
Example
# DB_PROCDIR="/usr/recital/UAS/netprocs"; export DB_PROCDIR # dbexec myapp
Products
Recital Database Server, Recital Mirage Server