Re: Backup Script

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • LKBrwn_DBA

    Re: Backup Script


    oraenv is a shell script that sets the oracle environment variables
    like: ORACLE_HOME, ORACLE_SID, ...etc...
    It also adds the oracle directories to the PATH variable.

    The dot-space (. ) before the script name indicates that execution of
    the script is to be performed in the current shell (this way the
    variables created in the script remain active in the current shell).

    --
    Posted via http://dbforums.com
Working...