IMP-00058: ORACLE error 1034 encountered
721188Sep 7 2009 — edited Sep 8 2009Dear Experts,
I got an oracle XE 10g on a linux CentOS.
When i want to import my dump into my instance i got a:
IMP-00058: ORACLE error 1034 encountered
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
IMP-00005: all allowable logon attempts failed
IMP-00000: Import terminated unsuccessfully
here is the command:
+[oracle@picoracle tmp]$ imp exp_remu_mini.dmp+
Import: Release 10.2.0.1.0 - Production on Mon Sep 7 14:09:08 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Password:
I got the same error when using only the imp command:
+[oracle@picoracle tmp]$ imp+
Import: Release 10.2.0.1.0 - Production on Mon Sep 7 14:14:39 2009
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Username: remu_mini
Password:
IMP-00058: ORACLE error 1034 encountered
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux Error: 2: No such file or directory
IMP-00005: all allowable logon attempts failed
IMP-00000: Import terminated unsuccessfully
Here are my env variables:
[oracle@picoracle tmp]$ env |grep ORA
ORACLE_SID=xe
ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/
Any idea ?
Thanx for ur help
Nicolas