Oracle数据库的创建与删除 之 CREATE DATABASE语句 2011-08-28 16:42:48 分类: Oracle 一、概念 一个Oracle数据库,最基本的构成(逻辑): (1)system表空间 1个 --> # 用于存贮“数据字典” (2)sysaux表空间 1个 --> # ...
分类:
数据库 时间:
2017-11-13 23:04:49
阅读次数:
170
Tablespace SYSAUX grows quickly. Run Oracle script awrinfo.sql to find what is using the space. One section of the report shows that ACTIVE_SESSION_HI ...
分类:
其他好文 时间:
2017-11-11 11:28:37
阅读次数:
248
You have a database with the following tablespaces: SYSTEM, SYSAUX, UNDO, USERS, TEMP.You want to"roll back" the data in the USERS tablespace to the w ...
分类:
其他好文 时间:
2017-11-10 17:01:12
阅读次数:
128
RMAN> duplicate target database to dupdb; Starting Duplicate Db at 25-JUN-2015 08:18:24 using target database control file instead of recovery catalog... ...
分类:
数据库 时间:
2017-09-16 20:41:27
阅读次数:
241
1. 检查当前主备库同步状态 on primary on standby 2. standby配置闪回日志 3. standby停止应用日志 4. standby转换为snapshot standby 5. 将standby启动到open状态 6. 对snapshot standby数据库进行压力测 ...
分类:
数据库 时间:
2017-07-06 00:31:47
阅读次数:
267
查看数据库默认表空间SQL> select property_value from database_properties where property_name = 'DEFAULT_PERMANENT_TABLESPACE'; PROPERTY_VALUE USERS 查看用户所使用的表空间 S ...
分类:
数据库 时间:
2017-05-24 21:03:26
阅读次数:
212
1.主库开启归档 SQL> archive log list;(查询当前归档状态) SQL> shutdown immediate; SQL> startup mount;(启动到mount状态) SQL> archive log list;(开启归档) 2.开启强制写日志 SQL> alter d ...
分类:
其他好文 时间:
2017-05-04 21:51:42
阅读次数:
273
表空间 > 编辑 表空间: SYSAUX 1.1, 之一般信息 1.2, 之数据文件 1.3, 2.1, 2.2, 3.1, 3.2, 4.1, 4.2, 5.1, ...
分类:
数据库 时间:
2017-01-18 12:43:47
阅读次数:
212
客户那边的数据库久无人维护,近期反映服务器空间不够。在检查服务器空间时,我又偶然发现了数据库的备份出现问题。经检查是数据库sysaux表空间存在一个坏块,存在坏块的表是WRH$_ENQUEUE_STAT,在测试库上查询数据后,我确定该表的数据对整个系统的运行影响不大。此时没有RMAN..
分类:
数据库 时间:
2016-12-20 21:18:50
阅读次数:
224
今天突发奇想,想玩一下rman这个命令,自己虚拟机好久都没有备份了,所以就来个全备,果不其然给了我一个报错。RMAN>backup
Startingbackupat20-OCT-16
allocatedchannel:ORA_DISK_1
channelORA_DISK_1:SID=134devicetype=DISK
RMAN-06169:couldnotreadfileheaderfordatafi..
分类:
其他好文 时间:
2016-11-01 07:48:51
阅读次数:
247