码迷,mamicode.com
首页 >  
搜索关键字:database is locked    ( 14666个结果
SQL Server2005常用概念(created by one friend)
数据库(database):为特定目的或操作而组织和表示的信息、表和其他对象的集合。数据库管理系统(database management system):是一种操纵和管理数据库的大型软件,用于建立、使用和维护数据库数据库系统(database systems):是由数据库及其管理软件组成的系统数据...
分类:数据库   时间:2014-06-12 18:42:51    阅读次数:416
SQL Server2005基础知识(created by one friend)
1 -- 创建表book的Transact-SQL语句: 2 create database test01 3 create table test01.dbo.book( 4 book_id nchar(6) not null, 5 book_name nchar(30) null, ...
分类:数据库   时间:2014-06-12 18:13:07    阅读次数:640
安装qc 出现error An error occurred while attempting to connect to the database.
When trying to install mercury quality center starter edition 9.0 on Windows XP media center, I am getting the following error Wrong attributes "An er...
分类:数据库   时间:2014-06-12 18:07:45    阅读次数:344
[转]Oracle 11g Direct NFS
Direct NFS ClientNAS storage devices use the Network File System (NFS) to access data. In Oracle Database 10g, NAS devices were accessed using operati...
分类:数据库   时间:2014-06-12 14:47:29    阅读次数:421
经典sql
一、基础1、说明:创建数据库CREATEDATABASEdatabase-name2、说明:***数据库dropdatabasedbname3、说明:备份sqlserver---创建备份数据的deviceUSEmasterEXECsp_addumpdevice‘disk‘,‘testBack‘,‘c:\mssql7backup\MyNwind_1.dat‘---开始备份BACKUPDATABASEpubsTOtestBack4、说..
分类:数据库   时间:2014-06-10 23:34:53    阅读次数:367
How to delete Exchange 2010 Mailbox database the specified time
分类:数据库   时间:2014-06-10 23:28:31    阅读次数:230
ORA-28000: the account is locked 解决
第一步:使用PL/SQL,登录名system,数据库名称不变,选择类型的时候把Normal修改为Sysdba.登录成功...第二步:执行下面的语句....DECLarestrVARCHAR2(1000);BEGINFORc1in(SELECTusernameFROMdba_users/*+filter*/)LOOPstr:=‘alteruser‘||c1.username||‘accountunlock‘;EXECUTEIMMED..
分类:其他好文   时间:2014-06-10 23:27:14    阅读次数:305
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!