上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页
摘要: 1、准备测试表由于Informix没有dual表,我们新建test_tab,并插入一条数据作为测试表。建表--建表create table test_tab( testId int, insert_time datetime year to second default current year t 阅读全文
posted @ 2021-06-29 09:07 深海蓝精灵 阅读(768) 评论(0) 推荐(0)
摘要: 当用户要跨本地数据库,访问另外一个数据库表中的数据时,本地数据库中必须创建了远程数据库的dblink,通过dblink本地数据库可以像访问本地数据库一样访问远程数据库表中的数据。创建create database link FistDBlink connect to dbName identifie 阅读全文
posted @ 2021-06-24 08:29 深海蓝精灵 阅读(97) 评论(0) 推荐(0)
摘要: Partition 数目与Replication Factor是在创建一个topic时非常重要的两个参数,这两个参数的取值会直接影响到系统的性能与稳定性。 尽量在第一次创建一个topic时就指定这两个参数,因为 如果Partition 数目在之后再次做调整,则会打乱key的顺序保证(同样的key会分 阅读全文
posted @ 2021-05-18 10:49 深海蓝精灵 阅读(912) 评论(0) 推荐(0)
摘要: 今天开发环境磁盘占满了,导致开发环境上的 nginx 、redis 等组件总是报异常。 跳到系统根目录下 cd / 检查磁盘占用情况 df -h 40G硬盘全用完了。看看是哪些文件占了那么多内存。 查看当前路径文件磁盘占用情况 注意,在根目录下检查。 du -h --max-depth=1 最后一行 阅读全文
posted @ 2021-05-08 10:15 深海蓝精灵 阅读(353) 评论(0) 推荐(0)
摘要: 文件下载地址:https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html 1.复制压缩包内的2个rpm文件到服务器上Last login: Mon Mar 29 10:24:19 20 阅读全文
posted @ 2021-03-30 09:24 深海蓝精灵 阅读(508) 评论(0) 推荐(0)
摘要: 1、Oracle客户RPM文件下载地址 https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.htmlhttps://www.oracle.com/database/technologie 阅读全文
posted @ 2021-03-08 08:52 深海蓝精灵 阅读(2102) 评论(0) 推荐(0)
摘要: 准备环境: 系统:centos7内存:4GCPU:2c 1、关闭防火墙及selinux,setenforce 0(关闭selinux)[root@test06 ~]# cd /tools/[root@test06 tools]# systemctl status firewalld● firewal 阅读全文
posted @ 2021-02-28 21:29 深海蓝精灵 阅读(803) 评论(0) 推荐(0)
摘要: [sxdp@JZGZdaping2 ~]$ su - rootPassword:xxxx[root@JZGZdaping2 bzcj]# pwd/opt/sxdp/bzcj[root@JZGZdaping2 opt]# mkdir -p /opt/media/cdrom[root@JZGZdapin 阅读全文
posted @ 2021-02-07 09:18 深海蓝精灵 阅读(266) 评论(0) 推荐(0)
摘要: 1、把文件解压到当前目录下unzip test.zip 2、如果要把文件解压到指定的目录下,需要用到-d参数。unzip -d /xxx test.zip 3、解压的时候,有时候不想覆盖已经存在的文件,那么可以加上-n参数unzip -n test.zipunzip -n -d /xxx test. 阅读全文
posted @ 2021-01-28 10:35 深海蓝精灵 阅读(1126) 评论(0) 推荐(0)
摘要: 准备环境 1、系统版本:Redhat6.5 2、jdk版本:1.8 [root@test10 /]# cd tools/[root@test10 tools]# [root@test10 tools]# yum -y install numactl* libaio*[root@test10 tool 阅读全文
posted @ 2021-01-07 17:37 深海蓝精灵 阅读(226) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 26 下一页