Ubuntu中不小心把管理员密码忘记了,真叫人头大。现提供一个解决方案:1、重启 Ubuntu 系统,按 Esc 进入GRUB 菜单界面,如下图:2、选择recovery mode. (第二个)按回车键进入.Recover Menu菜单,如下图:注:有很多blog这么写:选择recovery mod...
分类:
其他好文 时间:
2014-07-07 15:19:42
阅读次数:
244
Creating a Physical Standby Database
This case is created, operated and followed the steps from oracle online help documentation.
The configuration of the two sites server:
Primary Database:
[roo...
分类:
数据库 时间:
2014-06-30 19:37:39
阅读次数:
313
题目:Recover Binary Search TreeTwo elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A ...
分类:
其他好文 时间:
2014-06-28 10:26:38
阅读次数:
253
测试环境
SQL> select * from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Product...
分类:
其他好文 时间:
2014-06-25 07:48:19
阅读次数:
273
对dataguard 官方文档里面的这句话不理解,是否能给出一个样例说明:10.2.0.5的版本号Effect of Switchovers, Failovers, and Control File Creation on BackupsAll the archived redo log files...
分类:
其他好文 时间:
2014-06-24 13:50:08
阅读次数:
226
在recover datafile的过程当中如果丢失了需要的归档将使得recover无法进行,使用bbed工具可以跳过丢失的归档进行recover datafile。
实验过程如下:
SYS@ORCL>select * from v$version;
BANNER
---------------------------------------------------------...
分类:
数据库 时间:
2014-06-22 19:14:12
阅读次数:
235
Dataguard 环境:操作系统:Redhat6.4Primary数据库:IP 地址:192.168.1.122数据库SID:ora11gDB_UNIQUE_NAME:ora11g_primaryStandby数据库:IP 地址:192.168.1.123数据库SID:ora11gDB_UNIQU...
分类:
数据库 时间:
2014-06-18 17:42:54
阅读次数:
338
主库参数详解:保持同一个Data Guard中所有的DB_NAME相同DB_NAME=ora11g为一个数据库指定一个唯一的名称,该参数一经指定就不会发生改动除非DBA主动改动DB_UNIQUE_NAME=ora11g_primary 初始化参数LOG_ARCHIVE_CONFIG用于控制发送归档....
分类:
数据库 时间:
2014-06-18 17:41:38
阅读次数:
304
由于每次不正常关闭 MongoDB 的行为
导致今天打开 MongoDB 发现出现如下错误
unclean shutdown detected
解决方案(很详细):
http://docs.mongodb.org/manual/tutorial/recover-data-following-unexpected-shutdown/...
分类:
数据库 时间:
2014-06-18 12:09:18
阅读次数:
283
文章来源:CVPR2014作者:Zhenyao Zhu,Ping Luo,Xiaogang Wang,Xiaoou Tang(香港中文大学果然牛啊,CVPR一刷一大堆)主要内容:提出了利用深度学习(还是CNN)来进行人脸图像重构正面人脸,然后利用重构的正面人脸图像来进行人脸的verification...
分类:
Web程序 时间:
2014-06-17 14:31:01
阅读次数:
330