Bo's Oracle Station

查看: 2262|回复: 0

课程第18次(2017-04-05星期三)

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2017-4-5 22:57:15 | 显示全部楼层 |阅读模式
上完1Z0-052的第1章和1Z0-053的第1章
进行1Z0-052的第14章
1Z0-051共12章(上完10章),1Z0-052共19章(上完7章),1Z0-053共21章(上完2章)
总共上完全部52章中的19章
  1. select  * from dba_users;

  2. select  * from dba_views   v
  3. where v.view_name='DBA_USERS';

  4. select  * from dba_tables t
  5. where t.owner='SYS' and t.table_name='USER
  6. [size=4][size=5]
  7. [/size][/size]
  8. ;

  9. select  * from dba_alert_history;

  10. select  * from dba_views   v
  11. where v.view_name='DBA_ALERT_HISTORY';

  12. select  * from dba_tables t
  13. where t.owner='SYS' and t.table_name='WRI$_ALERT_HISTORY';

  14. select  * from dba_tables t
  15.   where t.tablespace_name='SYSAUX' and t.owner <> 'SYS';
  16.   
  17.   select  * from dba_tablespaces;
  18.   
  19.   select  * from v$tablespace;
  20.   
  21.   alter tablespace sysaux offline ;
  22.   
  23.   alter tablespace sysaux  online;
  24.   

  25.   
  26.   
复制代码



回复

使用道具 举报

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

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-3-29 02:39 , Processed in 0.145141 second(s), 24 queries .

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