Bo's Oracle Station

查看: 865|回复: 0

第5次:2015-06-09 星期二

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2015-6-29 22:43:11 | 显示全部楼层 |阅读模式

select   *   from  dba_views v    where v.owner='SYS'  and v.view_name='DBA_USERS';
select * from dba_tables t where t.table_name='USER$' and t.owner='SYS';

select  * from dba_views v  where v.owner='SYS' and  v.view_name='DBA_ALERT_HISTORY';
select * from dba_tables t where t.table_name='WRI$_ALERT_HISTORY' and t.owner='SYS';
select * from dba_tables t where t.table_name  like 'WR%$%'   order by  2 ;

Rhel6启动ohasd需要在/etc/rc.local最后添加:
/etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null &
上完1Z0-052第1章        (52-3)

回复

使用道具 举报

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

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-5-2 03:01 , Processed in 0.033810 second(s), 24 queries .

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