oracle 11g RMAN:Active Database Duplication
for standby database 创建dg 命令解读
继上篇如果没有正确配置理解duplicate from active dg 的 run 脚本,就会出现以下错误:
1:路径不存在:
Oracle instance shut down
connected to auxilia...
分类:
其他好文 时间:
2015-01-10 23:43:05
阅读次数:
354
归档模式下测试:一.open状态下物理删除数据文件,关闭情况恢复:SQL>createtablespacetestdatafile‘+DATA/mecbs/datafile/test01.dbf‘size10M;Tablespacecreated.SQL>connscott/scott;Connected.SQL>conn/assysdbaConnected.SQL>createusertestidentifiedbytestde..
分类:
数据库 时间:
2015-01-07 19:01:24
阅读次数:
194
2666. Query on a tree IVProblem code: QTREE4You are given a tree (an acyclic undirected connected graph) with N nodes, and nodes numbered 1,2,3...,N. ...
分类:
其他好文 时间:
2015-01-07 00:31:02
阅读次数:
266
public class ChatHub : Hub { //声明静态变量存储当前在线用户 public static class UserHandler { public static Dictionary Connected...
分类:
其他好文 时间:
2015-01-06 17:10:10
阅读次数:
340
Description ACM has bought a new crane (crane -- je?áb) . The crane consists of n segments of various lengths, connected by flexible joints. The end ....
分类:
其他好文 时间:
2015-01-01 22:26:01
阅读次数:
348
procedure TForm2.Button1Click(Sender: TObject);begin if not FDConnection1.Connected then FDConnection1.Connected := True;// FDQuery1.SQL.Text := ...
分类:
其他好文 时间:
2014-12-31 22:43:07
阅读次数:
393
执行灾难恢复:
[oracle@oracle ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Thu Nov 6 20:23:30 2014
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Da...
分类:
其他好文 时间:
2014-12-28 00:35:00
阅读次数:
194
不完全恢复
set until scn
set until time|timestamp ... 最常用的
set until logseq
不完全恢复示例:
SQL> conn scott/tiger
Connected.
SQL> select to_char(sysdate,'yyyy-mm-dd hh24:mi:ss') from dual;
TO_CHAR(SYS...
分类:
其他好文 时间:
2014-12-27 23:13:09
阅读次数:
351
控制文件恢复:
[oracle@oracle ~]$ sqlplus / as sysdba
SQL*Plus: Release 10.2.0.5.0 - Production on Thu Nov 6 10:35:08 2014
Copyright (c) 1982, 2010, Oracle. All Rights Reserved.
Connected to:
Oracle Da...
分类:
其他好文 时间:
2014-12-27 17:39:42
阅读次数:
359
matlab函数_连通区域1、 matlab函数bwareaopen──删除小面积对象格式:BW2 = bwareaopen(BW,P,conn)作用:删除二值图像BW中面积小于P的对象,默认情况下使用8邻域。算法:(1)Determine the connected components. L =...
分类:
其他好文 时间:
2014-12-26 22:55:31
阅读次数:
175