logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Installation Oracle11gR2 RAC on SuSE Linux Enterprise Server 11

SLES11安装参考博文Installation SUSE Linux Enterprise Server 11vzwc1:~ # cat /etc/issueWelcome to SUSE Linux Enterprise Server 11 SP3(x86_64) - Kernel \r (\l).vzwc1:~ #配置/etc/hosts文件192.1

GoldenGate将Oracle数据同步到GreenPlum

源端Oracle 11.2.0.4 RAC 2-NodesOracle Linux 5.8 x86_64目标端Greenplum Database 4.2.6.1 4-NodesCentOS 5.7 x86_64======================================================源端配置--本例是将OGG安

使用UDEV在Oracle Linux 6上安装Oracle 11g RAC(11.2.0.3) (二)

使用UDEV在Oracle Linux 6上安装Oracle 11g RAC(11.2.0.3) (一)在所有node上创建oracle,grid用户,创建相关目录[root@node2 ~]# groupadd -g 1000 oinstall[root@node2 ~]# groupadd -g 1200 asmadmin[root@node2 ~]# groupadd

#oracle
Oracle10g RMAN Windows 2003 Server R2 x64备份迁移到Linux x64

记录源端windows上oracle的dbidSQL> select dbid from v$database;DBID----------66428446使用RMAN备份RMAN> RUN{2> ALLOCATE CHANNEL C1 TYPE DISK;3> SQL 'ALTER SYSTEM ARCHIVE LOG CURRENT';4> BACKU

Oracle 12cR1 RAC Creating Services with PDBs

check the open modes of all the PDBs on a RAC instance when you connect to the CDB root[oracle@zhongwc1 ~]$ cat /etc/redhat-releaseRed Hat Enterprise Linux Server release 6.4 (Santiago)[oracle@

Linux下源码编译安装PostgreSQL

Installation possible dependenciesyum -y install gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib

#postgresql
使用oracle-validated在Oracle Linux 5 上简化安装Oracle

在Oracle Linux 5中我们可以使用Oracle提供的oracle-validated包来简化oracle安装。Oracle Linux 5默认安装是包含图形化界面的。[root@db03 ~]# cd /etc/yum.repos.d[root@db03 yum.repos.d]# wget http://public-yum.oracle.com/public-yum-e

#linux
Python Generate reports for Oracle username Role/Privs

python code#!/usr/bin/env pythonimport cx_Oracleusername='zwc'password='zwc'database='oraprod'conn=cx_Oracle.connect(username,password,database)curs=conn.cursor()user_query='select username

How to recover a single InnoDB table from a Full Backup

You must set var innodb_file_per_table = 1[root@zhongwc ~]# /service/mysql/bin/mysql -uroot -pEnter password:Welcome to the MySQL monitor.Commands end with ; or \g.Your MySQL connection id is

到底了