为什么[oracle@jibo admin]$ tnsping 192.168.1.4
TNS Ping Utility for Linux: Version 11.2.0.4.0 - Production on 24-SEP-2014 09:01:28
Copyright (c) 1997, 2013, Oracle. All rights reserved.
Used parameter files:
Used HOSTNAME adapter to resolve the alias
Att...
分类:
数据库 时间:
2014-09-24 12:36:36
阅读次数:
991
You can use the GoldenGate Logdump utility to view records in the GoldenGate trail files. The Logdump
utility is part of the regular GoldenGate software installation. Logdump lets you view the unstru...
分类:
其他好文 时间:
2014-09-23 13:35:54
阅读次数:
362
写一个Python版本的小工具,可以在上班的时候刷一下你关注的股票信息,代码如下:
#!/usr/bin/env python
# -*- coding:utf-8 -*-
import urllib.request
#debug=True
debug=False
class Utility:
def ToGB(str):
if(debug): print(str)...
分类:
编程语言 时间:
2014-09-23 13:29:34
阅读次数:
275
64位WIN7上安装11G R2 ,PLSQL的配置方法:1. 1.1. 去http://www.oracle.com/technetwork/topics/winsoft-085727.html下载 Version 11.2.0.1.0 Instant Client Packa...
分类:
数据库 时间:
2014-09-22 18:49:43
阅读次数:
185
下载instantclient-basic-nt-11.2.0.2.0位客户端,加压后存放,如F:\instantclient_11_2拷贝Oracle11.2G的msvcr80.dll和tnsnames.ora到解压的instantclient_32位客户端根目录,它们的位置分别是:D:\home...
分类:
数据库 时间:
2014-09-21 23:09:01
阅读次数:
282
C盘扩容--修复Oracle--修改注册表--Windows无法启动--重做系统--重新配置Java开发环境,外加操作考试系统,这三天过的犹如做梦一般.自己写个Java开发环境配置的小总结,做任何事需要的就是一种思路,要懂得来龙去脉,不然自己会死得很惨.
基本步骤就是一系列安装:
Jdk Oracle 服务器客户端 Plsql MyEclipse 配置MyEclipse的jdk和to...
分类:
编程语言 时间:
2014-09-21 18:24:51
阅读次数:
218
android源码下载及安装:1.初始化安装环境:A。建立大小写敏感硬盘镜像:步骤如下:Disk Utility –> New Image,随便取个名字,这里用AndroidDisk,30GB足够了,然后注意选成Mac OS Extended (Case-sensitive, Journaled),...
分类:
移动开发 时间:
2014-09-20 03:33:26
阅读次数:
194
由于 这次 项目 做了 数据库 迁移(从 mysql 转到oracle 用的是navicat) 的工具 所以导致很多主键都丢失了导致数据库很多 数据的id重复 导致系统修改一条数据的时候 出现很多值相同 郁闷了大半天然后 打算在plsql中 给现有的某张表 追加主键教科书形式 如下/*1、创建表的同...
分类:
其他好文 时间:
2014-09-19 22:24:46
阅读次数:
1230
A utility class is a class filled with static methods. It is usually used to isolate a "useful" algorithm. However, in an object-oriented world, utility classes are considered a very bad practice.
The use of utility classes to be an antipattern. More speci...
分类:
其他好文 时间:
2014-09-18 18:55:54
阅读次数:
237