|
|
dbca建库报错838,这个错误号是新的
$ oerr ora 00838
00838, 00000, "Specified value of MEMORY_TARGET is too small, needs to be at least %sM"
// *Cause: The specified value of MEMORY_TARGET was less than the sum of the
// specified values for SGA_TARGET and PGA_AGGREGATE_TARGET.
// *Action: Set MEMORY_TARGET to at least the recommended value.
手工又报下面错:之后修改init,startup和create db passed。
SQL> startup nomount pfile="/opt/oracle/admin/orcl/scripts/init.ora";
ORA-12853: insufficient memory for PX buffers: current 0K, max needed 10080K
ORA-04031: unable to allocate 21492 bytes of shared memory ("large pool","unknown object","large pool","PX msg pool"
这个是:
SQL*Plus: Release 11.1.0.4.0 - Beta on Fri Apr 20 16:15:50 2007
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to an idle instance.
这个是以前没见过的一个选项 |
-
1.jpg
(56.63 KB, 下载次数: 1)
|