What Environmet Variables to set on the Oracle Database server for SAP System

We have to set the following environment variable on the Oracle database server to function SAP system properly.

  1. ORACLE_SID – ORACLE_SID is the system ID of the database instance. It is also denoted as DBSID.
  2. ORACLE_HOME – ORACLE_HOME is the directory which consists of all the files of Oracle software. This directory consists of 3 sub directories they are…bin, database and network
  3. SAPDATA_HOME – SAPDATA_HOME is the folder which consists of all the data files of the SAP system

The location of the control files and offline redo log files is configured in the oracle profile init<DBSID> and the location of the data files and online redo logs are stored in the database itself. The following figure shows that how i have configured environment variables on my Database server on which my SAP ECC 6.0 EHP4 system rely on.

Environment Variables of Oracle Database Server

Environment Variables of Oracle Database Server

Leave a Comment