Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Post installation problem on oracle 8.15 in solaris 2.6
I've seen this before but on a Linux box. I use Oracle on Linux and I had some problems with the installer. Eventually I found workarounds. At one stage, I had this problem with the message file. I managed to find out that I had to set an environment variable to point to the root oracle installation directory. I did this in one of the .bash_profile script in the oracle login directory. The environment directory was ORACLE_ROOT. I also had to set the ORACLE_SID.
The setup I used on Linux is as follows:
[root_at_basingwerk oracle]# cat .bash_profile # .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/OraHome1/bin
BASH_ENV=$HOME/.bashrc
USERNAME=""
ORACLE_SID=ORCL
ORACLE_HOME=/home/oracle/OraHome1
export USERNAME BASH_ENV PATH ORACLE_SID export ORACLE_HOME
[root_at_basingwerk oracle]# cd OraHome1/
[root_at_basingwerk OraHome1]# ls
admin database javavm md ord root.sh.old t.sh assistants dbs jdbc network otrace scripts udump backup doc jlib ocommon plsql slax bdump grep ldap odg precomp sqlj bin install lib oracore rdbms sqlplus ctx install.platform logs oradata root.sh svrmgr[root_at_basingwerk OraHome1]#
-- Steve Jones stevej_at_getridofthisproact.net Kenny Lim <kennylim_at_earthlink.net> wrote in message news:YtUV4.14924$T41.346110_at_newsread1.prod.itd.earthlink.net...Received on Tue May 23 2000 - 00:00:00 CDT
> Hi,
>
> I am a newbie to sun solaris and are having some problem after the
> "post" installation of oracle 8.15 on sun solaris 2.6 (sun sparc 5) as I
am
> not able to
> start or use any of the oracle utilities ie. to startup the
> instances or listener and able to get it up and running.
> (this is a fresh installation)
>
> My guess is I must had misconfigured the environment variables during the
> process
> of installation. If anyone can lend me a helping as to how we should fix
the
> problem,
> it would be greatly appreacited as I will continure to troubleshoot for a
> possible
> resolution here.
>
> Thanks all in advance and you have a pleasant sunday.
>
> Kenny-
>
> installation steps :
>
> #please let me know if you need more explicit information.
>
> 1. create user oracle
> 2. create group osdba
> 3. set the following environment variables
>
> $display=workstation_name:0.0
> (ie. display=sparc5:0.0)
>
> xhost + server_machine_name
> (xhost +sparc5) <----#this can only be done when logging as root user
and
> not oracle.
> If login as oracle, it will complain '
> file not found' error.
>
> 4. mount cdrom and invoke the oracle installer.
> ./runInstaller
>
> (a) perform minimal installation for oracle instead of standard or
custom.
> (b) install pre-configured database and setting up listener.
>
> 5. login as root and run root.sh script in the installed oracle home
> directory and
> not from the cdrom.
>
> # all the setup and installation works fine.
>
> 6. problem :
>
> #when trying to startup svrmgrl, I received the following error.
>
> $./svrmgrl
> Oracle Server Manager Release 3.1.5.0.0 - Production
> Message 4505 not found; No message file for product=SVRMGR, facility=MGR
> Error while trying to retrieve text for error ORA-12571
>
> #When attempting to connect as internal, I received the following error.
>
> SVRMGR> connect internal/oracle_at_orcl
> Error while trying to retrieve text for error ORA-12154
>
> #When exit svrmgrl, I received the following error.
>
> Message 37 not found; No message file for product=SVRMGR, facility=MGR
>
> # I had also tried to reset the root.sh pointing to the dedault usr/local
> bin and also orachome bin directory but both settings did not help in
terms
> of getting the utilities to run.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
![]() |
![]() |