Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6569905
  • 博文数量: 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-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, .........【阅读全文】

阅读(2834) | 评论(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.........【阅读全文】

阅读(3250) | 评论(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 .........【阅读全文】

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

tomcoding2018-07-26 14:44

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

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

登录 注册