Environment variable settings for the Oracle database

Set the environment variables for Oracle by editing the .profile file.

Required environment variables include.

Source the profile on UNIX operating systems that update the environment variables in the current session. This task ensures that ISIM can communicate with the database. To source the profile, enter the following command:
# . /.profile

See the Oracle official website.

Parent topic: Tasks for creating the database Previous topic: Configure the init.ora file