2018年1月9日

oracle—数据泵及常用参数

摘要: -- 1.创建目录dumpcreate or replace directory dump as '/home/oracle/dump'; -- 2.授权:Grant read,write on directory dump to dissuser; -- 3.导出expdp userid=hbyz 阅读全文

posted @ 2018-01-09 12:05 ajistyle 阅读(528) 评论(0) 推荐(0)

NTP服务及时间同步

摘要: 环境: centos7 server 192.168.2.171 client 192.168.2.173、192.168.2.174 整体思路:173、174同步171的时间,171定时同步外网的时间。 一、配置内网NTP-Server(192.168.2.171) 1.安装: 检查安装: [ro 阅读全文

posted @ 2018-01-09 10:39 ajistyle 阅读(631) 评论(0) 推荐(0)

导航