Manual upgrade to Oracle 19c (CDB/PDB) spa Oracle 19c, Oracle Database 20/12/2019 8 Minutes manually to 19c …. Actually it is very cool to do everythi ...
分类:
数据库 时间:
2020-07-30 10:45:05
阅读次数:
83
Oracle 19c Database Upgrade From 12.2.0.1 to 19.2.0.0 Using DBUA Description:- There are different ways of upgrading to the latest release of Oracle d ...
分类:
数据库 时间:
2020-07-30 10:43:05
阅读次数:
79
在 Windows 10 上安装 PostgreSQL 时出错:Warning:Problem running post-install step. Installation may not complete correctly Failed to start the database server ...
分类:
数据库 时间:
2020-07-30 01:47:58
阅读次数:
114
/*Navicat MySQL Data Transfer Source Server : hbm4_devSource Server Version : 50724Source Host : 192.168.2.40:3306Source Database : test Target Server ...
分类:
数据库 时间:
2020-07-29 17:51:55
阅读次数:
186
区块链入门的几个简单概念 1. What's Block Chain ? 区块链是一门软件技术, 从本质上来看就像是一个分布式的DataBase, 是一个去中心化, 分布式技术。 由于是分布式的, 所以区块链不会仅仅存在某一个人的服务器上面, 每个人都可以搭建服务器,然后加入到区块链这个网络中来。成 ...
分类:
其他好文 时间:
2020-07-29 15:10:15
阅读次数:
195
自动化配置脚本oracle12c.sh,如下: #!/bin/sh ##gcc-4.9 ##debian-8.11,buildin glibc version is 2.19 ###################################### cat <<eof>>/etc/profile ...
分类:
数据库 时间:
2020-07-29 15:00:40
阅读次数:
75
#!/bin/sh ##gcc-6##debian-9.13,buildin glibc version is 2.24######################################cat <<eof>>/etc/profileexport DISPLAY=192.168.157.1: ...
分类:
数据库 时间:
2020-07-29 00:45:50
阅读次数:
120
Mysql 数据库语句 1、说明:创建数据库CREATE DATABASE database-name2、说明:删除数据库drop database dbname3、说明:备份sql server 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk ...
分类:
数据库 时间:
2020-07-28 22:39:55
阅读次数:
92
一.数据库的创建: 创建一个名称为mydb1的数据库 CREATE DATABASE mydb1; 创建一个使用utf8字符集的mydb2数据库。 CREATE DATABASE mydb2 CHARACTER SET utf8; 创建一个使用utf8字符集,并带比较规则的mydb3数据库。 CRE ...
分类:
数据库 时间:
2020-07-28 22:36:24
阅读次数:
122
Hystrix(服务熔断等) 分布式系统面临的问题 复杂的分布式体系结构中的应用程序有数十个依赖关系,每个依赖关系在某些时候将有不可 避免的失败! 服务雪崩 多个微服务之间调用的时候,假设微服务A调用微服务B和微服务C,微服务B和微服务C又调用其他的微服务,这就是所谓的“扇出”,如果扇出的链路上某个 ...
分类:
编程语言 时间:
2020-07-28 22:06:01
阅读次数:
63