Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6523369
  • 博文数量: 1005
  • 博客积分: 8199
  • 博客等级: 中将
  • 技术积分: 13071
  • 用 户 组: 普通用户
  • 注册时间: 2010-05-25 20:19
个人简介

脚踏实地、勇往直前!

文章分类

全部博文(1005)

文章存档

2020年(2)

2019年(93)

2018年(208)

2017年(81)

2016年(49)

2015年(50)

2014年(170)

2013年(52)

2012年(177)

2011年(93)

2010年(30)

发布时间:2018-08-06 16:30:48

1.下载下载地址:[root@localhost tmp]# wget https://get.enterprisedb.com/postgresql/postgresql-10.1-1-linux-x64-binaries.tar.gz2.解压部署到目录tar zxvf postgresql-10.4-1-linux-x64-binaries.tar.gz -C /db3.新建用户和用户组groupadd postgresuseradd -g postgres postgres4.创建数据及日志目录,并做.........【阅读全文】

阅读(3909) | 评论(0) | 转发(0)

发布时间:2018-07-06 16:27:30

网上很多介绍安装tidb安装的都是采用安装ansbile的方式进行安装的,这个官网的推荐安装方式,不过也可以不采用ansbile的安装方式,下面介绍安装步骤。环境:OS:CentOS 7拓扑:ip192.168.1.118192.168.1.118.........【阅读全文】

阅读(4135) | 评论(0) | 转发(0)

发布时间:2018-06-29 15:12:44

1.安装系统包[root@localhost python_script]# yum install MySQL-python2.脚本import MySQLdbconn= MySQLdb.connect(        host='192.168.1.118',        port = 8066, .........【阅读全文】

阅读(2848) | 评论(0) | 转发(0)

发布时间:2018-06-14 11:37:31

goldengate在11.2.X版本的时候直接将压缩包解压即可使用,12.X版本出来后,有2种安装方式,1种是图像界面安装,另一种是静默安装方式,跟oracle安装方式保持一致,我这里安装的是静默的安装方式。安装过程是在oracle账号下进行的。1.创建安装软件的目录[root@hxl01 opt]# mkdir ogg[root@hxl01 opt]# chown -R oracle:d.........【阅读全文】

阅读(3260) | 评论(0) | 转发(0)

发布时间:2018-06-11 20:16:29

1.创建表并写入测试数据create table tb_rank_score(  city varchar(20),  score int);insert into tb_rank_score values('sz',89);insert into tb_rank_score values('sz',76);insert into tb_rank_score values('sz',50);insert into tb_rank_score values('sz',89);insert into tb_rank_score .........【阅读全文】

阅读(4832) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

tomcoding2018-07-26 14:44

Oracle internal内容分享,访问我的博客

回复  |  举报
留言热议
请登录后留言。

登录 注册