码迷,mamicode.com
首页 >  
搜索关键字:lost datafile    ( 1036个结果
hihocoder #1094 : Lost in the City微软苏州校招笔试 12月27日 (建图不大【暴力枚举】 子图的4种形态 1Y )
#1094 : Lost in the City时间限制:10000ms单点时限:1000ms内存限制:256MB描述Little Hi gets lost in the city. He does not know where he is. He does not know which direc...
分类:其他好文   时间:2015-01-30 10:39:24    阅读次数:225
通过valgrind 输出的偏移地址定位源码行号
有时用valgrind定位内存泄露问题时当内存泄露的位置在动态库(so)中时, 输出的调用栈为问号"???"并且没有指明源码的行号.即使尝试了加 -g 的编译参数并且程序退出前不执行dlclose,也无济于事. ==29941== 17 bytes in 1 blocks are definitely lost in loss record 29 of 197 ==29941==    at...
分类:其他好文   时间:2015-01-28 14:43:58    阅读次数:242
ORA-00600 kcratr_nab_less_than_odr
早上发现数据库报如下错误: Successful mount of redo thread 1, with mount id 339694234 Database mounted in Exclusive Mode Lost write protection disabled Completed: ALTER DATABASE MOUNT Mon Jan 26 09:12:01 2015...
分类:其他好文   时间:2015-01-26 10:17:04    阅读次数:190
定位表中的行数据存放于哪一个具体的datafile上
副标题:用一个PL/SQL查出表中的行数据存放在哪个具体的datafile中 经常有遇到做DBA的朋友问,该如何知道自己插入的某一行数据,是存在了数据库中的哪一个数据文件(datafile)上了,回答是肯定可以的。在此,就将该方法写出来供更多的朋友使用。1、正常查询步骤1.1、先查到表上行数据的.....
分类:其他好文   时间:2015-01-26 01:23:32    阅读次数:249
SQL CURSOR
好久没有写SQL CURSOR了,语法的有点生疏了。今天写了个玩玩。呵呵/* Definition: Customer had sales before, but there is no sales in the last six month. e.g: Before or in June has sales From July to Dec – no sales Customer lost i...
分类:数据库   时间:2015-01-22 00:22:23    阅读次数:256
kdbchk: the amount of space used is not equal to block size
一.对数据文件检查注意:应该在关闭数据库模式下进行bbed的操作[oracle@ora10 controlfile]$ dbv file=/u01/app/oracle/oradata/ORCL/datafile/test_01.dbf blocksize=8192DBVERIFY: Releas....
分类:数据库   时间:2015-01-21 16:28:51    阅读次数:424
Building a choropleth map of Italy using mapIT(转)
In the R environment, different packages to draw maps are available. I lost the count by now; surely,spandggmapdeserve consideration. Despite the grea...
分类:Windows程序   时间:2015-01-21 10:12:04    阅读次数:470
lost and found——好心人的礼物
写在最前面——我失恋了,我可不想分手。但是她不喜欢乐了,我又能怎么办呢?我只是个学写代码的屌丝我还是个大学生,我经常丢东西,但是每次都被好心人捡到,我很幸运,可是其他人就没有这么幸运了。趁着我失恋,又没有地方可以倾诉,我还是好好的把这个我想了可久的项目实现了吧。希望我能坚持,在做完后,我一定要谢谢她...
分类:其他好文   时间:2015-01-19 01:30:42    阅读次数:247
定位表中的行数据存放于哪一个具体的datafile上
定位表中的行数据存放于哪一个具体的datafile上...
分类:其他好文   时间:2015-01-17 13:58:05    阅读次数:135
oracle表空间 Oracle10g学习系列(10)
表空间的四种状态:online,offline,readwrite和readyonlySQL>selectfile#,status,enabledfromv$datafile;FILE#STATUSENABLED------------------------------1SYSTEMREADWRITE2ONLINEREADWRITE3ONLINEREADWRITE4ONLINEREADWRITE5ONLINEREADWRITEusers表空间状态改变:SQL&g..
分类:数据库   时间:2015-01-15 13:05:24    阅读次数:161
1036条   上一页 1 ... 85 86 87 88 89 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!