Re: ORATAB

  • From: Andy Rivenes <arivenes@xxxxxxxx>
  • To: oracle-l@xxxxxxxxxxxxx
  • Date: Thu, 03 Jun 2004 13:48:19 -0700

It's port dependent. Here's a korn shell example:

  # Set port
  port=`uname`
  #
  # Port specific UNIX environment settings
  # ORATAB   - Sets oratab location
  case $port in
    "HP-UX" ) ORATAB="/etc/oratab"
              ;;
    "SunOS" ) ORATAB="/var/opt/oracle/oratab"
              ;;
    "Linux" ) ORATAB="/etc/oratab"
              ;;
          * ) ORATAB="/etc/oratab"
              ;;
  esac


Andy Rivenes arivenes@xxxxxxxx

----------------------------------------------------------------
Please see the official ORACLE-L FAQ: http://www.orafaq.com
----------------------------------------------------------------
To unsubscribe send email to:  oracle-l-request@xxxxxxxxxxxxx
put 'unsubscribe' in the subject line.
--
Archives are at //www.freelists.org/archives/oracle-l/
FAQ is at //www.freelists.org/help/fom-serve/cache/1.html
-----------------------------------------------------------------
  • References:

Other related posts: