• 2022-05-30
怎么查询oracle内存信息

查询方法:1、利用“show parameter sga;”语句查看内存使用情况;2、利用“show sga”、“select * from v$sga;”和“select * from v$sgai......

11