Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: exp and LARGE_POOL_SIZE (mail HTML format)
Export will not use memory from the large pool. It will consume the server
process's PGA memory.
To prove it, you could run exp and then use an O/S tool (such as pmap on
Solaris) to examine how much memory of what kind has been allocated.
If you define a 100MB buffer, I'd expect to see 100MB in private process
memory allocated to the server process.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org on behalf of Sinardy Xing Sent: Mon 8/16/2004 11:43 PM To: oracle-l_at_freelists.org Cc: Subject: exp and LARGE_POOL_SIZE (mail HTML format)Hi all,
Will buffering make use LARGE POOL? Do you think I have to set my LARGE_POOL_SIZE to =128 MB
or this LARGE_POOL_SIZE design only for MTS and RMAN operations?
Thanks
Sinardy
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[ mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Sinardy Xing
Sent: 17 August 2004 11:40
To: oracle-l_at_freelists.org
Subject: exp and LARGE_POOL_SIZE
Hi all,
If I have exp and imp with buffer=3D100MB
will buffering make use LARGE POOL? should I set my LARGE_POOL_SIZE to = 128 MB
or this LARGE_POOL_SIZE design only for MTS and RMAN operations?
Thanks
Sinardy
![]() |
![]() |