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的更多相关文章

  1. Oracle - 给rac创建单实例dg,并做主从切换

    一.概述 本文将介绍如何给rac搭建单节点的dg,以及如何对其进行角色转换.预先具备的知识(rac搭建,单实例-单实例dg搭建) 二.实验环境介绍 主库rac(已安装rac,并已有数据库orcl)ra ...

  2. oracle 单实例DG(搭建篇一)

    一,介绍 lodding... 二,安装前环境配置 01,依赖包的安装: yum install binutils-* yum install compat-libstdc++-* yum insta ...

  3. 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 ...

  4. oracle rac切换到单实例DG后OGG的处理

    在RAC切换到单实例DG后,将OGG目录复制过去,在使用alter extract ext_name,begin now的时候报错 2016-04-10 11:27:03 WARNING OGG-01 ...

  5. 【转帖】sysbench使用教程(包含ubuntu自带的0.4版本、0.5版本和最新的1.0版本)

    sysbench使用教程(包含ubuntu自带的0.4版本.0.5版本和最新的1.0版本) 2018年08月10日 09:54:42 cxin917 阅读数 429   版权声明:本文为博主原创文章, ...

  6. 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 ...

  7. oracle rac与单实例DG切换

    1.主库查看状态(RAC库) SQL> select database_role,switchover_status from v$database; DATABASE_ROLE SWITCHO ...

  8. _00024 尼娜抹微笑伊拉克_云计算ClouderaManager以及CHD5.1.0群集部署安装文档V1.0

    笔者博文:妳那伊抹微笑 itdog8 地址链接 : http://www.itdog8.com(个人链接) 博客地址:http://blog.csdn.net/u012185296 博文标题:_000 ...

  9. 近期Windows 10 RedStone 2 Insider版本安装进度停留在百分之23、24解决方案

    近期安装Windows 10 RedStone 2的14965.14971会出现停留在23%或者24%的现象,解决办法是拔掉扩展的SD卡再重新安装.

随机推荐

  1. 洛谷P1799 数列[NOI导刊]

    题目 dp状态定义的好题,初看这个题其实并不好想到他的状态,但是可以根据状态的定义,需要满足最优子结构.还有比较重要的一点就是方便转移方程. 首先我们定义dp[i]表示前i个数所能得到的最多个数,发现 ...

  2. Apache2 服务配置 ubuntu16.04 + django1.11

    (步骤) 环境 Ubuntu 16.04 Python 3.5.2 Django 1.11 Apache 2.4 1.Apache2安装 sudo apt-get install apache2 查看 ...

  3. DDL 语言

    数据库模式定义语言并非程序设计语言,DDL数据库模式定义语言是SQL语言(结构化查询语言)的组成部分. SQL语言包括四种主要程序设计语言类别的语句:数据定义语言(DDL),数据操作语言(DML),数 ...

  4. restframework之节流

    基本思路(原生Django而言): 在django2.x中,若出现节流(访问频率控制)的需求,我们首先想到的是使用一个字典(dict类型)来存储所有IP地址的访问时间记录,这是针对于匿名用户(IP)而 ...

  5. 【python】学习笔记之遇到的坑print输出报错

    在Python3.x中,使用print时出错(SyntaxError: Missing parentheses in call to 'print')解决办法 Python2到Python3,很多基本 ...

  6. axios post 400 状态码

    1.400状态码 400的主要有两种形式: (1).bad request意思是“错误的请求": (2).invalid hostname意思是"不存在的域名”.   2.axio ...

  7. 常见的SQL优化面试题

    1.在表中建立索引,优先考虑where.group by使用到的字段. 2.查询条件中,一定不要使用select *,因为会返回过多无用的字段会降低查询效率.应该使用具体的字段代替*,只返回使用到的字 ...

  8. 007 webpack基本的用法

    1.安装node.js 因为webpack是基于node.js的 2.新建目录 3.需求 列表的隔行变色 4.初始化 在终端中使用npm init命令可以自动创建这个package.json文件  n ...

  9. [图片问答]LODOP打印的行间距字间距

    LODOP可以打印纯文本,也可以是超文本,关于哪些打印项是纯文本,哪些打印项是超文本,之前有博文相关介绍:LODOP中的纯文本和超文本打印项. 之前的关于纯文本的行间距字间距介绍:Lodop设置文本项 ...

  10. [LeetCode] 282. Expression Add Operators 表达式增加操作符

    Given a string that contains only digits 0-9 and a target value, return all possibilities to add bin ...