---以下整理笔记来之 itpub 的各位前辈的语录,这里做了一个汇总,仅供学习。
truncate table后,oracle会回收表和其表中所在的索引到initial 大小,也就是初始分配的segments大小
truncate和drop一样都是ddl语句, 操作立即生效,原数据不放到rollback segment中,不能回滚
truncate table执行很慢可能有以下几个原...
分类:
其他好文 时间:
2014-07-28 16:05:03
阅读次数:
287
protected void Page_Load(object sender, EventArgs e) { string connectionString = @"Data Source=.;Initial Catalog=Pubs;Integr...
分类:
其他好文 时间:
2014-07-28 02:55:09
阅读次数:
249
创建表的原则; 将不同的表放在不用的表空间中 使用本地管理的表空间避免系统表空间碎片 在表中使用若干标准extent尺寸以减少表空间的碎片创建本地管理的表空间上的表时可以在后面添加 tablespace tablespace_name子句。在数据字典管理的表空间上创建表时可以同时制定存储参数。...
分类:
其他好文 时间:
2014-07-27 23:18:29
阅读次数:
210
1、asp.net + mssql using System.Data.SqlClient; string sqlstr=@"Data Source=20131231-0936\SQLEXPRESS;Initial Catalog=czcjc;Integrated Security=True"; ....
分类:
数据库 时间:
2014-07-26 01:23:07
阅读次数:
468
Oracle GoldenGate从oracle db 到非oracle db的初始化数据同步的方法...
分类:
数据库 时间:
2014-07-23 13:30:16
阅读次数:
417
Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;或者Server=myServerAddress;Database=myDataBase;User Id=myU...
分类:
数据库 时间:
2014-07-22 00:17:33
阅读次数:
219
what's xxxk-means clustering tends to find clusters of comparable spatial extent, while the expectation-maximization mechanism allows clusters to have...
分类:
其他好文 时间:
2014-07-20 09:17:04
阅读次数:
227
这题思路:一开始有n盏灯,且全部为关闭状态,都记为 0 就是 The initial condition : 0 0 0 0 0 …然后之后进行i操作就是对这些灯以是否能被i整除,进行改变状态,如将 0 改为 1 或 将 1 改为 0正如提醒里的After the first operation :...
分类:
其他好文 时间:
2014-07-19 21:00:51
阅读次数:
198
Description
Black Box
Our Black Box represents a primitive database. It can save an integer array and has a special
i variable. At the initial moment Black Box is empty and...
分类:
其他好文 时间:
2014-07-19 12:06:45
阅读次数:
199
查询某session上持有的锁资源USE AdventureWorksGOSELECT DB_NAME(resource_database_id) AS [DataBase],resource_type --DATABASE、FILE、OBJECT、PAGE、KEY、EXTENT、RID、APPLI...
分类:
其他好文 时间:
2014-07-17 13:39:24
阅读次数:
273