单选题You are designing the physical database layout on your host machine. What is the relationship between tablespaces and datafiles in the Oracle database?()A One tablespace has only one datafileB Many tablespaces can share one datafileC One tablespace can

题目
单选题
You are designing the physical database layout on your host machine. What is the relationship between tablespaces and datafiles in the Oracle database?()
A

One tablespace has only one datafile

B

Many tablespaces can share one datafile

C

One tablespace can have many datafiles

D

One datafile can contain many tablespaces

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Which two statements about bigfile tablespaces are true? ()

  • A、The bigfile tablespace have only one data file.
  • B、The segment space management is automatic.
  • C、The extent management is dictionary managed.
  • D、The database can have only one bigfile tablespace.
  • E、The bigfile tablespace can be converted to a smallfile tablespace.

正确答案:A,B

第2题:

Which statements are true about logical structures of the Oracle database()

  • A、Each segment contains one or more extents.
  • B、Multiple tablespaces can share a single data file
  • C、A data block is the smallest unit of input/output (I/O) in data files.
  • D、It is possible to have tablespaces of different block sizes in a database.
  • E、Each data block in the database always corresponds to one operating system block

正确答案:A,C,D

第3题:

Your Oracle Database 10g is online when you execute the following statement:        SQL>ALTER TABLESPACE MY_TABLESPACE FLASHBACK OFF;   What is the result of executing this statement if the Flashback Database feature is already enabled in the database?()

  • A、 The database does not record flashback logs for MY_TABLESPACE
  • B、 The tables residing in MY_TABLESPACE are not protected by the Recycle Bin.
  • C、 All the tablespaces except MY_TABLESPACE can be recovered using Flashback Database feature.
  • D、 None of the flashback technologies, such as Flashback Table, Flashback Transaction Query and Flashback Version Query can be used to recover individual rows within the objects from MY_TABLESPACE

正确答案:A

第4题:

You lost the index tablespace in your database. You are not able to use tablespace point-in-time recovery on the index tablespace. What could be the reason for this?()

  • A、 The index tablespace contains bitmap indexes.
  • B、 The index tablespace contains more than one data file.
  • C、 The index tablespace supports only complete recovery.
  • D、 The index tablespace is not a dictionary-managed tablespace.
  • E、 There is a dependency relationship between a table and its indexes.

正确答案:E

第5题:

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

第6题:

You issued the following command on the temporary tablespace LMTEMP in your database:   SQL>ALTER TABLESPACE lmtemp SHRINK SPACE KEEP 20M;   Which requirement must be fulfilled for this command to succeed?()  

  • A、 The tablespace must be locally managed.
  • B、 The tablespace must have only one temp file.
  • C、 The tablespace must be made nondefault and offline.
  • D、 The tablespace can remain as the default but must have no active sort operations.

正确答案:A

第7题:

One of the tablespaces is read/x7fonly in your database. The loss of all control files forced you to re/x7fcreate the control file.  Which operation do you need to perform after re/x7fcreating the control file and opening the database?()

  • A、drop and re­create the read­only tablespaces
  • B、rename the read­only data files to their correct file names
  • C、change the tablespace status from read/write to read­only
  • D、re­create the read­only tablespace because it is automatically removed

正确答案:B

第8题:

The DB_BLOCK_CHECKING initialization parameter is set to FALSE. What level of block checking would be performed?()

  • A、 The Oracle database will not perform block checking for any of the data blocks.
  • B、 The Oracle database will perform block checking for the default permanent tablespace only. 
  • C、 The Oracle database will perform block checking for the data blocks in all user tablespaces.
  • D、 The Oracle database will perform block checking for the data blocks in the SYSTEM tablespace only.
  • E、 The Oracle database will perform block checking for the data blocks in the SYSTEM and SYSAUX tablespaces.

正确答案:D

第9题:

You lost the index tablespace in your database. You are not able to use tablespace point/x7fin/x7ftime recovery on the index tablespace. What could be the reason for this?()

  • A、The index tablespace contains bitmap indexes.
  • B、The index tablespace contains more than one data file.
  • C、The index tablespace supports only complete recovery.
  • D、The index tablespace is not a dictionary­managed tablespace.
  • E、There is a dependency relationship between a table and its indexes.

正确答案:E

第10题:

There is a problem with one of the disks used for your database and your system administrator informs you that the disk needs to be replaced. The replacement disk will not be available until tomorrow.  There was only one data file on this disk; it belongs to the USERS tablespace in your PROD database. Your PROD database runs in ARCHIVELOG mode and nightly online backups are taken. The users need to be able to access the data in the USERS tablespace before the replacement disk arrives. You have already taken the USERS tablespace offline and have restored the data file from last night’s backup to a new disk. Which additional steps are required in order to make the USERS tablespace available?()

  • A、Only bring the tablespace back online.
  • B、Only recover the tablespace and then bring the tablespace back online.
  • C、Shut down the database, recover the data file and then start up the database.
  • D、Issue the ALTER DATABASE RENAME FILE command, recover the tablespace, and then bring the tablespace online.
  • E、Recover the tablespace, issue the ALTER DATABASE RENAME FILE command, and then bring the tablespace online.

正确答案:D

更多相关问题