网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
在CREATE TABLESPACE语句中使用()关键字可以创建临时表空间。
A
TEM
B
BIGFILE
C
TEMPORARY
D
EXTENT MANAGEMENT LOCAL
参考答案
参考解析
解析:
暂无解析
更多 “单选题在CREATE TABLESPACE语句中使用()关键字可以创建临时表空间。A TEMB BIGFILEC TEMPORARYD EXTENT MANAGEMENT LOCAL” 相关考题
考题
执行create database语句的时候,如果不指定undo tablespace,那么会出现什么情况?()
A. 命令执行失败,因为undo是必须的表空间B. 命令执行成功,会创建一个默认的undo表空间C. 命令执行成功,创建数据库后必须创建一个undo表空间D. 命令执行成功,创建数据库后可能需要创建一个undo表空间
考题
以下创建表空间的语句会在执行哪一行时失败? 1 CREATE BIGFILE TABLESPACE users 2 DATAFILE '/u01/oracle/data/users.dbf' SIZE 50M 3 EXTENT MANAGEMENT LOCAL 4 FREELISTS 5 5 NOLOGGING()
A. 1B. 2C. 3D. 4E. 5F. 所有语句都会执行成功
考题
以下创建表空间的语句会在执行哪一行时失败? 1 CREATE BIGFILE TABLESPACE users 2 DATAFILE '/u01/oracle/data/users.dbf' SIZE 50M 3 EXTENT MANAGEMENT DICTIONARY 4 FREELISTS 5 5 NOLOGGING()
A. 1B. 2C. 3D. 4E. 5F. 所有语句都会执行成功
考题
在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。CREATE USER TOM IDENTIFIED BY TOMSYS
A.该用户的口令为TOMSYSB.TOM默认为表空间为SYSTEMC.TOM的临时表空间为TEMPD.使ORANTUPDATE命令可以修改TOM的口令
考题
下面有关undo表空间的描述中哪两项是正确的?()
A.undo表空间按照需要自动扩展和收缩,对于给定的事物可以循环利用B.数据库可以有多个undo表空间C.如果UNDO_TABLESPACE没有设置,且UNDO_MANAGEMENT设置为AUTO,则启动数据库的时自动创建udno表空间D.UNDO_TABLESPACE参数可以设置为手动和自动管理方式
考题
下面有关undo表空间的描述中哪两项是正确的?()A、undo表空间按照需要自动扩展和收缩,对于给定的事物可以循环利用B、数据库可以有多个undo表空间C、如果UNDO_TABLESPACE没有设置,且UNDO_MANAGEMENT设置为AUTO,则启动数据库的时自动创建udno表空间D、UNDO_TABLESPACE参数可以设置为手动和自动管理方式
考题
在oracle数据库中,下面有关undo表空间的描述中那两项是正确的?()A、如果UNDO_TABLESPACE没有设置,且UNDO_MANAGEMENT设置为AUTO,则启动数据库的时自动创建udno表空间B、undo表空间按照需要自动扩展和收缩,对于给定的事物可以循环利用C、数据库可以有多个undo表空间D、UNDO_TABLESPACE参数可以设置为手动和自动管理方式
考题
You are creating a locally managed tablespace to meet the following requirements: All the extents should be of the same size. The data should be spread across two data files. A bitmap should be used to record the free space within the allocated extents. Which three options would you choose?()A、set PCTFREE and PCTUSED to 50B、specify extent allocation as UniformC、specify extent allocation as AutomaticD、create the tablespace as bigfile tablespaceE、create the tablespace as smallfile tablespaceF、set segment space management to AutomaticG、use the RESIZE clause while creating the tablespace
考题
在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。 CREATE USER TOM IDENTIFIED BY TOMSYSA、该用户的口令为TOMSYSB、TOM默认为表空间为SYSTEMC、TOM的临时表空间为TEMPD、使ORANTUPDATE命令可以修改TOM的口令
考题
Examine the statement: SQL CREATE TABLESPACE user_data 2 EXTENT MANAGEMENT LOCAL 3 SEGMENT SPACE MANAGEMENT AUTO; Which twp assumptions must be true for this statement to execute successfully?()A、Oracle Managed Files are used for this instance.B、The USER_DATA tablespace is managed using FET$/UET$ tables.C、The COMPATIBLE initialization parameter must be 9.0.0 or higher.D、Space within segments in the USER_DATA tablespace is managed with freelists.
考题
You specified extent management as local for a tablespace. How will it affect space management in the tablespace?()A、All the extents will be of the same size.B、Bitmap will be used to record free and allocated extents.C、Free extents will be managed by the data dictionary tables.D、The tablespace will be system managed and the users cannot specify the extent size.
考题
在Oracle中创建用户时,若未提及DEFAULT TABLESPACE关键字,则Oracle就将()表空间分配给用户作为默认表空间。A、USERB、SYSTEMC、SYSD、DEFAULT
考题
单选题You specified extent management as local for a tablespace. How will it affect space management in the tablespace?()A
All the extents will be of the same size.B
Bitmap will be used to record free and allocated extents.C
Free extents will be managed by the data dictionary tables.D
The tablespace will be system managed and the users cannot specify the extent size.
考题
多选题在oracle数据库中,下面有关undo表空间的描述中那两项是正确的?()A如果UNDO_TABLESPACE没有设置,且UNDO_MANAGEMENT设置为AUTO,则启动数据库的时自动创建udno表空间Bundo表空间按照需要自动扩展和收缩,对于给定的事物可以循环利用C数据库可以有多个undo表空间DUNDO_TABLESPACE参数可以设置为手动和自动管理方式
考题
单选题在Oracle中,使用了如下的语句创建用户TOM,则对于该用户而言,以下说法错误的是()。 CREATE USER TOM IDENTIFIED BY TOMSYSA
该用户的口令为TOMSYSB
TOM默认为表空间为SYSTEMC
TOM的临时表空间为TEMPD
使ORANTUPDATE命令可以修改TOM的口令
考题
单选题在Oracle中创建用户时,若未提及DEFAULT TABLESPACE关键字,则Oracle就将()表空间分配给用户作为默认表空间。A
USERB
SYSTEMC
SYSD
DEFAULT
热门标签
最新试卷