Alertlog:
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
oradism creation failed for unknown reasons 0 8 403
WARNING: -------------------------------
WARNING: oradism did not start up correctly.
SQL> show parameter sga
NAME
------------------------------------ ----------- ------------------------------
lock_sga
pre_page_sga
sga_max_size
sga_target
SQL> show parameter sp
NAME
------------------------------------ ----------- ------------------------------
cell_offload_plan_display
cursor_space_for_time
dispatchers
java_max_sessionspace_size
java_soft_sessionspace_limit
lock_name_space
max_dispatchers
redo_transport_user
spfile
undo_tablespace
SQL>
*
ERROR at line 1:
ORA-32010: cannot find entry to delete in SPFILE
SQL> alter system set sga_max_size=0 ;
alter system set sga_max_size=0
ERROR at line 1:
ORA-02095: specified initialization parameter cannot be modified
SQL> alter system set sga_max_size=0 scope=spfile;
System altered.
SQL> shutdown
ORA-01507: database not mounted
ORACLE instance shut down.
SQL> startup nomount;
ORACLE instance started.
Total System Global Area 1.2831E+10 bytes
Fixed Size
Variable Size
Database Buffers
Redo Buffers
SQL> show parameter pga
NAME
------------------------------------ ----------- ------------------------------
pga_aggregate_target
SQL> show parameter sga
NAME
------------------------------------ ----------- ------------------------------
lock_sga
pre_page_sga
sga_max_size
sga_target
SQL>
还是有SGA_MAX_SIZE的设置?自动改成了12G,hwo to
警告日志里没有了WARNING: oradism did not start up correctly.的相关信息 Why?
参考:
Applies to:
Oracle Database - Enterprise Edition - Version 10.2.0.3 to 11.2.0.2 [Release 10.2 to 11.2]
Oracle Solaris on SPARC (64-bit)
Oracle Solaris on x86-64 (64-bit)
Symptoms
-- Problem Statement:
Receive warning about oradism not set up correctly in alert.log when
Example:
Dynamic ISM can not be locked.
oradism creation failed for unknown reasons 0 8 1001
Cause
The $ORACLE_HOME disk volume was mounted NOSETUID which invalidated the SETUID needed for this executable.
Solution
-- To implement the solution, please execute the following steps:
1. Unmount $ORACLE_HOME
2. Remount with SETUID enabled ( mount with suid option)