网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
Which statement will NOT create a tablespace?()
A
CREATE TABLESPACE DATA1 DATAFILE ’+grp1/abc(datafile)’;
B
CREATE TABLESPACE DATA1 DATAFILE ’+grp1’;
C
CREATE TABLESPACE DATA1 DATAFILE ’+data1(tempfile)’;
D
CREATE TABLESPACE DATA1 DATAFILE ’+grp1.256.34359’;
参考答案
参考解析
解析:
暂无解析
更多 “单选题Which statement will NOT create a tablespace?()A CREATE TABLESPACE DATA1 DATAFILE ’+grp1/abc(datafile)’;B CREATE TABLESPACE DATA1 DATAFILE ’+grp1’;C CREATE TABLESPACE DATA1 DATAFILE ’+data1(tempfile)’;D CREATE TABLESPACE DATA1 DATAFILE ’+grp1.256.34359’;” 相关考题
考题
USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to convert all existing data in the USER_DATA tablespace and the new data into the encrypted format.Which methodswould you use to achieve this?()A. Use Data Pump to transfer the existing data to a new encrypted tablespaceB. Use ALTER TABLE MOVE to transfer the existing data to a new encrypted tablespaceC. Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespaceD. Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespaceE. Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted
考题
At database startup, you discover that one of the disks containing an index tablespace has been lost due to a media failure. A backup of the lost index tablespace is not available. You have all the necessary scripts to recreate the indexes. You need to re-create the indexes in a new index tablespace. Which action must you perform before re-creating the indexes?()A、 Start the database in OPEN mode, and create a new index tablespace.B、 Start the database in OPEN mode, and drop the lost index tablespace from the database.C、Start the database in MOUNT mode, create a new index tablespace, and drop the lost index tablespace from the database.D、 Start the database in MOUNT mode, drop the lost index tablespace from the database, open the database, and create a new index tablespace.
考题
You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What does the statement generate?()A、A text copy of the control file.B、A binary copy of the control file.C、A file containing a SQL statement which will re-create the database.D、A file containing a SQL statement which will re-create the control file.
考题
Which statement creates a new user?()A、CREATE USER susan;B、CREATE OR REPLACE USER susan;C、CREATE NEW USER susan DEFAULT;D、CREATE USER susan IDENTIFIED BY blue;E、CREATE NEW USER susanIDENTIFIED by blue;F、CREATE OR REPLACE USER susan IDENTIFIED BY blue;
考题
Consider the following command to create a tablespace in your production database (which is using an Automatic Storage Management [ASM] instance to manage the database files): CREATE TABLESPACE user_tbsp DATAFILE ’+dgroup3(user_temp)/user_files/user_tbsp’ SIZE 200M; What would be the result of this command?()A、It would result in an error because the template cannot be used along with the disk group.B、It would result in an error because the path cannot be specified while creating a tablespace in a disk group.C、It would create a tablespace with a data file that has an alias, and its attributes are set by the user-defined template.D、It would create a tablespace with a data file that does not have an alias, and its attributes are set by the user-defined template.
考题
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
考题
Which statement will NOT create a tablespace?()A、 CREATE TABLESPACE DATA1 DATAFILE ’+grp1/abc(datafile)’;B、 CREATE TABLESPACE DATA1 DATAFILE ’+grp1’;C、 CREATE TABLESPACE DATA1 DATAFILE ’+data1(tempfile)’;D、 CREATE TABLESPACE DATA1 DATAFILE ’+grp1.256.34359’;
考题
You noticed that the index tablespace in your database requires a recovery. However, instead of performing a media recovery, you decided to re-create the indexes in a new tablespace. Which two options would you use to reduce the time it takes to re-create the indexes?()A、 ONLINEB、 REVERSEC、 PARALLELD、 COMPRESSE、 NOLOGGINGF、 COMPUTE STATISTICS
考题
Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are correct?()A、This clause is not valid for a temporary or undo tablespace.B、If the tablespace is in the NOLOGGING mode, no operation on the tablespace will generate redo.C、The tablespace will be in the NOLOGGING mode by default, if not specified while creating a tablespace.D、The tablespacelevel logging attribute can be overridden by logging specifications at the table, index, materialized view, materialized view log, and partition levels.
考题
View this parameter setting in your database: DB_CREATE_FILE_DEST=’D:// /oracle/product/10.2.0/oradata/oracle’ You created a tablespace by using this command: CREATE TABLESPACE USERS; Which two statements are true about the USERS tablespace?()A、The tablespace has two data files.B、An error is reported and tablespace creation fails.C、Data files are created with names generated by the instance.D、The tablespace can be extended without specifying the data file.E、Data files belonging to the USERS tablespace cannot be renamed.
考题
When setting up the Flashback Data Archive, which of these key parameters are required?()A、 Tablespace nameB、 Storage quotaC、 RetentionD、 Table nameE、 Create a default archive
考题
In which of the following scenarios is a tablespace recovery required?()A、 when recovering a lost read-only tablespace from a read-only tablespace backupB、 when recovering a lost read-only tablespace from a read-write tablespace backup when the database is running in ARCHIVELOG modeC、 when recovering a lost read-only tablespace from a read-write tablespace backup when the database is running in NOARCHIVELOG mode and the changes in the online redo log files have been overwrittenD、 when recovering a lost read-only tablespace from a read-only tablespace backup using the backup of the control file, the control file was created using the ALTER DATABASE BACKUP CONTROLFILE TO TRACE statement, and this statement was issued when the tablespace was read-only
考题
单选题While creating a database using Database Configuration Assistant tool, you created a database default temporary tablespace. Which activity would cause the default temporary tablespace of the database to be used?()A
the CREATE TABLE .. commandB
sorting of the SYSTEM tablespace’s dataC
sorting of data required by recursive SQL statementsD
the CREATE TABLE .. ORGANIZATION EXTERNAL .. commandE
sorting of data if the users have not been allocated temporary tablespace explicitlyF
sorting of data if the users have been allocated temporary tablespace explicitly
考题
多选题Which two statements regarding the LOGGING clause of the CREATE TABLESPACE. .. statement are correct?()AThis clause is not valid for a temporary or undo tablespace.BIf the tablespace is in the NOLOGGING mode, no operation on the tablespace will generate redo.CThe tablespace will be in the NOLOGGING mode by default, if not specified while creating a tablespace.DThe tablespacelevel logging attribute can be overridden by logging specifications at the table, index, materialized view, materialized view log, and partition levels.
考题
多选题You noticed that the index tablespace in your database requires a recovery. However, instead of performing a media recovery, you decided to re-create the indexes in a new tablespace. Which two options would you use to reduce the time it takes to re-create the indexes?()AONLINEBREVERSECPARALLELDCOMPRESSENOLOGGINGFCOMPUTE STATISTICS
考题
单选题Consider the following scenario for your database: Which statement is true regarding the backup of the TOOLS tablespace?()A
The RMAN backup fails because the TOOLS tablespace is read-onlyB
The RMAN skips the backup of the tablespace because backup optimization is enabledC
The RMAN makes backup because optimization can be enabled only for backups to diskD
The RMAN makes the backup because no backup of the tablespace exists within the seven day window
考题
单选题Which statement will NOT create a tablespace?()A
CREATE TABLESPACE DATA1 DATAFILE ’+grp1/abc(datafile)’;B
CREATE TABLESPACE DATA1 DATAFILE ’+grp1’;C
CREATE TABLESPACE DATA1 DATAFILE ’+data1(tempfile)’;D
CREATE TABLESPACE DATA1 DATAFILE ’+grp1.256.34359’;
考题
多选题Which two statements regarding the LOGGING clause of the CREATE TABLESPACE... statement are correct?()AThis clause is not valid for a temporary or undo tablespace.BIf the tablespace is in the NOLOGGING mode,no operation on the tablespace will generate redo.CThe tablespace will be in the NOLOGGING mode by default,if not specified while creating a tablespace.DThe tablespace-level logging attribute can be overridden by logging specifications at the table,index, materialized view,materialized view log,and partition levels.
考题
单选题You want to create a temporary table while executing a procedure in a form. Which statement is true?()A
You cannot create a table form within Forms. B
You must use the FORMS_DDL built-in to create the table. C
You must use the DBMS_DYNAMIC_DDL package to create the table. D
You can write the CREATE TABLE statement directly into the trigger.
考题
单选题You issue this statement:ALTER DATABASE BACKUP CONTROLFILE TO TRACE; What does the statement generate?()A
A text copy of the control file.B
A binary copy of the control file.C
A file containing a SQL statement which will re-create the database.D
A file containing a SQL statement which will re-create the control file.
考题
单选题You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE '/u1/data/temp1.dbf' SIZE 10M TABLESPACE GROUP ''; Which statement regarding the above command is correct?()A
It will create the tablespace TEMP1 in group G1.B
It will create the tablespace TEMP1 in group G3.C
It will not add the tablespace TEMP1 to any group.D
It will create the tablespace TEMP1 in the default group.
考题
多选题You lost a data file that belongs to an index tablespace in your database, which operates in ARCHIVELOG mode. Loss of the data file resulted in increased response time on your queries. Which two options would you use to solve this problem? ()ARestore the lost data file from the backup, and then flash back the database.BRestore the data file pertaining to index tablespace, and then recover the tablespace.CRestore all the data files, and then perform an incomplete recovery to get the tablespace back.DRestore all the data files, and then perform an incomplete recovery using the backup control file.EDrop and re-create the index tablespace, and then re-create all of the indexes in that tablespace.
考题
多选题View this parameter setting in your database: DB_CREATE_FILE_DEST=’D:// /oracle/product/10.2.0/oradata/oracle’ You created a tablespace by using this command: CREATE TABLESPACE USERS; Which two statements are true about the USERS tablespace?()AThe tablespace has two data files.BAn error is reported and tablespace creation fails.CData files are created with names generated by the instance.DThe tablespace can be extended without specifying the data file.EData files belonging to the USERS tablespace cannot be renamed.
考题
多选题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?()AOracle Managed Files are used for this instance.BThe USER_DATA tablespace is managed using FET$/UET$ tables.CThe COMPATIBLE initialization parameter must be 9.0.0 or higher.DSpace within segments in the USER_DATA tablespace is managed with freelists.
考题
单选题You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE /u1/data/temp1.dbf SIZE 10M TABLESPACE GROUP ;Which statement regarding the above command is correct?()A
It will create the tablespace TEMP1 in group G1B
It will create the tablespace TEMP1 in group G3 C
It will not add the tablespace TEMP1 to any groupD
It will create the tablespace TEMP1 in the default groupE
It will throw an error with message 'specified group is not availableF
It will create a new group with a system-generated name and add the tablespace TEMP1 to it.
考题
单选题You have three temporary tablespace groups named G1, G2, and G3 in your database. You are creating a new temporary tablespace as follows: CREATE TEMPORARY TABLESPACE TEMP1 TEMPFILE ’/u1/data/temp1.dbf’ SIZE 10M TABLESPACE GROUP ; Which statement regarding the above command is correct?()A
It will create the tablespace TEMP1 in group G1.B
It will create the tablespace TEMP1 in group G3.C
It will not add the tablespace TEMP1 to any group.D
It will create the tablespace TEMP1 in the default group.
考题
多选题USER_DATA is a nonencrypted tablespace that contains a set of tables with data. You want to convert all existing data in the USER_DATA tablespace and the new data into the encrypted format. Which methodswould you use to achieve this?()AUse Data Pump to transfer the existing data to a new encrypted tablespaceBUse ALTER TABLE MOVE to transfer the existing data to a new encrypted tablespaceCUse CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespaceDEnable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespaceEEncrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted
考题
单选题You are attempting to create an Oracle-Managed Files (OMF) tablespace in a production database with the following statement and receive the following error message: CREATE TABLESPACE tbsl; ORA-02199: missing DATAFILE/TEMPFILE clause oerr ora 2199 02199, 00000, “missing DATAFILE/TEMPFILE clause” *Cause: A CREATE TABLESPACE statement has no DATAFILE/TEMPFTLE clause. *Action: specify DATAFILE/TEMPFILE clause. What is the corrective action to create the OMF based tablespace?()A
AB
BC
CD
D
热门标签
最新试卷