数据库技术
aterialized views are disk based and update periodically base upon the query definition.Views are virtual only and run the query definition each time ...
分类:数据库技术 时间:2014-03-01 20:51:45 收藏:0 阅读:777
table 1:+----+---------+| id | content |+----+---------+| 1 | num1 || 2 | num2 || 3 | num3 || 4 | num4 || 5 | num5 |+----+---------+table 2:+---------...
分类:数据库技术 时间:2014-03-01 20:48:37 收藏:0 阅读:622
Question: I added an index hint in my query, but the hint is being ignored. What is the correct syntax for an index hint and how do I force the index ...
分类:数据库技术 时间:2014-03-01 20:45:37 收藏:0 阅读:736
http://www.codeproject.com/Articles/33052/Visual-Representation-of-SQL-Joins
分类:数据库技术 时间:2014-03-01 20:42:34 收藏:0 阅读:648
Question:I have a SQL with multiple columns in my where clause. I know that Oracle can only choose one index, and I know about multi-column composite ...
分类:数据库技术 时间:2014-03-01 20:33:20 收藏:0 阅读:893
pdb是调试程序必不可少的东西,它保存着一个exe或dll的调试信息,对pdb进行源码索引可以快速找到软件对应该版本的代码,本文以subversion版本控制服务器进行介绍一、需要安装的软件windbg,在ddk安装包中可找到TortoiseSVN,安装时要选上命令行工具ActivePerl 三个工...
分类:数据库技术 时间:2014-03-01 20:22:36 收藏:0 阅读:1268
1、创建目录对象因为使用expdp命令需要使用到目录对象(directory),所以首先需要创建目录对象,并赋予某个用户对目录对象的操作权限.dbserver-> sqlplus / as sysdbaSQL*Plus: Release 11.2.0.3.0 Production on Sat Ma...
分类:数据库技术 时间:2014-03-01 19:45:38 收藏:0 阅读:718
官网上说明使用NDBAPI开发的效率是用SQL命令的三倍左右。抽空写了一些关于使用NDBCAPI开发的简单指导,此文档可以帮助你进行开发入门了解。具体的文档内容请见附件。希望大家看后,能有所收获。
分类:数据库技术 时间:2014-03-01 16:53:31 收藏:0 阅读:562
简单记录下:1.使用excutedbms_file_transfer.copyfile()2.rman的backupbackupsetxto‘’;3.oracle安装xdb有个ftp功能$ORACLE_HOME/rdbms/admin/catxdbdbca.sql77778888没测试过1和2结果都一样,md5值都一样的
分类:数据库技术 时间:2014-03-01 16:22:53 收藏:0 阅读:475
级联更新第1种情况:updatet1,t2sett1.x=t2.x,t1.y=t2.ywheret1.id=t2.id级联更新第2种情况:updatet1,(select*fromt2)ast2sett1.x=t2.x,t1.y=t2.ywheret1.id=t2.id级联更新第3种情况:update(selectcfromt1groupbyc)astemp,t2,t1sett1.x=t2.x,t1.y=t2.ywheret1.id=t2.idandtem..
分类:数据库技术 时间:2014-03-01 18:01:19 收藏:0 阅读:597
121683216842168521955
上一页219544下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!