Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: starting svrmgrl caused immediately an Oracle error

Re: starting svrmgrl caused immediately an Oracle error

From: lam <mailbox_at_online.de>
Date: 2000/06/02
Message-ID: <3936FD46.5EA643CB@online.de>#1/1

Thanks to the replies so far. It seems that hint at the right direction. I have put together a bit more info this time:

The Oracle software is installed and owned by user oracle8i whose primary group was oinstall. I edited /etc/passwd to make dba the primary group for oracle8i.

The following screen output shows that the Oracle software is owned by oinstall because that was the primary group of oracle8i when the user was created. Shoud the group user be dba? I copied the who directory tree starting from /usr/local/oracle and make the new tree owned by oracle8i/dba, adjusted the env variables but that did not help neither.



[oracle8i_at_feb2000 8.1.5]$ whoami

oracle8i
[oracle8i_at_feb2000 8.1.5]$ groups

dba oinstall
[oracle8i_at_feb2000 8.1.5]$ pwd

/usr/local/oracle/8i/u01/app/oracle/product/8.1.5
[oracle8i_at_feb2000 8.1.5]$ ls -l | tail -20
drwxr-x--x   5 oracle8i oinstall     4096 May 29 21:40 jdbc
drwxr-x--x   2 oracle8i oinstall     4096 May 29 21:33 jlib
drwxr-x--x   3 oracle8i oinstall     4096 May 28 19:36 ldap
drwxr-x--x   2 oracle8i oinstall     4096 May 29 22:21 lib
drwxr-x--x   5 oracle8i oinstall     4096 May 28 19:41 md
drwxr-x--x  14 oracle8i oinstall     4096 May 28 20:07 network
drwxr-x--x   3 oracle8i oinstall     4096 May 28 19:36 ocommon
drwxr-x--x   6 oracle8i oinstall     4096 May 29 21:35 odg
drwxr-x--x   3 oracle8i oinstall     4096 May 28 19:37 oracore
drwxr-x--x   9 oracle8i oinstall     4096 May 28 19:41 ord
drwxr-x--x   7 oracle8i oinstall     4096 May 28 19:37 otrace
drwxr-x--x   7 oracle8i oinstall     4096 May 28 19:37 plsql
drwxr-x--x   6 oracle8i oinstall     4096 May 29 21:40 precomp
drwxr-x--x  11 oracle8i oinstall     4096 May 29 21:40 rdbms
-rw-r--r--   1 oracle8i oinstall     5211 May 29 21:36 root.sh
-rw-r--r--   1 oracle8i oinstall        0 Jul 12  1999 root.sh.old
drwxr-x--x   3 oracle8i oinstall     4096 May 28 19:37 slax
drwxr-x--x   5 oracle8i oinstall     4096 May 29 21:40 sqlj
drwxr-x--x   7 oracle8i oinstall     4096 May 28 19:38 sqlplus
drwxr-x--x   4 oracle8i oinstall     4096 May 28 19:40 svrmgr

[oracle8i_at_feb2000 8.1.5]$ svrmgrl

Oracle Server Manager Release 3.1.5.0.0 - Production

(c) Copyright 1997, Oracle Corporation. All Rights Reserved.

ORA-12545: Connect failed because target host or object does not exist SVRMGR> host echo $ORACLE_SID
tst3
SVRMGR> connect internal
Password:
ORA-12545: Connect failed because target host or object does not exist SVRMGR> connect internal/tst3
ORA-12545: Connect failed because target host or object does not exist SVRMGR>


The svrmgrl binary is not crap as I unduly suspected because after I had set up tnsnames.ora to connect to an instance on the NT box, I could indeed log in as sys user to the NT instance!

But the damned "connect internal" problem is still unsolved! Please help! Received on Fri Jun 02 2000 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US