码迷,mamicode.com
首页 >  
搜索关键字:database is locked    ( 14666个结果
临时表空间临时文件损坏的处理方法
临时表空间的临时文件损害,解决办法就是,增加一个新的临时文件,把老的给删除了就行。ocp 053699. Your database is using a default temporary tablespace that contains the temp01.tmp temporary file...
分类:其他好文   时间:2014-06-28 23:09:18    阅读次数:352
backup script
#!/bin/bash###################################################### export the whole database use exp utility. ##################################...
分类:其他好文   时间:2014-06-28 19:58:18    阅读次数:215
ef的常用命令
Enable-Migrations启用Migration数据迁移Add-Migration migrationname添加一个migrationUpdate-Database –TargetMigration:migrationname 回滚到指定数据库Update-Database –Verbos...
分类:其他好文   时间:2014-06-21 11:29:54    阅读次数:214
解决PHP中文乱码问题
1.指定链接字符串编码: $mysql_server_name="localhost"; //数据库服务器名称 $mysql_username="root"; // 连接数据库用户名 $mysql_password="123456"; // 连接数据库密码 $mysql_database="Z...
分类:Web程序   时间:2014-06-21 07:22:22    阅读次数:179
【转】SQL Server与Oracle的区别
转自: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语句或存储过程
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
How to reduce the size of logging database OR How to purge the old data from Logging Database
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
Crystal Report 遇到需要登录的问题
解决方式: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
oracle中记录被另一个用户锁住的原因与解决办法
oracle数据中删除数据时提示“记录被另一个用户锁住” 解决方法:1、查看数据库锁,诊断锁的来源及类型:select object_id,session_id,locked_mode from v$locked_object;或者用以下命令: select b.owner,b.object_nam...
分类:数据库   时间:2014-06-20 18:57:35    阅读次数:199
Bulk Insert命令具体
Bulk Insert命令具体 BULK INSERT以用户指定的格式复制一个数据文件至数据库表或视图中。 语法:Sql代码 BULKINSERT[['database_name'.]['owner'].]{'table_name'FROM'data_file'} WITH( [BATCHSIZE[...
分类:其他好文   时间:2014-06-20 18:50:45    阅读次数:265
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!