自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

msdnchina的专栏@JiNan,ShanDong

感谢枯荣长老对本人的大力帮助

  • 博客(15)
  • 资源 (15)
  • 收藏
  • 关注

原创 在OL 7.3上安装docker服务

在OL 7.3上安装docker服务参考自:https://docs.oracle.com/cd/E52668_01/E87205/html/section_install_upgrade_yum_docker.html注意,1.OL7.3的ISO文件无法安装docker-engine package2.保持OL7.3的联网If you use the Oracle Linux yum ser...

2018-03-31 06:43:45 470

原创 关于yum install 的一个注意点

yum install xxx ,其中xxx是rpm包的名字,不是你需要用到的命令的名字,因为命令和包可以不一样的名字。当命令和包不一样的名字时,需要用"yum provides 命令名"(先配置好yum 源)来找出其所在的包的名字...

2018-03-31 05:34:46 1101

翻译 什么是CUDA?

摘自:https://developer.nvidia.com/cuda-faqCUDA® is a parallel computing platform and programming model that enables dramatic increases in computing performance by harnessing the power of the graphics pr...

2018-03-30 21:53:08 1086

转载 How to Find the Internal Physical Length of a Number Datatype? (文档 ID 143256.1)

How to Find the Internal Physical Length of a Number Datatype? (文档 ID 143256.1)Oracle stores numeric data in variable-length format. Each value is stored in scientific notation, with one b

2018-03-28 22:54:22 243

转载 怎么分辨一个session是由分布式事务启动的?

参考自:How to identify a session started by a remote distributed transaction? (文档 ID 332326.1)Applies to: Oracle Database - Enterprise Edition - Version 8.1.7.4 to 12.1.0.1 [R

2018-03-28 22:37:00 279

转载 怎么有效的查找null值?

转自:To search for NULL values efficiently (文档 ID 255449.1)***This article is being delivered in Draft form and may containerrors. Please use the MetaLink "Feedback" button to adviseOracle of any is...

2018-03-28 21:40:31 418

转载 怎么注册一个docker id

转自:http://success.docker.com/article/how-do-you-register-for-a-docker-idYour Docker ID becomes your user name space for hosted Docker services and becomes your username on the Docker Forums.Go to the ...

2018-03-28 21:06:22 20412

原创 更改ubuntu的apt-get源

root@ubuntupg:/etc/apt# uname -aLinux ubuntupg 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linuxroot@ubuntupg:/etc/apt# root@ubuntupg:~# cd /etc/aptroot@...

2018-03-28 19:57:01 281

原创 psql登录远程的服务器端

Microsoft Windows [版本 10.0.16299.309](c) 2017 Microsoft Corporation。保留所有权利。C:\Users\Administrator>psql -h 192.168.80.148 -p 5532 -d postgrespsql: 无法联接到服务器: Connection refused (0x0000274D/10061)...

2018-03-28 07:36:25 4787

原创 psql登录时的一点故事

[root@pgserver ~]# ps -ef |grep postgpostgres 1074 1 0 Mar22 ? 00:00:08 /usr/local/pgsql/bin/postgrespostgres 1076 1074 0 Mar22 ? 00:00:00 postgres: checkpointer process pos...

2018-03-28 06:24:39 688

翻译 关于PostgreSQL数据类型numeric的 precision和scale

关于PostgreSQL数据类型numeric的 precision和scale参考自:https://www.postgresql.org/docs/10/static/datatype-numeric.html#DATATYPE-NUMERIC-TABLEWe use the following terms below: The scale of a numeric is the count...

2018-03-22 16:25:20 8504

原创 PostgreSQL数据库中表与文件的对应关系

postgres=# create table tab_lei (c1 int);CREATE TABLEpostgres=# postgres=# \xExpanded display is on.postgres=# select relname,relfilenode from pg_class where relname='tab_lei';-[ RECORD 1 ]-----...

2018-03-13 22:07:32 1215

转载 关于PG的PGXS

转自:http://blog.163.com/digoal@126/blog/static/16387704020122208374396/If you are thinking about distributing your PostgreSQL extension modules, setting up a portable build system for them can be fairl...

2018-03-05 18:59:22 2822

翻译 【翻译自MOS文章】对于使用dblink的并且数据库版本小于等于11.2.0.3的数据库需要的强制性补丁

翻译自:Mandatory Patching Requirement for Database Versions 11.2.0.3 or Earlier, Using DB Links (文档 ID 2335265.1)对于使用dblink的并且数据库版本小于等于11.2.0.3的数据库需要的强制性补丁适用于:Oracle Database - Standard Edition - Version...

2018-03-01 22:11:27 1869

翻译 【翻译自MOS文章】在2019.04之前,Oracle数据库需要打补丁到最低的Patchset/PSU/RU

--译者注开始:请注意,MOS于2019-03-17对本文档进行了更新,文档ID没变,但是文档标题变了(见下),时间改为2019年6月前安装要求的patch即可Recommended patches and actions for Oracle databases versions 12.1.0.1, 11.2.0.3 and earlier – before June 2019 (文档 ID 2...

2018-03-01 22:06:33 2077

蚂蚁金服自研数据库OceanBase的设计与实践哲学.pdf

蚂蚁金服自研数据库OceanBase的设计与实践哲学,转自微信号“InfoQ”

2019-03-12

龙芯中科--龙芯信息化平台的应用迁移工作思考.pdf

龙芯中科--龙芯信息化平台的应用迁移工作思考,转自微信号“龙芯中科”

2019-03-12

PostgreSQL 9.6 New Features en 20160606-1

PostgreSQL9.6 版本数据库新特性,作者是HPE日本公司的数据库专家

2019-03-12

海天起点HTODA一体机在安徽电力的应用

本文描述了在去IOE环境下,安徽电力选用海天起点HTODA一体机来完成对营销系统去HP小型机的改造

2019-02-05

PostgreSQL 10 New Features en

附件来自:http://h50146.www5.hpe.com/products/software/oe/linux/mainstream/support/lcc/pdf/PostgreSQL_10_New_Features_en_20170522-1.pdf

2018-05-26

Postgres-9.6.0-中文文档

本附件是PG数据库9.6.0版本的中文文档,译者是武汉大学彭煜玮教授.

2017-02-27

example codes for using Oracle Text to index ms word docx

该文档包含的代码来自Oracle MOS文章(How To Index a Microsoft (Office) Word Document 2007 ? (文档 ID 752710.1)),用于对Microsoft Word docx文档使用Oracle Text进行索引化。

2016-04-03

使用HVR数据复制软件完成文件系统文件的实时复制

使用HVR数据复制软件完成文件系统上文件的实时复制,也就是达到了文件的灾备的目的

2016-03-11

使用HVR数据复制软件完成文件系统上文件的实时复制

2016-03-11

PREPATCH.zip

zip中是一个bat文件,该bat文件用于检测Windows下的Oracle 的DLL文件被哪个process占用。

2015-11-18

Sustainable Compliance for the Payment Card Industry Data Security Standard

Sustainable Compliance for the Payment Card Industry Data Security Standard

2015-07-08

HP-UX逻辑卷管理2009.09

HP-UX逻辑卷管理2009.09.pdf文档。

2015-02-10

lob_performance_guidelines

lob_performance_guidelines.pdf

2015-02-08

oracle 11g 新特性指南

非常不错的oracle 11g 新特性指南,内容为中文版。非常适合有oracle 10g经验,希望学习oracle 11g新特性的技术人员。

2012-10-17

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除