码迷,mamicode.com
首页 >  
搜索关键字:lost datafile    ( 1036个结果
HDU-2128-Tempter of the Bone II(BFS)
Problem Description The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze was changed and the way he came in was lost.He realized that the bo...
分类:其他好文   时间:2014-08-02 23:31:54    阅读次数:274
七夕特供,女生最爱听的五句情话
Gentlemen, how many times you’ve found yourself with the right girl, wrapped in one another’s arms to create the right moment but have been lost for w...
分类:其他好文   时间:2014-08-01 18:31:52    阅读次数:248
Oracle菜鸟之如何创建和删除表空间
1、创建临时表空间 创建表空间时,dbf文件一般存放在datafile文件的存放目录下(一般是在实例名命名的文件夹下面) 可以通过 select * from v$datafile;查看所有数据文件的存放位置 create temporary tablespace 表空间名 tempfile '/data/oradata/CHUANSHU/datafile/tmp_文件名.dbf' siz...
分类:数据库   时间:2014-08-01 13:37:41    阅读次数:272
oracle 表空间tablespace_name 文件满了,扩充方法
当然:还是建议在简历表空间时就让其自动扩充的,代码如下:(注意倒数三行) create?tablespace?prmms_log?? logging??? datafile?‘C:\app\Administrator\product\11.2.0\dbhome_1\database\prmms_log....
分类:数据库   时间:2014-07-31 21:25:08    阅读次数:296
[转]Avoiding GDB Signal Noise.
原文:http://peeterjoot.wordpress.com/2010/07/07/avoiding-gdb-signal-noise/A quick note for future reference (recorded elsewhere and subsequently lost).S...
分类:数据库   时间:2014-07-31 02:44:25    阅读次数:303
poj 2182 Lost Cows(线段树经典题)
题目链接:http://poj.org/problem?id=2182 Lost Cows Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 9152   Accepted: 5879 Description N (2 <= N <=...
分类:其他好文   时间:2014-07-30 14:52:24    阅读次数:249
【翻译自mos文章】在unix/linux中使用文件描述符(File Descriptors)来找回被删掉的文件(数据文件or redo log)
在unix/linux中使用文件描述符(File Descriptors)来找回被删掉的文件(数据文件or redo log)...
分类:系统相关   时间:2014-07-28 16:27:23    阅读次数:259
linux基本命令操作(二)
·du命令使用:[root@localhostboot]#du//后没有选项和参数,默认评估当前目录下的所有目录的大小,当然也包括当前目录的大小//237./grub12./lost+found6555.[root@localhostboot]#lsconfig-2.6.18-348.el5initrd-2.6.18-348.el5.imgSystem.map-2.6.18-348.el5file1.txt]lost+f..
分类:系统相关   时间:2014-07-28 00:38:31    阅读次数:420
RHEL7 recover/reset root password
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6 single-user mode...
分类:其他好文   时间:2014-07-26 02:49:36    阅读次数:276
graph driver-device mapper-04libdevmapper基本操作
// 创建thin pool // 调用路径:NewDeviceSet->initDevmapper->createPool 1.1 func createPool(poolName string, dataFile, metadataFile *os.File, poolBlockSize uint32) error { //通过task封装与libdevmapper的交互 task, er...
分类:移动开发   时间:2014-07-26 02:45:06    阅读次数:297
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!