Возникает странная проблема
На шаге Oracle Database Build возникает ошибка:
Code:
ERROR 2005-06-03 16:20:27
CJS-00084 SQL Statement or Script failed. Error Message: ORA-01031: insufficient privileges
ERROR 2005-06-03 16:20:27
FJS-00012 Error when executing script.
Падающий скрипт:
Code:
================================================================================
2005-06-03, 16:20:25 SAPINST ORACLE start logging for
connect / as sysdba ;
STARTUP NOMOUNT;
exit;
Output of SQL executing program:
SQL*Plus: Release 9.2.0.5.0 - Production on Fri Jun 3 16:20:26 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
ERROR:
ORA-01031: insufficient privileges
ORA-01031: insufficient privileges
SAPINST: End of output of SQL executing program D:\oracle\ora92/bin/sqlplus.exe.
SAPINST found errors.
SAPINST The current process environment may be found in sapinst_ora_environment.log.
2005-06-03, 16:20:27 SAPINST ORACLE stop logging
SQL Monitor показывает следующее
Code:
----------------------------------
Timestamp: 20:43:32.325
Logon attempt failed. username: '/'; database: ''
----------------------------------
Timestamp: 20:43:32.325
Oracle error occurred: 1034 (ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist)
----------------------------------
Timestamp: 20:43:32.434
Logon attempt failed. username: '/'; database: ''
----------------------------------
Timestamp: 20:43:32.434
Oracle error occurred: 1031 (ORA-01031: insufficient privileges)
При выполнении данного скрипта (connect / as sysdba; STARTUP NOMOUNT; exit;) руками из sqlplus все работает.
Кто-нибудь с этим сталкивался? В чем может быть дело?