Bo's Oracle Station

查看: 1048|回复: 0

第8次:2014-01-13

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2015-1-14 09:18:31 | 显示全部楼层 |阅读模式
本帖最后由 botang 于 2015-1-19 12:07 编辑

select  * from dba_tables t
where t.owner='HR' and t.table_name='EMPLOYEES';

alter table hr.employees  storage (buffer_pool keep ) ;

select    name , value  from v$parameter where name like 'db_2k%';

select  *  from dba_tab_columns   tc where tc.OWNER='HR' and tc.TABLE_NAME='EMPLOYEES';

select * from v$sgastat;

select  * from v$sga_dynamic_components;


select  * from v$log;
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-5-2 20:04 , Processed in 0.044649 second(s), 24 queries .

快速回复 返回顶部 返回列表