Home » RDBMS Server » Server Utilities » Alter Shared pool (ORACLE 11G,Linux)
Alter Shared pool [message #556354] Sat, 02 June 2012 05:34 Go to next message
chanchu
Messages: 11
Registered: May 2012
Junior Member
SQL> show parameter shared_pool;

NAME TYPE VALUE
------------------------------------ ----------- ------------------------------
shared_pool_reserved_size big integer 6710886
shared_pool_size big integer 152M
SQL> alter system set shared_pool_size=180M;
alter system set shared_pool_size=180M
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-04033: Insufficient memory to grow pool

Re: Alter Shared pool [message #556355 is a reply to message #556354] Sat, 02 June 2012 05:39 Go to previous messageGo to next message
chanchu
Messages: 11
Registered: May 2012
Junior Member

when i try to export schema i got error like "Estimate in progress using BLOCKS method...
Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 6.25 MB
Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
Processing object type SCHEMA_EXPORT/TABLE/TABLE

UDE-04031: operation generated ORACLE error 4031
ORA-04031: unable to allocate 32 bytes of shared memory ("shared pool","SELECT job_id FROM v$datapum...","SQLA","tmp")
ORA-06512: at "SYS.KUPV$FT_INT", line 2904
ORA-06512: at "SYS.KUPC$QUE_INT", line 572
ORA-25254: time-out in LISTEN while waiting for a message
ORA-06512: at "SYS.DBMS_DATAPUMP", line 3263
ORA-06512: at "SYS.DBMS_DATAPUMP", line 4488
ORA-06512: at line 1"

then i tried to alter the shared pool

then i got like
"SQL> alter system set shared_pool_size=180M;
alter system set shared_pool_size=180M
*
ERROR at line 1:
ORA-02097: parameter cannot be modified because specified value is invalid
ORA-04033: Insufficient memory to grow pool
"
how to solve this issue?
Re: Alter Shared pool [message #556358 is a reply to message #556355] Sat, 02 June 2012 09:18 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
Please read and follow the forum guidelines, to enable us to help you:

http://www.orafaq.com/forum/t/88153/0/


how much RAM exists for this system?
Most folks allow Oracle to decide SHARED POOL SIZE.
07:12:53 SQL> show parameter shared_pool_size

NAME				     TYPE	 VALUE
------------------------------------ ----------- ------------------------------
shared_pool_size		     big integer 0
07:13:04 SQL> show parameter sga

NAME				     TYPE	 VALUE
------------------------------------ ----------- ------------------------------
lock_sga			     boolean	 FALSE
pre_page_sga			     boolean	 FALSE
sga_max_size			     big integer 1488M
sga_target			     big integer 0
Re: Alter Shared pool [message #556360 is a reply to message #556355] Sat, 02 June 2012 09:32 Go to previous message
Michel Cadot
Messages: 68625
Registered: March 2007
Location: Nanterre, France, http://...
Senior Member
Account Moderator
Quote:
how to solve this issue?


ALTER SYSTEM ... SCOPE=SPFILE; and restart.

Regards
Michel
Previous Topic: Transport Tablespace with database link
Next Topic: Escape character for loading data via sql loader
Goto Forum:
  


Current Time: Thu Mar 28 14:29:36 CDT 2024