15 pts.
 Query to find Oracle memory space
how to find out the memmory space in oracle using queries?

Software/Hardware used:
ASKED: March 23, 2009  6:59 AM
UPDATED: March 23, 2009  5:53 PM

Answer Wiki:
One of these could be what you are looking for: <pre>select * from v$sga; select * from v$sgastat; select * from v$parameter;</pre> If this doesn't help, please provide more details about your query.
Last Wiki Answer Submitted:  March 23, 2009  5:53 pm  by  carlosdl   63,580 pts.
All Answer Wiki Contributors:  carlosdl   63,580 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _