码迷,mamicode.com
首页 >  
搜索关键字:recover datafile    ( 1309个结果
Ubuntu重置root 密码
开机的时候按Esc调出GRUB菜单。进入高级模式。   选中恢复模式(recover mode)后按‘e’键。   把ro recovery nomodeset 改成rw single init=/bin/bash      然后按ctrl+x 进入单用户模式。 然后重置root密码,命令为 passwd root。 重启,就ok啦。...
分类:其他好文   时间:2014-08-23 14:02:20    阅读次数:261
openstack Mysql 1040, 'Too many connections' 问题
[root@athController~]#novalistERROR:Anunexpectederrorpreventedtheserverfromfulfillingyourrequest.(OperationalError)(1040,‘Toomanyconnections‘)NoneNone(HTTP500)解决办法:key_buffer=64Mmax_allowed_packet=16Mthread_stack=192Kthread_cache_size=8myisam-recover=B..
分类:数据库   时间:2014-08-20 10:35:46    阅读次数:437
SQL创建Oracle表空间、用户以及给用户赋权的方法
//创建表空间 Create tablespace examination//创建表空间examination datafile ‘c:\Oracle\zhangwei\examination.dbf‘//与表空间关联的文件存放位置(要预先手动建好文件夹) size 100m//文件初始大小,千万不要...
分类:数据库   时间:2014-08-19 01:04:13    阅读次数:302
Recover Binary Search Tree
Two elements of a binary search tree (BST) are swapped by mistake.Recover the tree without changing its structure.Note:A solution using O(n) space is ...
分类:其他好文   时间:2014-08-17 21:08:02    阅读次数:339
ORA-19573: cannot obtain exclusive enqueue for datafile 1
还原Oracle数据库时出现ORA-19870和ORA-19573错误,如:RMAN> restore database;Starting restore at 11-DEC-12 using channel ORA_DISK_1channel ORA_DISK_1: starting datafi...
分类:其他好文   时间:2014-08-17 19:51:02    阅读次数:342
leetcode 之 Recover Binary Search Tree
Recover Binary Search Tree Two elements of a binary search tree (BST) are swapped by mistake. Recover the tree without changing its structure. Note: A solution using O(n) space is pretty s...
分类:其他好文   时间:2014-08-15 19:39:39    阅读次数:222
OGG-01028 Incompatible Record解决办法
How to recover from an OGG-01028 Incompatible Record if the trail is not corrupt (Doc ID 1507462.1)Oracle GoldenGate - Version 9.5_EA and laterInforma...
分类:其他好文   时间:2014-08-14 20:28:19    阅读次数:538
Goldengate:ERROR 180 encountered commit SCN that is not greater than the highest SCN already processed
How to recover from Extract ERROR 180 encountered commit SCN that is not greater than the highest SCN already processedThis is the summary of Metalink...
分类:其他好文   时间:2014-08-14 20:24:19    阅读次数:335
2.oracle 12c 创建-访问-关闭-删除PDB
1.创建PDBSQL> select name from v$datafile;NAME--------------------------------------------------------------------------------/u01/app/oracle/oradata/or...
分类:数据库   时间:2014-08-13 01:02:54    阅读次数:371
CyanogenMod刷机以及Google Play应用商店安装方法介绍
http://blog.csdn.net/zcynical/article/details/19241595写在前面:本文介绍的方法除第一步外,适用于所有CM系统支持的设备,第一步由于用到了PC上的Odin3软件刷入Recovery,因此只适用于三星设备,其他品牌的机器需要另找方法刷入Recover...
分类:其他好文   时间:2014-08-11 02:43:31    阅读次数:445
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!