Operating System - HP-UX
1748153 Members
3643 Online
108758 Solutions
New Discussion юеВ

Probs with installing/executing Oracle 8.1.7

 
GE CompuNet (Einfeldt)
Occasional Advisor

Probs with installing/executing Oracle 8.1.7

Hi Folks,

i have trouble with installing Oracle 8.1.7 (64bit).
The installation works successful, but the Oracleserver won't start. If i try to execute oracle the following errormessaage appears:
su: oracle: Execute permission denied

my settings in .profile:

export ORACLE_SID=asterix
export ORACLE_BASE=/ora/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/8.1.7
export ORACLE_OWNER=oracle
export ORACLE_TERM=vt100
export PATH=$PATH:$ORACLE_HOME/bin
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export NLS_LANG=german_germany

export SHLIB_PATH=$ORACLE_HOME/lib64
export LD_LIBRARY_PATH=$ORACLE_HOME/lib64

export CLASSPATH=$ORACLE_HOME/product/jlib

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

the output from chatr oracle shows:

# chatr oracle
oracle:
64-bit ELF executable
shared library dynamic path search:
LD_LIBRARY_PATH enabled first
SHLIB_PATH enabled second
embedded path enabled third /ora/app/oracle/product/8.1.7/rdbms/lib64:/ora/app/oracle/product/8.1.7/lib64:/usr/lib/pa20_64:/opt/langtools/lib/pa20_64:
shared library list:
libjox8.sl
libobk.sl
librt.2
libpthread.1
libnss_dns.1
libdl.1
libm.2
libc.2
shared library binding:
deferred
global hash table disabled
shared vtable support disabled
segments:
index type address flags size
5 text 4000000000000000 z-r-c 16M
6 data 8000000100000000 ---m- 64M
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation for dynamic segments disabled



Any ideas ?????

Thanks in advance
5 REPLIES 5
Rainer_1
Honored Contributor

Re: Probs with installing/executing Oracle 8.1.7

check permissions and uid/gid of

$ORACLE_HOME/bin/oracle

should be

-rwsr-s--x 1 oracle dba 22102016 Dec 1 15:06 oracle
Alexander M. Ermes
Honored Contributor

Re: Probs with installing/executing Oracle 8.1.7

Hi there.
Two things :
kernel parameter shmmax should be larger 1 GB
did you install patch PHSS_22478 ?
Check these two things. Solved the same problem on two of my N-classes.
Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Andreas D. Skjervold
Honored Contributor

Re: Probs with installing/executing Oracle 8.1.7

Had same problem. Solved with PHSS_22478.
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
GE CompuNet (Einfeldt)
Occasional Advisor

Re: Probs with installing/executing Oracle 8.1.7

Hi,

the patch works !!
I tried an make -f in... ioracle and it works.
Now I'm running the relink skript, time for coffee and a cigarette ;-)

Thank?s for the great tips !!!
Alexander M. Ermes
Honored Contributor

Re: Probs with installing/executing Oracle 8.1.7

Hi there.
feedback is ok. Points would also be appriciated. ;-)
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"