During tablespace cr

题目

During tablespace creation, which filename format is NOT used for creating datafiles associated with a tablespace?()

  • A、 incomplete names
  • B、 incomplete names with templates
  • C、 alias with template names
  • D、 numeric names
参考答案和解析
正确答案:D
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Examine these two statements:Which three are true about the MRKT tablespace?()

A. The MRKT tablespace is created as a small file tablespace, because the file size is less than the minimum required for big file files.

B. The MRKT tablespace may be dropped if it has no contents.

C. Users who were using the old default tablespace will have their default tablespaces changed to the MRKT tablespace.

D. No more data files can be added to the tablespace.

E. The relative file number of the tablespace is not stored in rowids for the table rows that are stored in the MRKT tablespace.


参考答案:B, C, D

第2题:

Which of the following is a valid way of putting a tablespace named DAVE_TBS into hot backup mode?()  

  • A、 alter tablespace DAVE_TBS backup mode
  • B、 alter tablespace DAVE_TBS start backup
  • C、 alter tablespace DAVE_TBS begin backup
  • D、 alter tablespace DAVE_TBS backup begin
  • E、 alter tablespace DAVE_TBS backup

正确答案:C

第3题:

View the Exhibit for some of the parameter settings. You start a session and issue the following command:SQL>CREATE INDEX emp_ename ON emp(ename) TABLESPACE users INVISIBLE;What is the outcome of the above command?()

A. The index is not used by the optimizer but is maintained during DML operations.

B. The index is not used by the optimizer and is not maintained during DML operations.

C. The index is used by the optimizer only if a hint is specified in the query statement and is maintained during DML operations.

D. The index is used by the optimizer only if a hint is specified in the query statement but is not maintained during DML operations.


参考答案:A

第4题:

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 tablespace­level logging attribute can be overridden by logging specifications at the table, index, materialized view, materialized view log, and partition levels.

正确答案:A,D

第5题:

Which of the following statement is incorrect regarding RMAN?()

  • A、It detects corrupt blocks.
  • B、It performs only offline database backups.
  • C、It omits empty blocks during backups.
  • D、It performs tablespace point-in-time recovery (TSPITR).

正确答案:B

第6题:

Which two statements are true regarding undo tablespaces()

  • A、The database can have more than one undo tablespace.
  • B、The UNDO_TABLESPACE parameter is valid in both automatic andmanualundo management.
  • C、Undo segments automatically grow and shrink as needed, acting as circular storage buffer for their assigned transactions.
  • D、An undotablespaceis automatically created if the UNDO_TABLESPACEparameter is not set and the UNDO_MANAGEMENT parameter is set to AUTO during the database instance start up.

正确答案:A,C

第7题:

During regular database operation, which background process will take smaller blocks of free space in a dictionary-managed tablespace and move things around to make bigger pieces of free space?()

  • A、DBW0 
  • B、LGWR 
  • C、ARCH 
  • D、SMON 
  • E、PMON

正确答案:D

第8题:

ENCRYPT_TS is an encrypted tablespace that contains tables with data. Which statement is true regarding the effect of queries and data manipulation language (DML) statements on the encrypted data in the tables?()

A. The data is decrypted during SORT and JOIN operations.

B. The data remains encrypted when it is read into memory.

C. The data remains encrypted when it is stored in the redo logs.

D. The data remains encrypted in the UNDO tablespace provided that the UNDO tablespace was created with the encryption option enabled.


参考答案:C

第9题:

Your database contains a temporary tablespace, index tablespace, undo tablespace, and a read-only tablespace apart from the SYSTEM and SYSAUX tablespaces. If a media failure occurs resulting in the loss of any of these tablespaces, which tablespace is NOT required for the database to start?()

  • A、 undo tablespace
  • B、 index tablespace
  • C、 read-only tablespace
  • D、 temporary tablespace

正确答案:D

第10题:

While setting up the database for your production environment, you want to create a user with following requirements.   1.The objects created by the user must be stored in a tablespace, TBS1, if the  TABLESPACE option is not defined during the object creation.   2.The user should be able to use 10MB of space in the tablespace TBS1.   3.The user must change the password immediately after logging in for the first time.   Which three options of the CREATE USER command would you use to achieve this objective?()

  • A、profile
  • B、account lock
  • C、account unlock
  • D、password expire
  • E、quota 10MB on TBS1
  • F、password never expire
  • G、default tablespace TBS1
  • H、quota unlimited on TBS1
  • I、temporary tablespace TEMP
  • J、temporary tablespace SYSTEM

正确答案:D,E,G

更多相关问题