【题注】涉及压缩格式:
tar、gzip、gunzip、bzip2、bunzip2、compress、uncompress、 zip、unzip、rar、unrar 试用文件注释:
.tar、.gz、.tar.gz、.tgz、.bz2、.tar.bz2、. Z、.tar.Z、.zip、.rar 【个...
分类:
其他好文 时间:
2014-05-08 10:35:34
阅读次数:
282
??
run{
allocate channel d1 type disk;
allocate channel d2 type disk;
allocate channel d3 type disk;
allocate channel d4 type disk;
allocate channel d5 type disk;
allocate channel d6 type disk;...
分类:
其他好文 时间:
2014-05-07 15:45:24
阅读次数:
347
1.全库备份,scp到异机目录下查询源库的DBID:SQL>selectname,dbidfromv$database;NAMEDBID----------------------------RESEARCH2055556290SQL>异机建立dump目录、oradata下建立SID名对应目录2.恢复spfile,启动到nomount:exportORACLE_SID=researchrmantarget/setdbid=2..
分类:
其他好文 时间:
2014-05-06 16:14:50
阅读次数:
345
HTTP1.1请求头:消息头
Accept:text/html,image/*告诉服务器,客户机支持的数据类型Accept-Charset:ISO-8859-1告诉服务器,客户机采用的编码
Accept-EnCoding:gzip,compress告诉服务器,客户机支持的数据压缩格式Accept.....
分类:
其他好文 时间:
2014-05-02 08:46:58
阅读次数:
248
Applies to: Oracle Server - Enterprise Edition
- Version 11.1.0.6 to 11.2.0.4 [Release 11.1 to 11.2]Information in this
document applies to any platfo...
分类:
数据库 时间:
2014-04-30 15:38:17
阅读次数:
624
一,创建所需目录 1)创建审计文件目录 PROD1@dbrac1 /dsg/oracle11$
cd $ORACLE_BASE/adminPROD1@dbrac1 /u01/app/oracle/admin$ mkdir -p
PROD1/adump2)创建数据文件目录mkdir -p /dsg/o...
分类:
数据库 时间:
2014-04-30 13:38:02
阅读次数:
671
假设条件:数据库完整的备份;数据库处于归档状态并保留所有的归档日志,完成下面的任务,贴出完整的操作过程,并给出你的恢复思路1.用Rman分别作数据库,表空间和数据文件的备份。2.模拟数据库,表空间和数据文件损坏后的恢复操作。3.用示例说明两种库增量备份的差别。4.模拟控制文件丢失后的数据库恢复(完全...
分类:
其他好文 时间:
2014-04-29 23:49:41
阅读次数:
926