CTM:CTM的只读发布历史
中国电信通过子SGBD咨询Control-M(企业管理器或服务器)6/7/8。
安装步骤:
perl Makefile.PL
make
make test
make install
make clean
示例代码:
use CTM::ReadEM qw/ :all / ;
my $session = CTM::ReadEM->new(
version => 7,
DBMSType => 'Pg',
DBMSAddress => '127.0.0.1',
DBMSPort => 3306,
DBMSInstance => 'ctmem',
DBMSUser => 'root',
DBMSPassword => 'root'
);
$session->connect();
暂无评论