oracle11g数据库逻辑备份与恢复

十月 7th, 2010 | 2 Comments | Posted in oracle | 阅读次数: 347 次

Author:gaojinbo Time:2010-9-19 用户需要角色exp_full_database和imp_full_database 一、逻辑备份expdp 1.创建目录对象 create director[......]

Read more

Tags:

oracle11g数据库的管理 学习笔记

九月 26th, 2010 | 2 Comments | Posted in oracle | 阅读次数: 305 次

Author:gaojinbo Time:2010-9-19 一、oracle数据库结构 1.查看所有表空间及对应的数据文件 sqlplus /nolog conn /as sysdba col file_nam[......]

Read more

Tags:

oracle11g启用自动内存管理后不能启动实例

一月 28th, 2010 | 2 Comments | Posted in oracle | 阅读次数: 234 次

Author:gaojinbo Time:2010-1-28   Memory_target not supported on this system oracle11g启用自动内存管理后不能启动实例  [......]

Read more

Tags:

Oracle Archive log 导致磁盘没空间了怎么办

一月 14th, 2010 | 2 Comments | Posted in oracle | 阅读次数: 389 次

两种方法: 1、配置RMAN自动管理ARCHIVELOG。也可在RMAN中将数据备份到磁带上,然后将过期的ARCHIVELOG删除; 2、可以手工来处理,步骤如下     1)将/orac[......]

Read more

Tags:

深入解析oracle-数据字典

十一月 21st, 2009 | 1 Comment | Posted in oracle | 阅读次数: 154 次

Author:高进波 Time:2009-11-19 深入解析oracle  DBA入门,进阶与诊断案例 学习笔记 第四章        数据字典[......]

Read more

Tags:

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

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

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

Read more

Tags:

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

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

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学习笔记-select

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

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

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: ,