linux系统
Oracle11.2.0.3版本 问题: sqlplus /as sysdba 执行starup 就报错:2、 vi /etc/fstab
LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/shm tmpfs defaults,size=8G 0 0 devpts /dev/pts devpts gid=5,mode=620 0 0 sysfs /sys sysfs defaults 0 0 proc /proc proc defaults 0 0 LABEL=SWAP-sda2 swap swap defaults 0 0 3、启动数据库验证: [oracle@rtest ~]$ export ORACLE_SID=test0924 [oracle@rtest ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0.3.0 Production on Mon Oct 28 14:41:13 2013 Copyright (c) 1982, 2011, Oracle. All rights reserved. Connected to an idle instance. idle> idle> idle> conn /as sysdba Connected to an idle instance. idle> startup ORACLE instance started. Total System Global Area 3340451840 bytes Fixed Size 2232960 bytes Variable Size 3204451712 bytes Database Buffers 117440512 bytes Redo Buffers 16326656 bytes Database mounted. Database opened. idle> conn /as sysdba Connected. sys@TEST0924> show parameter mem NAME TYPE VALUE ------------------------------------ ----------- ------------------------------ hi_shared_memory_address integer 0 memory_max_target big integer 3200M memory_target big integer 0 shared_memory_address integer 0