1 HRESULT hr; 2 DBID TableName; // name of table for new constraint 3 DBID ColumnList[1]; // name of column for new constraint 4 DBID ConstraintName;
分类:
数据库 时间:
2016-03-06 09:55:41
阅读次数:
205
DECLARE @d VARCHAR(8000) SET @d = ' ' SELECT @d = @d + ' kill ' + CAST(spid AS VARCHAR) + CHAR(13)FROM MASTER.sys.sysprocessesWHERE dbid = DB_ID('ATMS
分类:
数据库 时间:
2016-02-26 12:20:27
阅读次数:
201
用管理员账户sa登陆,然后在master下新建查询: 在查询窗体输入: declare @i int declare cur cursor for select spid from sysprocesses where db_name(dbid)= '要断开连接的数据库名称' open cur fe
分类:
数据库 时间:
2016-02-24 20:55:57
阅读次数:
156
By Daniel Du In View and Data client side API, The assets in the Autodesk Viewer have an object tree, a tree structure that represents the model hiera...
分类:
数据库 时间:
2016-01-22 00:03:15
阅读次数:
377
使用DBCC Page命令查看Page的context,Page Header各个字段的含义dbcc traceon(3604)dbcc page(DBID,TableID,IndexID,PartitionNumber)Page Header ExamplePAGE HEADER:Page @0x...
分类:
其他好文 时间:
2016-01-16 16:20:45
阅读次数:
349
今天重新做了一次rmanduplicate操作[oracle@ora02~]$rmantarget/auxiliarysys/oracle@PRODRecoveryManager:Release11.2.0.4.0-ProductiononMonJan1115:32:102016Copyright(c)1982,2011,Oracleand/oritsaffiliates.Allrightsreserved.connectedtotargetdatabase:ORCL(DBID=14277..
分类:
其他好文 时间:
2016-01-11 18:32:15
阅读次数:
7956
SELECT[Spid]=session_Id,ecid,[Database]=DB_NAME(sp.dbid),[User]=nt_username,[Status]=er.status,[Wait]=wait_type,[IndividualQuery]=SUBSTRING(qt.text,er.statement_start_offset/2,(CASEWHENer.statement_end_offset=-1THENLEN(CONVERT(NVARCHAR(MAX),qt.text))*2ELSEe..
分类:
数据库 时间:
2015-12-30 00:34:30
阅读次数:
168
1.启动CDB和PDB数据库SQL>selectcon_id,dbid,name,open_modefromv$pdbs;CON_ID DBIDNAME OPEN_MODE------------------------------------------------------------ 21226396669PDB$SEED READONLY 3411454583DB12CCD MOUNTEDSQL>alterpluggabledatabaseallopen;Plug..
分类:
数据库 时间:
2015-12-04 11:01:19
阅读次数:
890
1.查看当前的AWR保存策略、设置:快照间隔、保存时间。 SQL> col SNAP_INTERVAL format a20 SQL> col RETENTION format a20 SQL> select * from dba_hist_wr_control; DBID SNAP_INTERVA...
分类:
其他好文 时间:
2015-11-16 20:58:04
阅读次数:
197
connetct to CDB as a common user and verify that pdb_test is closedSQL> select con_id,dbid,name,open_mode from v$pdbs; CON_ID DBID NAME ...
分类:
数据库 时间:
2015-10-31 15:40:56
阅读次数:
354