Bo's Oracle Station

查看: 1477|回复: 0

第63次:2014-11-11

[复制链接]

1005

主题

1469

帖子

1万

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
12012
发表于 2014-11-12 17:21:32 | 显示全部楼层 |阅读模式
本帖最后由 botang 于 2014-11-27 16:03 编辑

select  * from v$log;

alter database  add logfile group 4 '/home/oracle/redo04'  size 50M ;

alter database drop logfile group 4;

select  * from v$transportable_platform;


create tablespace tbs05319  datafile size 10M ;

create directory dir1 as '/home/oracle' ;


alter tablespace tbs05319 read only;

alter tablespace tbs05319 read write;

begin
   dbms_tts.transport_set_check('TBS05319');
end;

select  * from transport_set_violations;
回复

使用道具 举报

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

本版积分规则

QQ|手机版|Bo's Oracle Station   

GMT+8, 2024-4-27 11:39 , Processed in 0.027074 second(s), 24 queries .

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