메세지 내용만으로 보면 권한이 없다는 군요
oracle 계정으로 svrmgrl에서
connect internal 하면
어떤 메세지가 나오는지요?
일단 상황을 모르므로
제 환경을 알려드리죠.
.bash_profile
--------오라클 관련-------------------------
EPC_DISABLED=TRUE;export EPC_DISABLED # Disable Oracle Trace
ORAENV_ASK=NO
ORACLE_SID=AHHA
ORACLE_BASE=/app/oracle
ORACLE_HOME=$ORACLE_BASE/product
LD_LIBRARY_PATH=/usr/lib:$ORACLE_HOME/lib
#TMPDIR=$ORACLE_BASE/tmp;export TMPDIR
#NLS_LANG=American_America.KO16KSC5601
#ORA_NLS=$ORACLE_HOME/ocommon/nls/admin/data
#export NLS_LANG ORA_NLS
CLASSPATH=$CLASSPATH:$ORACLE_HOME/jdbc/lib/classes111.zip:/usr/local/JSDK/src
PATH=$PATH:$ORACLE_HOME/bin
export ORACLE_BASE ORACLE_SID ORACLE_HOME LD_LIBRARY_PATH CLASSPATH ORAWEB_HOME
-----------------------------------------------
그리고 혹시 parameter 파일에 ( 위치는 $ORACLE_H0ME/dbs )
다음 parameter 가 설정되어 있으면 아래와 같이
막아주세요.
--------------init$ORACLE_SID 파일-----------------------------------
#remote_dependencies_mode = signature
#remote_os_authent = true
-------------------------------------------------
그런 다음 다시 에러가 발생하면
( 다음은 oracle 계정에서 실행하세요 )
env | grep ORA
결과와
svrmgrl 사용시 출력을 복사하셔서
보내 주세요.
그럼 이만
참고로 ora-01031 에러 내용입니다.
[HJSKOR_T]selsp2e:/admhome/oracle> oerr ora 1031
01031, 00000, "insufficient privileges"
// *Cause: An attempt was made to change the current username or password
// without the appropriate privilege. This error also occurs if
// attempting to install a database without the necessary operating
// system privileges.
// When Trusted Oracle is configure in DBMS MAC, this error may occur
// if the user was granted the necessary privilege at a higher label
// than the current login.
// *Action: Ask the database administrator to perform the operation or grant
// the required privileges.
// For Trusted Oracle users getting this error although granted the
// the appropriate privilege at a higher label, ask the database
// administrator to regrant the privilege at the appropriate label.
> startup을 하면 이런 메시지가 뜨네요..
> startup
> ORA-01031: insufficient privileges
> SVRMGR>
|