IMP-00058 [message #111434] |
Wed, 16 March 2005 06:52 |
reubenernest
Messages: 4 Registered: March 2005 Location: Singapore
|
Junior Member |
|
|
Hi,
I am managing an Oracle 8.1.7 on a sun 2.6 platform. All the database instances i am unable to do an IMP funtion. Below is the error i get...
IMP-00058: ORACLE error 1034 encountered
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
SVR4 Error: 2: No such file or directory
IMP-00005: all allowable logon attempts failed
IMP-00000: Import terminated unsuccessfully
I tried to connect using svrmgrl. I am getting this error
sgmcdb01% svrmgrl
Oracle Server Manager Release 3.1.7.0.0 - Production
Copyright (c) 1997, 1999, Oracle Corporation. All Rights Reserved.
Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
With the Partitioning option
JServer Release 8.1.7.0.0 - Production
SVRMGR> connect internal
Connected.
SVRMGR> select * from global_name;
select * from global_name
*
ORA-01034: ORACLE not available
Can anybody help me fix the problem? Your help would be very much appreciated
|
|
|
|
Re: IMP-00058 [message #111505 is a reply to message #111449] |
Wed, 16 March 2005 21:46 |
reubenernest
Messages: 4 Registered: March 2005 Location: Singapore
|
Junior Member |
|
|
Thanks for the reply. But my database is up and running cos the clients can do their normal operations. I did set the environment correct
setenv $ORACLE_SID (my_db)
when i do a ps -ef | grep pmon and smon i do see my instance up and running.
Is there anything else i can do?
I just found something disturbing. Under the /opt/oracle/admin ... i found the entire folder of the db instance missing. can oracle store this directory in any other location?. The db was created using the GUI some time ago.
[Updated on: Wed, 16 March 2005 23:21] Report message to a moderator
|
|
|
Re: IMP-00058 [message #111878 is a reply to message #111434] |
Mon, 21 March 2005 08:08 |
Uwe
Messages: 260 Registered: February 2003 Location: Zürich, Switzerland
|
Senior Member |
|
|
But did you export the Oracle environment variables before starting import ?
Oracle needs to have them globally, not only settled with setenv or var=xxxx
I am not that familliar with csh or bash, but in ksh we always script with
export ORACLE_SID=mydb
regs
|
|
|
|
|
|
Re: IMP-00058 [message #111989 is a reply to message #111984] |
Tue, 22 March 2005 05:05 |
d.c.b.a
Messages: 44 Registered: March 2005 Location: China
|
Member |
|
|
First you need to check whether your system use AQ?
The second thing you need to know is how to install AQ?
|
|
|