コマンドを使用してOracleにインポートしようとしimp
ていますが、コマンドの出力は次のとおりです。
invincible:/home/invincible# imp
Import: Release 10.2.0.1.0 - Production on Thu Aug 12 22:19:00 2010
Copyright (c) 1982, 2005, Oracle. All rights reserved.
Username: n_data
Password:
IMP-00058: ORACLE error 1034 encountered
ORA-01034: ORACLE not available
ORA-27123: unable to attach to shared memory segment
Linux Error: 13: Permission denied
IMP-00005: all allowable logon attempts failed
IMP-00000: Import terminated unsuccessfully
invincible:/home/invincible#
ユーザー名とパスワードは正しいです(sqldeveloperを使用して接続できます)。dba
へのアクセスを許可しましたn_data
。すべての環境変数が設定されています(実行oracle_env.sh
する前に実行しenv
ました)。では、何が問題になるのでしょうか。私はdebianでoracleを実行しています。