In the process of setup environment for Oracle 11g R2 on SUSE 11 R2 (SLES). I encountered some problems when reach the
2.18 Configuring the oracle User's Environment (
http://docs.oracle.com/cd/E11882_01/install.112/e24321/pre_install.htm#i1011717).
What I tried to do was to first locate the .bash_profile, then write the following to it:
umask 022
#Set the DISPLAY environment variable?
ORACLE_BASE=/u01/app/oracl
e
ORACLE_SID=test
export ORACLE_BASE ORACLE_SID
unset ORACLE_HOME
unset TNS_ADMIN
But first, where is the .bash_profile? I searched it started from /, could not find it. If it does not exist, can I create one? Where to create?
How can I "Set the DISPLAY environment variable"?
DISPLAY=???:0.0
Thanks
PS: I believe another option is to manually type in the above commands.
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.