ORA-01034: ORACLE not available (some users only) [message #610313] |
Wed, 19 March 2014 06:39 |
|
lmontejo
Messages: 9 Registered: March 2014
|
Junior Member |
|
|
Hi,
I know I'n runnig a very old version, but i'ts the client choice.
I'm getting ORA-01034 error when trying to connect locally to the DB with some unix users, but it works with others.
eoc@zpecas:>sqlplus energia3/energia@zpecas
SQL*Plus: Release 8.1.6.0.0 - Production on Mi� Mar 19 12:40:39 2014
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Conectado a:
Oracle8i Release 8.1.6.3.0 - Production
JServer Release 8.1.6.3.0 - Production
SQL>
eoc@zpecas:>sqlplus energia3/energia
SQL*Plus: Release 8.1.6.0.0 - Production on Mi� Mar 19 12:41:12 2014
(c) Copyright 1999 Oracle Corporation. All rights reserved.
ERROR:
ORA-01034: ORACLE not available
eoc@zpecas:>su - oracle
Password:
zpecas:oracle> sqlplus energia3/energia
SQL*Plus: Release 8.1.6.0.0 - Production on Wed Mar 19 12:43:35 2014
(c) Copyright 1999 Oracle Corporation. All rights reserved.
Connected to:
Oracle8i Release 8.1.6.3.0 - Production
JServer Release 8.1.6.3.0 - Production
Environment is the same in both cases.
Any idea?
Thanks in advance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: ORA-01034: ORACLE not available (some users only) [message #610362 is a reply to message #610356] |
Wed, 19 March 2014 10:00 |
|
lmontejo
Messages: 9 Registered: March 2014
|
Junior Member |
|
|
They are the same (permissions and group)
In fact, both zones are created from an image of an existing Solaris 8 machine.
This is why I'm so confused. Environments, users, groups are the same. And DB is the same also.
I've tried to restart both the database and the zone with no result.
eoc@zpecas:>id
uid=201(eoc) gid=21(soc)
eoc@zpecas:>groups
soc dba
zpecas:oracle> id
uid=204(oracle) gid=201(dba)
zpecas:oracle> groups
dba
Oracle user is the owner of teh binaries and the instance, but it's the same in the zone that works.
[Updated on: Wed, 19 March 2014 10:03] Report message to a moderator
|
|
|
|
|
|
|
|
|
|