我正在尝试将 .dmp 文件导入我的 oracle 11g 数据库。
我在 ENV 变量下设置,然后我尝试运行 imp 和 impdp 命令,但我遇到了错误。
有人能帮我一下吗?将 dmp 文件导入 RAC DB 时可能出现的错误及其解决方案是什么?
ENV variables i set
export ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
export PATH=$PATH:$ORACLE_HOME/bin
export LD_LIBRARY_PATH=$ORACLE_HOME/lib
export ORACLE_SID=orcl
Error Trace------------------------------------------------------------------------------
[uimuser@blr2261783 bin]$ imp
Import: Release 11.2.0.3.0 - Production on Tue Mar 12 06:08:28 2013
Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
Username: sys
Password:
IMP-00058: ORACLE error 1034 encountered
ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
IMP-00005: all allowable logon attempts failed
IMP-00000: Import terminated unsuccessfully
[uimuser@blr2261783 bin]$