SQL*Plus: Release 11.2.0.4.0 Production on Вт Дек 8 22:55:12 2015
Copyright (c) 1982, 2013, Oracle. All rights reserved.
SQL> CONNECT SYS/qqq AS SYSDBA
Соединено.
SQL> select name,value, display_value
2 from v$parameter
3 where name in ('db_cache_size','pga_aggregate_target','sga_max_size','sga_t
arget');
NAME
--------------------------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
DISPLAY_VALUE
--------------------------------------------------------------------------------
sga_max_size
411041792
392M
sga_target
411041792
392M
NAME
--------------------------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
DISPLAY_VALUE
--------------------------------------------------------------------------------
db_cache_size
100663296
96M
pga_aggregate_target
62914560
NAME
--------------------------------------------------------------------------------
VALUE
--------------------------------------------------------------------------------
DISPLAY_VALUE
--------------------------------------------------------------------------------
60M
SQL>