TOC PREV NEXT INDEX

$setenv

Synopsis

$setenv name [value]

Description

$setenv assigns a value to an environment variable name . By convention, name must be uppercase; value can be a single word or a string. If value is not specified, the null value is assigned.

Examples

OM(SingleWindowApp) ->_____$setenv ORACLE_HOME /usr/oracle


TOC PREV NEXT INDEX