.dmpファイルをOracle11gDBにインポートしようとしています。
以下のENV変数を設定し、impおよびimpdpコマンドを実行しようとしていますが、以下のエラーが発生します。
誰かがここで私を助けることができますか?dmpファイルをRACDBにインポートする際に発生する可能性のあるエラーとその解決策は何ですか?
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]$