码迷,mamicode.com
首页 >  
搜索关键字:tablespace    ( 1117个结果
Locally managed (LMT) vs. Dictionary managed (DMT) tablespace
The LMT is implemented by adding the extent management local clause to the tablespace definition syntax. Unlike the older dictionary managed tablespac...
分类:其他好文   时间:2015-10-13 18:40:26    阅读次数:200
Oracle 指数 一个简短的引论
1 索引创建语法:CREATE UNIUQE | BITMAP INDEX . ON . ( | ASC | DESC, | ASC | DESC,...) TABLESPACE STORAGE LOGGING | NOLOGGING COMPUTE STAT...
分类:数据库   时间:2015-10-13 10:22:44    阅读次数:249
oracle--查看表空间大小以及修改表空间大小
一.修改表空间大小 解决以上问题的办法:通过增大表空间即可解决,如下: Sql代码?? 使用dba用户登陆?? ???sqlplus??/?as??sysdba;?? ?? 执行如下命令:?? SQL?>?ALTER?TABLESPACE?SYS...
分类:数据库   时间:2015-10-12 12:54:59    阅读次数:209
ocp-289
QUESTION NO: 289 Flashback Database relies on which technologies to recover to a point in time?A. Flashback Data Archive B. Flashback logs in the flash recovery area C. FlashbUndo tablespace D. RMA...
分类:其他好文   时间:2015-10-11 11:40:16    阅读次数:173
ocp-292
QUESTION NO: 292 When setting up the Flashback Data Archive, which of these key parameters are required? (Choose all that apply.) A. Tablespace name B. Storage quota C. Retention D. Table name E...
分类:其他好文   时间:2015-10-11 11:35:15    阅读次数:188
oracle创建用户
1 --创建临时表空间 2 create temporary tablespace pr_temp 3 tempfile 'F:\app\data\tablespace\pr_temp.dbf' 4 size 50m 5 autoextend on next 50m maxsize 2048m 6....
分类:数据库   时间:2015-10-10 18:31:20    阅读次数:198
ocp-266
QUESTION NO: 266 Which of the following restrictions are not true with respect to tablespace point-in-time recovery? (Choose all that apply.) A. The target database must be in NOARCHIVELOG mode. B...
分类:其他好文   时间:2015-10-10 10:43:58    阅读次数:181
ocp-265
QUESTION NO: 265 When running the tablespace point-in-time command recover tablespace users until time ?10/06/2008:22:42:00‘ auxiliary destination ?c:\oracle\auxiliary‘; you receive the following...
分类:其他好文   时间:2015-10-10 10:42:41    阅读次数:147
ocp-268
QUESTION NO: 268 You‘re performing tablespace point-in-time recovery on a tablespace called USERS. If an object in that tablespace has a foreign key constraint owned by another object in the INDEX_TB...
分类:其他好文   时间:2015-10-10 10:42:02    阅读次数:134
ocp-270
QUESTION NO: 270 What is the end result of the following commands? recover tablespace users until time ?10/06/2008:22:42:00‘ auxiliary destination ?c:\oracle\auxiliary‘; sql ‘alter tablespace...
分类:其他好文   时间:2015-10-10 10:39:58    阅读次数:143
1117条   上一页 1 ... 68 69 70 71 72 ... 112 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!