Operating System - HP-UX
1753536 Members
6016 Online
108795 Solutions
New Discussion юеВ

CAN"T FIND ORACLE SERVER MANAGER - ANYWHERE

 
Deanna Tran
Frequent Advisor

CAN"T FIND ORACLE SERVER MANAGER - ANYWHERE

Hi,
I had forgotten the password for oracle admin as I attempted to connect to oracle..
I look everywhere in the the oracle user and i still can't find it? Will it be possible that I might not install this part of the oracle??
PLEASE HELP...
su - oracle
/u01
echo $ORACLE_HOME
/u01
find . -name svrmgrl -print
can't found
< however, if it type the following here is what i find>
find . -name svr* -print
./classes/oracle/ldap/admin/client/images/svrmgmnt.gif
??
DOes it mean I have to reinstall the oracle again????
PLEASE HELP ME
5 REPLIES 5
harry d brown jr
Honored Contributor

Re: CAN"T FIND ORACLE SERVER MANAGER - ANYWHERE

Search fo rit this way

find / -type f -name "svrmgr*"

If you don't find it, then you know what you need to do.

live free or die
harry
Live Free or Die
Thierry Poels_1
Honored Contributor

Re: CAN"T FIND ORACLE SERVER MANAGER - ANYWHERE

hi,

svrmgrl should be in $ORACLE_HOME/bin.
Just hope you're not using Oracle 9i, because the server manager has been dropped from that point on.

regards,
Thierry.
All unix flavours are exactly the same . . . . . . . . . . for end users anyway.
Eric Ladner
Trusted Contributor

Re: CAN"T FIND ORACLE SERVER MANAGER - ANYWHERE

Also, if you are using Oracle 8.1 or up, you don't need svrmgrl anyway. Sqlplus can be used.

su - oracle
sqlplus internal

Also, your ORACLE_HOME looked a little strange. Shouldn't it be more like /u01/products/app/8.1.7 (typing from memory)
Deanna Tran
Frequent Advisor

Re: CAN"T FIND ORACLE SERVER MANAGER - ANYWHERE

okay...Since I can't find svrmgrl in oracle 9i , and prior reading your help..I deinstall product for oracle9i
here is my .profile
#ORACLE ENV
export ORACLE_HOME=/u01/app/product/9.0.1
export ORACLE_SID=dia1
export ORACLE_TERM=xterm
export TNS_ADMIN=/export/home/oracle/config/9.0.1
export NLS_LANG=AMERICAN_AMERICAN.UTF8
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:$ORACLE_HOME/rdbms/lib
export SHLIB_PATH=ORACLE_HOME/lib32:$ORACLE/rdbms/lib32
export PATH=/bin:/usr/bin:/usr/sbin:/etc:/opt/bin:/usr/ccs/bin:/usr/local/bin:$O
RACLE_HOME/bin
CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
CLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlib

THE INSTALLATION AGAIN GIVES ME "PROBLEM"
1. FOR SOME REASONS, THE DATABASE FILE DOESN'T WANT TO BE INSTALL ON A DIFFERENT MOUNT POINT ALTHOUGH DURING THE INSTALLATION i SPECIFIED IT GO TO ...i TRIED TO REDO IT 3 TIMES AND STILL DID NOT WORK..
WELL HERE IS WHAT I DID
1. mkdir /u01
lvcreate -L 3500 -n oracle /dev/vg00
newfs -F vxfs /dev/vg00/roracle
mount the filesystem
chown oracle:dba /u01
and I do the same thing for /u02
..
2. It won't let me reuse the SID although i have deinstall the product already...

PLEASE HELP ME....
ps. I didn't has this problem before when I install the oracle9i the first time...why now????
Andreas D. Skjervold
Honored Contributor

Re: CAN"T FIND ORACLE SERVER MANAGER - ANYWHERE

Hi

Oracle wouldn't let you reuse a SID if it is present in your /etc/oratab. This file is present even if you have deinstalled the product.

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!