Difference between revisions of "DB PROCDIR"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) |
||
(One intermediate revision by one user not shown) | |||
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''. | ||
Line 22: | Line 23: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Configuration]] | [[Category:Configuration]] | ||
[[Category:Environment Variables|PROCDIR]] | [[Category:Environment Variables|PROCDIR]] | ||
+ | [[Category:Deprecated]] |
Latest revision as of 09:54, 4 March 2010
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 Server