临时表空间的临时文件损害,解决办法就是,增加一个新的临时文件,把老的给删除了就行。ocp 053699. Your database is using a default temporary tablespace that contains the temp01.tmp temporary file...
分类:
其他好文 时间:
2014-06-28 23:09:18
阅读次数:
352
#!/bin/bash###################################################### export the whole database use exp utility. ##################################...
分类:
其他好文 时间:
2014-06-28 19:58:18
阅读次数:
215
Enable-Migrations启用Migration数据迁移Add-Migration migrationname添加一个migrationUpdate-Database –TargetMigration:migrationname 回滚到指定数据库Update-Database –Verbos...
分类:
其他好文 时间:
2014-06-21 11:29:54
阅读次数:
214
1.指定链接字符串编码: $mysql_server_name="localhost"; //数据库服务器名称 $mysql_username="root"; // 连接数据库用户名 $mysql_password="123456"; // 连接数据库密码 $mysql_database="Z...
分类:
Web程序 时间:
2014-06-21 07:22:22
阅读次数:
179
转自:http://soft.chinabyte.com/database/255/12258255.shtmlSQL Server与Oracle的区别2012-02-10 00:00 中国IT实验室 佚名 关键字:Oracle 随着信息技术的飞速发展,数据处理不仅在数量上要求越来越大,而且在质量....
分类:
数据库 时间:
2014-06-21 07:21:00
阅读次数:
278
EF中使用SQL语句或存储过程1、无参数查询varmodel= db.Database.SqlQuery("select* from UserInfoes ").ToList();2、有参查询var model= db.Database.SqlQuery("select* from UserInfo...
分类:
数据库 时间:
2014-06-20 22:08:34
阅读次数:
408
WSS logging database grows very fast and it cause the storage problem most of the time in sharepoint server 2010.To reduce the size of the logging dat...
分类:
数据库 时间:
2014-06-20 22:04:05
阅读次数:
333
解决方式:The advices for crystal report database connection settings:1, Using ApplyLogOnInfo method instead of SetDatabaseLogon method. The code example a...
分类:
其他好文 时间:
2014-06-20 20:41:49
阅读次数:
239
208 Introducing CloudKit
231 Advanced CloudKit
CloudKit的对象粗略分为三个层次:Contriner、Database(分Public和Private)、Record
操作包括存储、获取或修改Record
可以注册关注Record的变化来获得Notification
绝大多数的操作是异步的
存储Record时需要注...
分类:
其他好文 时间:
2014-06-18 07:35:46
阅读次数:
228
class pdo_database{
function __construct($type_database,$host_name,$dbname,$user_role,$pass_role,$sql){
$dbms=$type_database;
//数据库类型 Oracle 用ODI,对于开发者来说,使用不同的数据库,只要改这个,不用记住那么多的函数了
$host=$h...
分类:
数据库 时间:
2014-06-18 00:58:20
阅读次数:
279