Difference between revisions of "DB PROCDIR"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
==Class==
+
''Deprecated in Recital 10''
Environment Variables / Symbols
+
  
  
 
==Purpose==
 
==Purpose==
Used to define a default procedures and programs directory for the dbexec utility
+
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 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.
+
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 Database Server, Recital Mirage Server
+
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


Purpose

Used to define a default procedures and programs directory for the exec utility


See Also

DB_DATADIR, dbexec, SET PATH


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