oraInventory目录的作用

2019-03-14

What is oraInventory ?oraInventory is repository (directory) which store/records oracle software products & their oracle_homes location on a machine. This Inventory now a days in XML format and called as XML Inventory where as in past it used to be in binary format & called as binary Inventory.
There are basically two kind of Inventory Global Inventory (also called as Central Inventory) and Local Inventory also called as Oracle Home Inventory.  阅读全文...

UNIX平台orainstRoot.sh脚本作用

2019-03-14

使用Oracle Universal Installer(OUI)在UNIX平台上安装Oracle软件的快结束的时候会提示我们要执行orainstRoot.sh脚本。  阅读全文...

oracle冷备份无法启动

2019-03-12

数据库硬盘坏了,有rsync复制的没有shutdown的冷备份。  阅读全文...

ORA-00059 maximum number of DB_FILES exceeded

2018-11-28

ERROR at line 1:
ORA-00059: maximum number of DB_FILES exceeded  阅读全文...

使用impdp数据泵导入并重命名表名

2018-08-28

使用数据泵导入并重命名表名  阅读全文...

rman-0level全备份及恢复

2018-08-21

rman需要提前开启归档模式。  阅读全文...

oracle清理v$archived_log记录

2018-08-21

v$archived_log 记录越来越多,如何清理记录?  阅读全文...

oracle glogin.sql

2018-08-07

sqlplus如果经常定义set linesize 200,可以将配置保存到glogin.sql.  阅读全文...

nagios监测dbbak

2018-07-12

nagios配置  阅读全文...

oracle限制远程访问

2018-07-04

连接Oracle时报错ORA-12541是我们最常遇到的错误。  阅读全文...

给left join关联关系字段加索引

2018-07-04

left join是相当耗资源的操作,如果关联的字段没有索引的话,速度是很慢的,所以如果有left join的话,最好用索引字段取关联。  阅读全文...

Oracle ASM

2018-07-02

自动存储管理 (ASM) 是 Oracle Database 的一个特性,它为数据库管理员提供了一个在所有服务器和存储平台上均一致的简单存储管理接口。作为专门为 Oracle 数据库文件创建的垂直集成文件系统和卷管理器,ASM 提供了直接异步 I/O 的性能以及文件系统的易管理性。ASM 提供了可节省 DBA 时间的功能,以及管理动态数据库环境的灵活性,并且提高了效率。ASM 的主要优点有:  阅读全文...

Oracle Database 18c

2018-07-02

12c还没有部署,18c已经发布了。Live SQL 18.1.2, running Oracle Database 18c Enterprise Edition - 18.1.0.0.0,每个季度会发布一个版本。  阅读全文...

DG两个数据库SID不同

2018-06-29

dataguard两个数据库SID不同。启动备库时报错ORA-01103: database name 'CRMDB' in control file is not 'CRMSTD'  阅读全文...

DG-Dgmgrl

2018-06-28

Dgmgrl表示Data Guard Manager Command Line Interface,用来管理维护Dataguard,而且该命令系统自带不需要额外安装,命令简单易上手,容易学习,比sqlplus用来更加简单一些.  阅读全文...