Bo's Oracle Station

查看: 1123|回复: 0

第9和第10次:2015-01-17星期六上下午

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2015-1-19 12:08:50 | 显示全部楼层 |阅读模式
  1. select  * from v$log;

  2. select    d.RESETLOGS_CHANGE#,    d.CHECKPOINT_CHANGE#  ,d.CURRENT_SCN   from v_$database  d ;

  3. select * from v$logfile;


  4. select d.NAME   from v_$database d;
  5. select * from v$database_incarnation;

  6. select * from v$datafile;

  7. alter tablespace users online;

  8. select d.FILE# ,d.NAME  ,d.STATUS ,d.CHECKPOINT_CHANGE#  from v_$datafile d;


  9. select  t.table_name, t.tablespace_name  from dba_tables t  where t.owner='HR' and   t.table_name='TBIG';

  10. select * from v$controlfile;
复制代码


回复

使用道具 举报

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

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-5-2 19:17 , Processed in 0.039121 second(s), 24 queries .

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