查看是否为cdbSQL> select name,cdb,open_mode,con_id from v$database;NAME CDB OPEN_MODE ...
分类:
数据库 时间:
2014-08-06 18:43:05
阅读次数:
272
QUESTION1Yourmultitenantcontainer(CDB)containstwopluggabledatabases(PDB),HR_PDBandACCOUNTS_PDB,bothofwhichusetheCDBtablespace.Thetempfileiscalledtemp01.tmp.AuserissuesaqueryonatableononeofthePDBsandreceivesthefollowingerror:ERRORatline1:ORA-01565:errorinide..
分类:
数据库 时间:
2014-08-05 23:13:11
阅读次数:
727
Using the CREATE DATABASE Statement to Create a CDBThis section describes creating a CDB using theCREATEDATABASESQL statement.Note:Oracle strongly rec...
分类:
数据库 时间:
2014-07-31 20:25:27
阅读次数:
507
Below tables contains contant you need to consider while planning for a CDB.ActionConsiderations for a CDBAdditional InformationPlan the tables and in...
分类:
数据库 时间:
2014-07-31 20:06:07
阅读次数:
401
About oracle mulittenant environmentThe multitenant architecture enables an Oracle database to function as a multitenant container database (CDB) that...
分类:
数据库 时间:
2014-07-31 13:07:46
阅读次数:
321
CREATE TRIGGER open_all_pdbs AFTER STARTUP ON DATABASEBEGIN EXECUTE IMMEDIATE 'alter pluggable database all open';END open_all_pdbs;/alter plugg...
分类:
数据库 时间:
2014-07-21 10:01:55
阅读次数:
206
e Where ?
root
pdb
备注
Control files and redo log files
Y
belongs to the CDB and not to a specific container...
分类:
数据库 时间:
2014-06-01 13:06:25
阅读次数:
332
Technorati 标签:
windbg,内核调试WINDOWS调试工具很强大,但是学习使用它们并不容易。特别对于驱动开发者使用的WinDbg和KD这两个内核调试器(CDB和NTSD是用户态调试器)。本教程的目标是给予一个已经有其他调试工具使用经验的开发者足够信息,使其能通过参考WINDOWS调试...
分类:
数据库 时间:
2014-05-07 16:44:04
阅读次数:
570
相关环境信息:开发机Win7 x64、远程机器WinXP、调试器是CDB、Qt版本5.2.1
一、部署远程机器环境
我这里用的是虚拟机(Windows XP),根据你要调试的程序选择安装不同架构的WinDbg,因为安装文件不大,所以我一般都会装上
附上下载地址:
dbg_i386_6.12.2.633:http://download.csdn.net/detail/aqtata/7...
分类:
数据库 时间:
2014-05-03 21:49:21
阅读次数:
745