单实例dg软件从10.2.0.4版本安装至10.2.0.5.12
DG环境搭建需求,因此安装与主库相同的软件版本
1.主库软件版本10.2.0.5.12
2dg环境提供的是全新的10.2.0.4.0
3.安装步骤,安装10.2.0.5 静默安装
psu安装10.2.0.5.12
前期准备:
生产环境
SQL>select * from dba_registry_history;
ACTION_TIME ACTION NAMESPACE VERSION ID BUNDL COMMENTS
----------------------------------- --------------- ---------- ---------- ---------- ----- -------------------------
-SEP- 09.05.16.192055 PM VIEW RECOMPILE view recompilation
-SEP- 09.05.16.206264 PM UPGRADE SERVER 10.2.0.5. Upgraded from 10.2.0.4.
-SEP- 09.15.20.187048 PM APPLY SERVER 10.2.0.5 PSU PSU 10.2.0.5. [oracle@qisdb OPatch]$ ./opatch lsinventory
Oracle Database 10g 10.2.0.1.
Oracle Database 10g Release Patch Set 10.2.0.4.
Oracle Database 10g Release Patch Set 10.2.0.5.
Patch : applied on Fri Sep :: HKT
Unique Patch ID: 新dg环境
[oracle@qisdbdg OPatch]$ ./opatch lsinventory
OPatch version : 10.2.0.4.
OUI version : 10.2.0.4.
Oracle Database 10g 10.2.0.1.
Oracle Database 10g Release Patch Set 10.2.0.4. 下载ORALCE 介质 10.2.0.5 软件包,及补丁包 ,pus 10.2.0.5. psu
补丁程序8202632: 10.2.0.5 PATCH SET FOR ORACLE DATABASE SERVER
10g Release (10.2.0.5) Patch Set for Linux x86- 第一步. 安装10.2.0. psu
[oracle@qisdbdg soft]$ unzip p8202632_10205_Linux-x86-.zip )阅读 README
Oracle Universal Installer Version Requirements
This is not a complete software distribution. You must install it in an existing Oracle Database 10g (10.2..x) installation.
需要实现安装10.2.0.x版本的oracle软件
9.2 Installing the Oracle Database 10g Patch Set Noninteractively
To install the Oracle Database 10g patch set noninteractively:
.Copy the response file template provided in the response directory where you unpacked the patch set archive file.
.Edit the values for all fields labeled as <Value Required> as described by the comments and examples in the template.
Note:
For Oracle RAC installations, make sure the CLUSTER_NODES variable specifies all of the nodes used in the original Oracle RAC installation.
.To run Oracle Universal Installer, enter a command similar to the following, where response_file is the full path to the response file that you edited:
$ ./runInstaller -silent -responseFile response_file
.After the installation, run the $ORACLE_HOME/root.sh script as the root user. If you are applying the patch set to an Oracle RAC installation, then run the root.sh script on each node of the cluster.
Note:
If you are applying this patch set to an Oracle Clusterware installation, then complete all the steps in the CRS_home/install/readme.txt file. You must run this script as the root user on all nodes. --查询信息
/oracle/oraInventory/ContentsXML
[oracle@qisdbdg ContentsXML]$ cat inventory.xml
<HOME NAME="OraDb10g_home1"
[oracle@qisdbdg ContentsXML]$ id oracle
uid=(oracle) gid=(dba) groups=(dba)
[oracle@qisdbdg ContentsXML]$ echo $ORACLE_HOME
/oracle/product/10.2. 可以阅读/oracle/soft/Disk1/response,上传解压后response目录下的响应文件patchset.rsp
# Specify whether user doesn't want to configure Security Updates.
# The value for this variable should be true if you don't want to configure
# Security Updates, false otherwise.
# The value can be either true or false. If left blank it will be assumed
# to be false.
# Example : DECLINE_SECURITY_UPDATES=false [oracle@qisdbdg response]$ pwd
/oracle/soft/Disk1/response
[oracle@qisdbdg response]$ vi patchset.rsp
配置rsp文件
UNIX_GROUP_NAME="dba"
FROM_LOCATION="/oracle/soft/Disk1/stage/products.xml"
ORACLE_HOME="/oracle/product/10.2.0/"
ORACLE_HOME_NAME="OraDb10g_home1"
MYORACLESUPPORT_USERNAME=""
MYORACLESUPPORT_PASSWORD=""
DECLINE_SECURITY_UPDATES=true 升级软件
$ ./runInstaller -silent -responseFile /oracle/soft/Disk1/response/patchset.rsp --最开始自己写了个rsp响应文件,一直提示如下报错,后续直接编辑oracle 提供的响应文件进行调用安装通过。
SEVERE:Values for the following variables could not be obtained from the command line or response file(s):
ORACLE_HOME(OracleHome),
ORACLE_HOME_NAME(OracleHomeName) 参考
http://blog.itpub.net/11590946/viewspace-1086257/
https://blog.csdn.net/csdn909034/article/details/100321430 [oracle@qisdbdg Disk1]$ ./runInstaller -silent -responseFile /oracle/soft/Disk1/response/patchset.rsp
Starting Oracle Universal Installer...
Checking installer requirements...
Checking operating system version: must be redhat-, SuSE-, SuSE-, redhat-, redhat-, redhat-, UnitedLinux-1.0, asianux-, asianux-, asianux-, enterprise-, enterprise- or SuSE- Passed
All installer requirements met.
Loading Product Information
.................................................................................................................. % Done.
Starting execution of Prerequisites...
Total No of checks:
Performing check for CertifiedVersions
Checking operating system requirements ...
Expected result: One of redhat-,redhat-,redhat-,redhat-,SuSE-,SuSE-,SuSE-,asianux-,asianux-,asianux-
Actual Result: redhat-
Check complete. The overall result of this check is: Passed
Check complete: Passed
=======================================================================
Performing check for Packages
Checking operating system package requirements ...
Checking for make-3.81; found make-:3.81-.el5. Passed
Checking for binutils-2.17.50.0.; found binutils-2.17.50.0.-.el5. Passed
Checking for gcc-4.1.; found gcc-4.1.-.el5. Passed
Checking for libaio-0.3.; found libaio-0.3.-3.2. Passed
Checking for libstdc++-4.1.; found libstdc++-4.1.-.el5. Passed
Check complete. The overall result of this check is: Passed
Check complete: Passed
=======================================================================
Performing check for Kernel
Checking kernel parameters
Checking for semmsl=; found semmsl=. Passed
Checking for semmns=; found semmns=. Passed
Checking for semopm=; found semopm=. Passed
Checking for semmni=; found semmni=. Passed
Checking for shmmax=; found shmmax=. Passed
Checking for shmmni=; found shmmni=. Passed
Checking for shmall=; found shmall=. Passed
Checking for file-max=; found file-max=. Failed <<<<
Checking for VERSION=2.6.; found VERSION=2.6.-.el5. Passed
Checking for ip_local_port_range= - ; found ip_local_port_range= - . Failed <<<<
Checking for rmem_default=; found rmem_default=. Failed <<<<
Checking for rmem_max=; found rmem_max=. Failed <<<<
Checking for wmem_default=; found wmem_default=. Passed
Checking for wmem_max=; found wmem_max=. Passed
Check complete. The overall result of this check is: Failed <<<<
Check complete: Failed <<<<
Problem: The kernel parameters do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters.
=======================================================================
Performing check for GLIBC
Checking Recommended glibc version
Expected result: ATLEAST=2.5- NOT_EQUALS=2.5-
Actual Result: 2.5-
Check complete. The overall result of this check is: Passed
Check complete: Passed
=======================================================================
Performing check for TotalMemory
Checking physical memory requirements ...
Expected result: 922MB
Actual Result: 16048MB
Check complete. The overall result of this check is: Passed
Check complete: Passed
=======================================================================
Performing check for SwapSpace
Checking available swap space requirements ...
Expected result: 12036MB
Actual Result: 9983MB
Check complete. The overall result of this check is: Failed <<<<
Check complete: Failed <<<<
Problem: The system does not have the required swap space.
Recommendation: Make more swap space available to perform the install.
=======================================================================
Performing check for checkToInstallCCR
Checking the Components installed in Oracle Home
Check complete. The overall result of this check is: Passed
Check complete: Passed
=======================================================================
Performing check for CompatibilityChecks
Checking for Oracle Home incompatibilities ...
Check complete. The overall result of this check is: Passed
Check complete: Passed
=======================================================================
PrereqChecks complete
Analyzing dependencies
...................................................................................................... % Done.
-----------------------------------------------------------------------------
Summary
Global Settings
Source: /oracle/soft/Disk1/stage/products.xml
Oracle Home: /oracle/product/10.2. (OraDb10g_home1)
Product Languages
English
Space Requirements
/ Required 139MB (includes 54MB temporary) : Available .53GB
New Installations ( products)
Oracle interMedia Annotator 10.2.0.5.
Enterprise Manager Minimal Integration 10.2.0.5.
Parser Generator Required Support Files 10.2.0.5.
Buildtools Common Files 10.2.0.5.
Oracle UIX 2.2.24.6.
Bali Share 1.1.19.0.
Upgrades ( products)
Oracle Notification Service Patch 10.2.0.5.
Database Configuration and Upgrade Assistants Patch 10.2.0.5.
Character Set Migration Utility Patch 10.2.0.5.
Oracle Database 10g Patch 10.2.0.5.
Oracle JDBC/OCI Instant Client Patch 10.2.0.5.
Oracle Database 10g Patch 10.2.0.5.
Enterprise Manager plugin Common Files Patch 10.2.0.5.
SQL*Plus 10.2.0.5.
HAS Common Files Patch 10.2.0.5.
HAS Files for DB Patch 10.2.0.5.
Oracle Java Client Patch 10.2.0.5.
Oracle JVM Patch 10.2.0.5.
Oracle Internet Directory Client Patch 10.2.0.5.
iSQL*Plus 10.2.0.5.
Oracle Advanced Security Patch 10.2.0.5.
Oracle Net Patch 10.2.0.5.
Oracle Net Listener Patch 10.2.0.5.
Oracle Wallet Manager Patch 10.2.0.5.
Precompiler Common Files Patch 10.2.0.5.
Secure Socket Layer Patch 10.2.0.5.
Oracle ODBC Driver Patch 10.2.0.5.
Oracle OLAP Patch 10.2.0.5.
Oracle OLAP API Patch 10.2.0.5.
OLAP SQL Scripts Patch 10.2.0.5.
Oracle interMedia Client Option Patch 10.2.0.5.
Oracle Database 10g interMedia Files Patch 10.2.0.5.
Oracle interMedia Patch 10.2.0.5.
PL/SQL Embedded Gateway Patch 10.2.0.5.
Oracle XML Development Kit Patch 10.2.0.5.
Oracle Text Patch 10.2.0.5.
Oracle Clusterware RDBMS Files Patch 10.2.0.5.
Database SQL Scripts Patch 10.2.0.5.
Oracle Data Mining RDBMS Files Patch 10.2.0.5.
Generic Connectivity Common Files Patch 10.2.0.5.
Oracle Net Required Support Files Patch 10.2.0.5.
Oracle Starter Database Patch 10.2.0.5.
Sample Schema Data Patch 10.2.0.5.
Oracle interMedia Locator RDBMS Files Patch 10.2.0.5.
Oracle Call Interface (OCI) Patch 10.2.0.5.
Oracle OLAP RDBMS Files Patch 10.2.0.5.
PL/SQL 10.2.0.5.
Oracle Recovery Manager Patch 10.2.0.5.
Oracle Database Utilities Patch 10.2.0.5.
Oracle interMedia Locator Patch 10.2.0.5.
XML Parser for Java Patch 10.2.0.5.
Assistant Common Files Patch 10.2.0.5.
Oracle JDBC Thin Driver for JDK 1.2 Patch 10.2.0.5.
Oracle JDBC Thin Driver for JDK 1.4 Patch 10.2.0.5.
Oracle interMedia Java Advanced Imaging Patch 10.2.0.5.
SQLJ Runtime Patch 10.2.0.5.
XML Parser for Oracle JVM Patch 10.2.0.5.
Enterprise Manager Agent DB 10.2.0.5.
Enterprise Manager Baseline 10.2.0.5.
Oracle Enterprise Manager Console DB 10.2.0.5.
XDK Required Support Files Patch 10.2.0.5.
Agent Required Support Files Patch 10.2.0.5.
DBJAVA Required Support Files Patch 10.2.0.5.
LDAP Required Support Files Patch 10.2.0.5.
Precompiler Required Support Files Patch 10.2.0.5.
Oracle RAC Required Support Files-HAS Patch 10.2.0.5.
RDBMS Required Support Files for Instant Client Patch 10.2.0.5.
RDBMS Required Support Files Patch 10.2.0.5.
SQL*Plus Required Support Files Patch 10.2.0.5.
SSL Required Support Files for InstantClient Patch 10.2.0.5.
Installation Common Files Patch 10.2.0.5.
Oracle Globalization Support Patch 10.2.0.5.
Oracle Core Required Support Files Patch 10.2.0.5.
Platform Required Support Files 10.2.0.5.
Oracle Message Gateway Common Files Patch 10.2.0.5.
Enterprise Manager Agent Core Patch 10.2.0.5.0a
Enterprise Manager Common Core Patch 10.2.0.5.0a
Enterprise Manager Repository Core patch 10.2.0.5.0a
Oracle Containers for Java 10.2.0.5.
Enterprise Manager Repository DB 10.2.0.5.
Oracle LDAP administration patch 10.2.0.5.
Oracle Required Support Files bit Patch 10.2.0.5.
JDBC Common Files 10.2.0.5.
Database Workspace Manager 10.2.0.5.
Oracle Real Application Testing 10.2.0.5.
Oracle Configuration Manager 10.3.2.1.
Oracle Universal Installer 10.2.0.5.
Oracle One-Off Patch Installer 10.2.0.4.
Installer SDK Component 10.2.0.5.
Sun JDK 1.4.2.14.
Already Installed ( products)
Oracle Notification Service 10.1.0.3.
Database Configuration and Upgrade Assistants 10.2.0.1.
Character Set Migration Utility 10.2.0.1.
Oracle Database 10g 10.2.0.1.
Oracle JDBC/OCI Instant Client 10.2.0.1.
Oracle Database 10g 10.2.0.1.
Enterprise Manager plugin Common Files 10.2.0.1.
SQL*Plus 10.2.0.1.
HAS Common Files 10.2.0.1.
HAS Files for DB 10.2.0.1.
Oracle Java Client 10.2.0.1.
Oracle JVM 10.2.0.1.
Oracle Internet Directory Client 10.2.0.1.
iSQL*Plus 10.2.0.1.
Oracle Advanced Security 10.2.0.1.
Oracle Net 10.2.0.1.
Oracle Net Listener 10.2.0.1.
Oracle Wallet Manager 10.2.0.1.
Precompiler Common Files 10.2.0.1.
Secure Socket Layer 10.2.0.1.
Oracle ODBC Driver 10.2.0.1.
Oracle OLAP 10.2.0.1.
Oracle OLAP API 10.2.0.1.
OLAP SQL Scripts 10.2.0.1.
Oracle interMedia Client Option 10.2.0.1.
Oracle Database 10g interMedia Files 10.2.0.1.
Oracle interMedia 10.2.0.1.
PL/SQL Embedded Gateway 10.2.0.1.
Oracle XML Development Kit 10.2.0.1.
Oracle Text 10.2.0.1.
Oracle Clusterware RDBMS Files 10.2.0.1.
Database SQL Scripts 10.2.0.1.
Oracle Data Mining RDBMS Files 10.2.0.1.
Generic Connectivity Common Files 10.2.0.1.
Oracle Net Required Support Files 10.2.0.1.
Oracle Starter Database 10.2.0.1.
Sample Schema Data 10.2.0.1.
Oracle interMedia Locator RDBMS Files 10.2.0.1.
Oracle Call Interface (OCI) 10.2.0.1.
Oracle OLAP RDBMS Files 10.2.0.1.
PL/SQL 10.2.0.1.
Oracle Recovery Manager 10.2.0.1.
Oracle Database Utilities 10.2.0.1.
Oracle interMedia Locator 10.2.0.1.
XML Parser for Java 10.2.0.1.
Assistant Common Files 10.2.0.1.
Oracle JDBC Thin Driver for JDK 1.2 10.2.0.1.
Oracle JDBC Thin Driver for JDK 1.4 10.2.0.1.
Oracle interMedia Java Advanced Imaging 10.2.0.1.
SQLJ Runtime 10.2.0.1.
XML Parser for Oracle JVM 10.2.0.1.
Enterprise Manager Agent DB 10.2.0.1.
Enterprise Manager Baseline 10.2.0.1.
Oracle Enterprise Manager Console DB 10.2.0.1.
XDK Required Support Files 10.2.0.1.
Agent Required Support Files 10.2.0.1.
DBJAVA Required Support Files 10.2.0.1.
LDAP Required Support Files 10.2.0.1.
Precompiler Required Support Files 10.2.0.1.
Oracle RAC Required Support Files-HAS 10.2.0.1.
RDBMS Required Support Files for Instant Client 10.2.0.1.
RDBMS Required Support Files 10.2.0.1.
SQL*Plus Required Support Files 10.2.0.1.
SSL Required Support Files for InstantClient 10.2.0.1.
Installation Common Files 10.2.0.1.
Oracle Globalization Support 10.2.0.1.
Oracle Core Required Support Files 10.2.0.1.
Platform Required Support Files 10.2.0.1.
Oracle Message Gateway Common Files 10.2.0.1.
Enterprise Manager Agent Core 10.2.0.1.
Enterprise Manager Common Files 10.2.0.1.
Enterprise Manager Repository Core 10.2.0.1.
Oracle Containers for Java 10.2.0.1.
Enterprise Manager Repository DB 10.2.0.1.
Oracle LDAP administration 10.2.0.1.
Oracle Required Support Files bit 10.2.0.0.
JDBC Common Files 10.2.0.1.
Database Workspace Manager 10.2.0.1.
Oracle interMedia Annotator 10.2.0.1.
Enterprise Manager Minimal Integration 10.2.0.1.
Parser Generator Required Support Files 10.2.0.1.
Buildtools Common Files 10.2.0.1.
Oracle UIX 2.1.22.0.
Bali Share 1.1.18.0.
Java Runtime Environment 1.4.2.14.
-----------------------------------------------------------------------------
Deinstall in progress (Thursday, November , :: AM CST)
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
.................................. % Done. Deinstall successful Installation in progress (Thursday, November , :: AM CST)
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
............................................................... % Done.
.............................................................. % Done.
Install successful Linking in progress (Thursday, November , :: AM CST)
... % Done.
Link successful Setup in progress (Thursday, November , :: AM CST)
.......... % Done.
Setup successful End of install phases.(Thursday, November , :: AM CST)
WARNING:
The following configuration scripts need to be executed as the "root" user.
#!/bin/sh
#Root script to run
/oracle/product/10.2./root.sh
To execute the configuration scripts:
. Open a terminal window
. Log in as "root"
. Run the scripts The installation of Oracle Database 10g Release Patch Set was successful.
Please check '/oracle/oraInventory/logs/silentInstall2019-11-28_11-07-51AM.log' for more details. --
Performing check for Kernel
Checking kernel parameters
Checking for semmsl=; found semmsl=. Passed
Checking for semmns=; found semmns=. Passed
Checking for semopm=; found semopm=. Passed
Checking for semmni=; found semmni=. Passed
Checking for shmmax=; found shmmax=. Passed
Checking for shmmni=; found shmmni=. Passed
Checking for shmall=; found shmall=. Passed
Checking for file-max=; found file-max=. Failed <<<<
Checking for VERSION=2.6.; found VERSION=2.6.-.el5. Passed
Checking for ip_local_port_range= - ; found ip_local_port_range= - . Failed <<<<
Checking for rmem_default=; found rmem_default=. Failed <<<<
Checking for rmem_max=; found rmem_max=. Failed <<<<
Checking for wmem_default=; found wmem_default=. Passed
Checking for wmem_max=; found wmem_max=. Passed
Check complete. The overall result of this check is: Failed <<<<
Check complete: Failed <<<<
Problem: The kernel parameters do not meet the minimum requirements (see above).
Recommendation: Perform operating system specific instructions to update the kernel parameters. #cat /etc/sysctl.conf
kernel.shmmni=
kernel.sem=
fs.file-max=
net.ipv4.ip_local_port_range=
net.core.rmem_default=
net.core.rmem_max=
net.core.wmem_default=
net.core.wmem_max= 根据oracle 提供的建议值,进行调整修改
当前生效 执行
/sbin/sysctl -p
/sbin/sysctl -a --查看所有参数,验证 [root@qisdbdg soft]# /sbin/sysctl -a |grep -E "file-max|ip_local_port_range|rmem_default|rmem_max"
net.ipv4.ip_local_port_range =
net.core.rmem_default =
net.core.rmem_max =
fs.file-max = ===================================================================================================
第二步. 10.2.0.5. psu安装 阅读README
前提条件
要安装PSU 10.2.0.5.12补丁程序,Oracle主目录必须已安装10.2.0..0数据库。随后的PSU修补程序可以安装在Oracle Database 10.2.0.5.0上,也可以安装在第5个数字版本低于所安装版本的任何PSU上。
2.1 OPatch实用程序
您必须使用OPatch 10.2 10.2.0.5.0或更高版本来应用此补丁。Oracle建议您使用最新发行的OPatch 10.2,可以通过选择10.2.0..0版本从My Oracle Support补丁6880880下载该补丁。
[oracle@qisdbdg OPatch]$ ./opatch version
Invoking OPatch 10.2.0.4.
OPatch Version: 10.2.0.4.
OPatch succeeded.
[oracle@qisdbdg OPatch]$ ./opatch lsinventory
OPatch version : 10.2.0.4.
Oracle Database 10g 10.2.0.1.
Oracle Database 10g Release Patch Set 10.2.0.4.
Oracle Database 10g Release Patch Set 10.2.0.5. -- 274526.1
[oracle@qisdbdg soft]$ unzip p6880880_102000_Linux-x86-.zip
[oracle@qisdbdg 10.2.]$ mv OPatch OPatch_20191128.bak
[oracle@qisdbdg soft]$ mv OPatch /oracle/product/10.2./.
[oracle@qisdbdg OPatch]$ ./opatch version
Invoking OPatch 10.2.0.5.
OPatch Version: 10.2.0.5.
OPatch succeeded. .2补丁安装
Set your current directory to the directory where the patch is located and then run the OPatch utility by entering the following commands:
[oracle@qisdbdg soft]$ unzip p16619894_10205_Linux-x86-.zip
[oracle@qisdbdg soft]$ cd
/oracle/product/10.2./OPatch/opatch apply
You have not provided an email address for notification of security issues. 回车跳过输入接收的email地址
Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]:y 安全提示,yes 继续
Is the local system ready for patching? [y|n] y 是否准备好了,yes
ApplySession adding interim patch '' to inventory
Verifying the update...
Inventory check OK: Patch ID is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID are present in Oracle Home.
The local system has been patched and can be restarted.
OPatch succeeded. [oracle@qisdbdg OPatch]$ ./opatch lsinventory
Oracle Database 10g 10.2.0.1.
Oracle Database 10g Release Patch Set 10.2.0.4.
Oracle Database 10g Release Patch Set 10.2.0.5.
Patch : applied on Thu Nov :: CST
Unique Patch ID:
单实例dg软件从10.2.0.4版本安装至10.2.0.5.12的更多相关文章
- Oracle - 给rac创建单实例dg,并做主从切换
一.概述 本文将介绍如何给rac搭建单节点的dg,以及如何对其进行角色转换.预先具备的知识(rac搭建,单实例-单实例dg搭建) 二.实验环境介绍 主库rac(已安装rac,并已有数据库orcl)ra ...
- oracle 单实例DG(搭建篇一)
一,介绍 lodding... 二,安装前环境配置 01,依赖包的安装: yum install binutils-* yum install compat-libstdc++-* yum insta ...
- Oracle_lhr_CentOS 7.3 ECS上搭建RAC 18c+单实例DG+EMCC+DG的FSFO快速故障转移配置
Oracle_lhr_CentOS 7.3 ECS上搭建RAC 18c+单实例DG+EMCC+DG的FSFO快速故障转移配置 [大型连续免费公开课]Oracle 18c rac+dg+13.3的em ...
- oracle rac切换到单实例DG后OGG的处理
在RAC切换到单实例DG后,将OGG目录复制过去,在使用alter extract ext_name,begin now的时候报错 2016-04-10 11:27:03 WARNING OGG-01 ...
- 【转帖】sysbench使用教程(包含ubuntu自带的0.4版本、0.5版本和最新的1.0版本)
sysbench使用教程(包含ubuntu自带的0.4版本.0.5版本和最新的1.0版本) 2018年08月10日 09:54:42 cxin917 阅读数 429 版权声明:本文为博主原创文章, ...
- oracle rac搭建单实例DG步骤(阅读全篇后再做)
环境介绍 主库: 主机名 rac01 rac02 实体IP 10.206.132.232 10.206.132.233 私有IP 192.168.56.12 192.168.56.13 虚拟IP 10 ...
- oracle rac与单实例DG切换
1.主库查看状态(RAC库) SQL> select database_role,switchover_status from v$database; DATABASE_ROLE SWITCHO ...
- _00024 尼娜抹微笑伊拉克_云计算ClouderaManager以及CHD5.1.0群集部署安装文档V1.0
笔者博文:妳那伊抹微笑 itdog8 地址链接 : http://www.itdog8.com(个人链接) 博客地址:http://blog.csdn.net/u012185296 博文标题:_000 ...
- 近期Windows 10 RedStone 2 Insider版本安装进度停留在百分之23、24解决方案
近期安装Windows 10 RedStone 2的14965.14971会出现停留在23%或者24%的现象,解决办法是拔掉扩展的SD卡再重新安装.
随机推荐
- 机器学习---逻辑回归(二)(Machine Learning Logistic Regression II)
在<机器学习---逻辑回归(一)(Machine Learning Logistic Regression I)>一文中,我们讨论了如何用逻辑回归解决二分类问题以及逻辑回归算法的本质.现在 ...
- win服务器 文件上传下载出现“未指定的错误” 解决方法汇总
环境 WIN平台IIS服务器 经常出现于ASPX页面 汇总 1.权限问题 出现场景 : 基于ACCESS数据库 原因解析 : 1.首先需要排除自身问题,例如建表使用关键字,格式错误,插入数据与 ...
- shell脚本编程基础知识点
整数比较: -eq:测试两个整数是否相等:相等为真,不等为假 -ne:测试两个整数是否不等:不等为真,相等为假 -gt:测试一个数是否大于另一个数:大于为真,否则为假 -lt:测试一个数是否小于另一个 ...
- 原创:搜索排序算法之自定义性能优良的PriorityQueue(与Python的heap比较)
前几天写了一篇关于"史上对BM25模型最全面最深刻解读以及lucene排序深入解读"的博客,lucene最后排序用到的思想是"从海量数据中寻找topK"的时间空 ...
- 网站性能测试工具 webbench 的安装和使用-linux
1.webbench的下载和安装 wget http://home.tiscali.cz/~cz210552/distfiles/webbench-1.5.tar.gz sudo tar xvf we ...
- tensorflow运行时openssl与boringssl兼容性问题
tensorflow中,grpc使用boringssl进行加密,boringssl是google基于openssl自行开发的一条分支,有许多相同函数,但底层实现以及支持的加密类型有不同. 且tenso ...
- 详解CI、CD相关概念
CI:持续集成(CONTINUOUS INTEGRATION)基本概念CI的全称是Continuous Integration,表示持续集成. 在CI环境中,开发人员将会频繁地向主干提交代码.这些新提 ...
- 007 SpringBoot的@EnableAutoConfiguration注解
一:原理 1. 首先Spring Boot项目中都会如下启动类: @SpringBootApplication public class Application { public static voi ...
- 本地jar包上传docker容器
先安装docker的注册服务器: [root@VM_0_7_centos ~]# docker run -d -p : --restart=always --name registry2 regist ...
- html网页调用本地exe程序的实现方法(转)
https://blog.csdn.net/ilovecr7/article/details/46803711 最近在做一个项目,要什么网页里调exe...开始以为不能实现,后来想想很多就跟淘宝网页上 ...