Skip to Main Content

Enterprise Manager

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Enterprise manager not working

BilalGORGUNJan 18 2017 — edited Jan 19 2017

Hello everybody

I am installing oracle 11.2.0.4 standart edition on linux 6.7 . Bu at the end of the installation I receive the following error. please helpme.

pastedImage_0.png

my environment already set on .bash_profile like following

SQL> select

2 name,

3 db_unique_name

4 from

5 v$database;

NAME DB_UNIQUE_NAME

--------- ------------------------------

TURGUTLU turgutlu

# Oracle Settings

TMP=/tmp; export TMP

TMPDIR=$TMP; export TMPDIR

ORACLE_HOSTNAME=turgutlu.bel.tr; export ORACLE_HOSTNAME

ORACLE_UNQNAME=turgutlu; export ORACLE_UNQNAME

ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE

ORACLE_HOME=$ORACLE_BASE/product/11.2.0/db_1; export ORACLE_HOME

ORACLE_SID=turgutlu; export ORACLE_SID

PATH=/usr/sbin:$PATH; export PATH

PATH=$ORACLE_HOME/bin:$PATH; export PATH

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH

CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH

This post has been answered by GokhanAtil on Jan 19 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 16 2017
Added on Jan 18 2017
8 comments
1,351 views