You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to check memory component sizes (like SGA and PGA)

edited Apr 16, 2022 7:55AM in Autonomous Database 4 comments

Summary

How to check memory component sizes (like SGA and PGA)

Content

Hi guys,

In Autonomous databases, how can I check the memory component sizes (like SGA and PGA) being used?

V$MEMORY_DYNAMIC_COMPONENTS and V$SGA displays no values.

Regarding the PGA, I am using the following query, I hope this is OK:

select sum(pga_max_mem)/1024/1024 "TOTAL MAX PGA (MB)" from v$process;

Version

19c

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!