You execute the following command to change the status of th

题目
多选题
You execute the following command to change the status of the SALES tablespace:SQL> ALTER TABLESPACE sales OFFLINE; Which statements describe the effect of the command()
A

The tablespace would require recovery to go back online.

B

A checkpoint is taken on all data files that are associated with the SALES tablespace.

C

The sessions that subsequently try to access the objects in the SALES tablespace receive an error

D

The new status of the SALES tablespace is recorded in the control file when the database instance isclosed

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

第1题:

You are working in an online transaction processing (OLTP) environment. You used the FLASHBACK TABLE command to flash back the CUSTOMERS table. Before executing the FLASHBACK TABLE command, the System Change Number (SCN) was 663571. After flashing back the CUSTOMERS table,you realize that the table is not in the correct state and the resultant changes are not what you had desired. So, you need to reverse the effects of the FLASHBACK TABLE command while ensuring that:  a) No other user data in the database is affected.  b) The operation takes the minimum possible time.  Which option would you choose?() 

  • A、use the ROLLBACK command with SCN 663571
  • B、perform Flashback Transaction Query with SCN 663571
  • C、execute the FLASHBACK DATABASE statement to retrieve the CUSTOMERS table as it was at SCN 663571
  • D、execute another FLASHBACK TABLE statement to retrieve the CUSTOMERS table as it was at SCN 663571

正确答案:D

第2题:

You issued the following statement:   SQL>ALTER DATABASE ENABLE RESUMABLE TIMEOUT n;   What will be the result of issuing the above statement?()

  • A、The command will not execute successfully because TIMEOUT is an invalid clause with the ALTER DATABASE ENABLE RESUMABLE command.
  • B、 The command will not execute successfully because resumable space allocation is enabled at the session level.
  • C、 The command will execute successfully and resumable space will be allocated at the session level.
  • D、 The command will execute successfully and resumable space will be allocated at the instance level.

正确答案:B

第3题:

Before a Flashback Table operation, you execute the following command:ALTER TABLE employees ENABLE ROW MOVEMENT;Why would you need this to be executed?()

A. Because row IDs may change during the flashback operation

B. Because the object number changes after the flashback operation

C. Because the rows are retrieved from the recycle bin during the flashback operation

D. Because the table is moved forward and back to a temporary during the flashback opertion


参考答案:A

第4题:

Your network contains a domain controller that runs Windows Server 2008 R2. You run the  following command on the domain controller:   dsamain.exe -dbpath c:/$SNAP_201006170326_VOLUMEC$/Windows/NTDS/ntds.dit -ldapport  389 -allowNonAdminAccess     The command fails.     You need to ensure that the command completes successfully.     How should you modify the command()

  • A、Include the path to Dsamain.
  • B、Change the value of the -dbpath parameter.
  • C、Change the value of the -ldapport parameter.
  • D、Remove the -allowNonAdminAccess parameter.

正确答案:C

第5题:

You work as a database administrator for Supportcenter.cn. You are using Recovery Manager (RMAN) for backup and recovery of your database. You executed the delete command in RMAN to delete a backup of a tablespace. Which statement is true in this scenario?()

  • A、The backup status will be marked expired in RMAN recovery catalog.
  • B、The backup status will be marked deleted in RMAN recovery catalog after you execute the crosscheck command.
  • C、The backup will be deleted physically from the OS (Operating system)and the backup information is removed from the recovery catalogl
  • D、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system).
  • E、The backup status will be marked deleted and you must delete the backup file manually from the OS (Operating system), if you are not using Oracle Managed Files (OMF).

正确答案:C

第6题:

Your database is running in the ARCHIVELOG mode. You have configured RMAN for backup and recovery operations. You execute the following command from the RMAN prompt:   RMAN> CONFIGURE CONTROLFILE AUTOBACKUP ON;   After executing this command, in which of the following cases will RMAN make an auto-backup of the control file? ()

  • A、 when you change the name of a datafile
  • B、 when you drop a table from the database
  • C、 when you take an export of the database
  • D、 when you back up the database using OS utilities
  • E、 when you issue an ALTER SYSTEM SWITCH LOGFILE statement
  • F、 when you issue a BACKUP command from inside the RMAN run block

正确答案:A,E,F

第7题:

You execute the following command to start an Automatic Storage Management (ASM) instance:   SQL>STARTUP;   In which of the following modes will the ASM instance start?()

  • A、 OPEN
  • B、 MOUNT
  • C、 NORMAL
  • D、 NOMOUNT

正确答案:B

第8题:

You performed the RMAN database backup having a backupset key number 231 with the KEEP FOREVER option. After some days, you want to change the status of the database backup and you issued the following command: RMAN>CHANGE BACKUPSET 231 NOKEEP; What is the implication of this command?()

  • A、The backup is deleted.
  • B、The backup is marked unavailable.
  • C、The backup overrides the backup retention policy.
  • D、the backup becomes eligible for deletion according to the existing retention policy

正确答案:D

第9题:

You execute the following command to change the status of the SALES tablespace:SQL> ALTER TABLESPACE sales OFFLINE; Which statements describe the effect of the command()

  • A、The tablespace would require recovery to go back online.
  • B、A checkpoint is taken on all data files that are associated with the SALES tablespace.
  • C、The sessions that subsequently try to access the objects in the SALES tablespace receive an error
  • D、The new status of the SALES tablespace is recorded in the control file when the database instance isclosed

正确答案:B,C

第10题:

Your company runs Terminal Services on a server named Server2.  You need to prevent new sessions on the Terminal Server without affecting current user sessions. Which command should you run?()

  • A、Change logon /disable
  • B、Change user /execute disable
  • C、Tskill /server:Server2 /A
  • D、Taskkill /S Server2 /fi "MODULES eq TermSrv"

正确答案:A

更多相关问题