Difference between revisions of "DB PROCDIR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | ''Deprecated in Recital 10'' | |
− | + | ||
==Purpose== | ==Purpose== | ||
− | Used to define a default procedures and programs directory for the | + | Used to define a default procedures and programs directory for the exec utility |
Line 12: | Line 11: | ||
==Description== | ==Description== | ||
− | The DB_PROCDIR environment variable / symbol is used to define a default procedures and programs directory for the | + | The DB_PROCDIR environment variable / symbol is used to define a default procedures and programs directory for the execute utility. The execute utility is used to run program files on the server 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. |
+ | |||
+ | Note: The earlier ''dbexec'' syntax has been deprecated in Recital 10, to be replaced with ''recitaladmin execute | --execute''. | ||
Revision as of 14:14, 1 December 2009
Deprecated in Recital 10
Contents
Purpose
Used to define a default procedures and programs directory for the exec utility
See Also
Description
The DB_PROCDIR environment variable / symbol is used to define a default procedures and programs directory for the execute utility. The execute utility is used to run program files on the server 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.
Note: The earlier dbexec syntax has been deprecated in Recital 10, to be replaced with recitaladmin execute | --execute.
Example
# DB_PROCDIR="/usr/recital/UAS/netprocs"; export DB_PROCDIR # dbexec myapp
Products
Recital Database Server, Recital Mirage Server