CTM只读发布历史
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();
下载地址
用户评论