单实例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卡再重新安装.
随机推荐
- C博客作业--我的第一篇博客作业
1你对网络专业或计算机专业了解是怎样的 由于从小就与电脑打交道,对于各类软件的生产非常感兴趣,所以在高三开学查询有什么专业的时候,就打算报与计算机有关的专业.我对计算机专业感到非常神奇,毕竟只是看似简 ...
- kings(骑士)解题报告
kings(骑士) Time Limit5000 ms Memory Limit131072 KBytes Description 用字符矩阵来表示一个8x8的棋盘,'.'表示是空格,'P'表示 ...
- Java串口通信--------基于RXTX (附带资源地址)
最近帮老师做了一个小项目,一个牧场公司想用传感器收集一些环境信息,记录到数据库里去,然后加以分析查看.这里面和传感器通信用到了串口通信,我也是接触了一下,把用到的东西分享出来. 准备工作: RXTX: ...
- 【牛客】小w的魔术扑克 (并查集?? 树状数组)
题目描述 小w喜欢打牌,某天小w与dogenya在一起玩扑克牌,这种扑克牌的面值都在1到n,原本扑克牌只有一面,而小w手中的扑克牌是双面的魔术扑克(正反两面均有数字,可以随时进行切换),小w这个人就准 ...
- app内嵌H5的上传图片的功能
1.上传组件 <!-- - hasBorder {Boolean} cell底部边框,oneline 为 true 有效 - inlineBorder {Boolean} cell底部短边框 - ...
- Mysql索引面试题
转载:https://mp.weixin.qq.com/s/_bk2JVOm2SkXfdcvki6-0w 本文来自一位不愿意透露姓名的粉丝投稿,由Hollis整理并"还原"了面试现 ...
- MySQL8.0报错Can't connect to MySQL server on 'localhost' (10061)的解决办法
MySQL8.0报错Can't connect to MySQL server on 'localhost' (10061)的解决办法 事情的起因 今天课堂上要展示小组项目,需要用一个软件叫W ...
- Cookie和Session原理
由于HTTP是无状态的协议,客户程序每次都去web页面,都打开到web服务器的单独的连接,并且不维护客户的上下文信息.如果需要维护上下文信息,比如用户登录系统后,每次都能够知道操作的是此登录用户,而不 ...
- 隐藏一个button的方法(2种) 写出一个button的按钮(2种)
display:none;visibility:hidden: <input type = button><button>这是一个按钮 </button>
- win7下查看进程端口
一. 查看所有进程占用的端口 在开始-运行-cmd,输入:netstat –ano 可以查看所有进程 二.查看占用指定端口的程序 当你在用tomcat发布程序时,经常会遇到端口被占用的情况,我们想知道 ...