深入解析oracle-参数及参数文件

十一月 19th, 2009 | 4 Comments | Posted in oracle | 阅读次数: 1,502 次

Author:高进波 Time:2009-11-14 深入解析oracle  DBA入门,进阶与诊断案例 学习笔记 第三章        参数及参数[......]

Read more

Tags:

深入解析oracle-控制文件与数据库初始化

十一月 17th, 2009 | 3 Comments | Posted in oracle | 阅读次数: 410 次

Author:高进波 Time:2009-11-14 深入解析oracle  DBA入门,进阶与诊断案例 学习笔记 第二章        控制文件与[......]

Read more

Tags:

深入解析oracle – 数据库的启动和关闭

十一月 10th, 2009 | No Comments | Posted in oracle | 阅读次数: 325 次

Author:高进波 Time:2009-11-09 深入解析oracle  DBA入门,进阶与诊断案例 学习笔记 第一章        数据库的启[......]

Read more

Tags:

oracle11g学习笔记-基本函数

十月 10th, 2009 | 2 Comments | Posted in 4.数据库, oracle | 阅读次数: 128 次

制作:高进波 时间:2009-10-10 Oracle的函数很多,可以分为基本函数和分析函数两大类. 在联机事务处理系统中,基本函数使用的很多,而在以数据仓库为基础的经营分析系统中,除了基本函数外,还要用 到分析函数.[......]

Read more

Tags:

oracle11g学习笔记-select

十月 10th, 2009 | 3 Comments | Posted in 4.数据库, oracle | 阅读次数: 78 次

制作:高进波 时间:2009-10-09 select完整语法 select [all | distinct top n [percent] with ties select_list [into [new_table_na[......]

Read more

Tags: , , ,

oracle11g字符集编码问题

十月 9th, 2009 | 1 Comment | Posted in 4.数据库, oracle | 阅读次数: 560 次

制作:高进波 时间:2009-10-09 oracle11g建议使用AL32UTF8编码 编码介绍: 在下面的描述中,将以"中文"两个字为例,经查表可以知道其GB2312编码是"d6d0 cec[......]

Read more

compiere320安装配置使用oracle11g数据库

十月 9th, 2009 | 2 Comments | Posted in oracle | 阅读次数: 65 次

制作:高进波
时间:2009-9-29

oracle11g安装略

注意:
more /var/oracle11g/app/network/admin/tnsnames.ora
more /var/oracle11g/app[......]

Read more

Tags: ,

oracle11g学习笔记 – SQL语言基础

十月 9th, 2009 | 8 Comments | Posted in 4.数据库, oracle | 阅读次数: 109 次

制作:高进波
时间:2009-10-09

环境:
centos 5.3 x86
oracle11g r2 x86

一.SQL语言基础

分类

1.数据查询语言(DQL)
select

2.数据操纵语言(D[......]

Read more

Tags: ,

10个步骤在Centos5.3下成功安装oracle11g r2

九月 27th, 2009 | 3 Comments | Posted in 4.数据库, Centos, oracle | 阅读次数: 1,890 次

制作:高进波 时间:2009-09-27 环境: centos 5.3 x86 oracle 11g r2 for linux   vi /etc/hosts 127.0.0.1 oracle.gaoj[......]

Read more

Tags: