温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

OGG如何修改trail文件的大小

发布时间:2021-11-09 10:51:54 来源:亿速云 阅读:314 作者:小新 栏目:关系型数据库

这篇文章将为大家详细讲解有关OGG如何修改trail文件的大小,小编觉得挺实用的,因此分享给大家做个参考,希望大家阅读完这篇文章后可以有所收获。

实验-修改trail文件的大小
先看原文档:
Changing the size of trail files
更改trail 文件的大小
You can change the size of trail files with the MEGABYTES option of either the ALTER EXTTRAIL
or ALTER RMTTRAIL command, depending on whether the trail is local or remote. To change 
the file size, follow this procedure.
你可以通过alter 命令调整MEGABYTES 参数的值来改变trail 文件的大小,是使用ALTER EXTTRAIL
或者 ALTER RMTTRAIL要看trail 文件是在本地还是在其它地方
1. Issue one of the following commands, depending on the location of the trail,to view the 
path name of the trail you want to alter and the name of the associated Extract group. 
Use a wildcard to view all trails.
使用下面的命令获得你想修改trail 文件的存放地址,你的trail文件所属的组
(Remote trail)
INFO RMTTRAIL *
(Local trail)
INFO EXTTRAIL *
2. Issue one of the following commands, depending on the locationof the trail, to change 
the file size.
(Remote trail)
ALTER RMTTRAIL <trail name>, EXTRACT <group name>, MEGABYTES <n>
(Local trail)
ALTER EXTTRAIL <trail name>, EXTRACT <group name>, MEGABYTES <n>
3. Issue the following command tocause Extract to switch to the next file in the trail.
SEND EXTRACT <group name>, ROLLOVER
-------------------------------------------------------------------------分割线---------------------------------------------------------------------------------------------------------------
源端
停止抽取进程
stop group_name
停止推送进程
stop group_name
目标端:
停止复制进程
stop group_name
在源端查看信息
GGSCI (OGG1) 64> info exttrail *


       Extract Trail: /u01/ogg/dirdat/kt
             Extract: GGEX
               Seqno: 14
                 RBA: 3822
           File Size: 5M


       Extract Trail: /u01/ogg/dirdat/kt
             Extract: GGPUMP
               Seqno: 13
                 RBA: 3956
           File Size: 5M
运行命令:
1、ALTER RMTTRAIL /u01/ogg/dirdat/kt, EXTRACT ggex, MEGABYTES 60--改成60M
2、ALTER EXTTRAIL /u01/ogg/dirdat/kt, EXTRACT ggpump, MEGABYTES 60---改成60M
3、SEND EXTRACT ggex, ROLLOVER
4、SEND EXTRACT ggpump, ROLLOVER
启动进程
start 
查看是否发生改变:
GGSCI (OGG1) 91> info exttrail *


       Extract Trail: /u01/ogg/dirdat/kt
             Extract: GGEX
               Seqno: 17
                 RBA: 1007
           File Size: 60M


       Extract Trail: /u01/ogg/dirdat/kt
             Extract: GGPUMP
               Seqno: 16
                 RBA: 1149
           File Size: 60M



关于“OGG如何修改trail文件的大小”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

ogg
AI