ENCRYPT_TS is an encrypted tablespace that contains tables w

题目
单选题
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.

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

第1题:

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 tablespace

B. Use ALTER TABLE MOVE to transfer the existing data to a new encrypted tablespace

C. Use CREATE TABLE AS SELECT to transfer the existing data to a new encrypted tablespace

D. Enable row movement for each table to be encrypted and then use ALTER TABLESPACE to encrypt the tablespace

E. Encrypt the USER_DATA tablespace using the ALTER TABLESPACE statement so that all the data in the tablespace is automatically encrypted


参考答案:A, B, C

第2题:

You must track all transactions that modify certain tables in the sales schema for at least three years.Automatic undo management is enabled for the database with a retention of one day.Which two must you do to track the transactions?()

A. Enable supplemental logging for the database.

B. Specify undo retention guarantee for the database.

C. Create a Flashback Data Archive in the tablespace where the tables are stored.

D. Create a Flashback Data Archive in any suitable tablespace.

E. Enable Flashback Data Archiving for the tables that require tracking


参考答案:D, E

第3题:

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

第4题:

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

第5题:

Which two are correct steps in taking a binary backup of MyISAM tables?()

  • A、Always stop the server prior to the backup
  • B、Stop the server or lock the tables prior to the backup
  • C、Stop the server or lock the databases prior to the backup
  • D、Make a copy of the .frm, .myd, and the .myi files
  • E、Make a copy of the binary log and tablespace files

正确答案:B,D

第6题:

You created an encrypted tablespace:You then closed the encryption wallet because you were advised that this is secure.Later in the day, you attempt to create the EMPLOYEES table in the SECURESPACE tablespace with the SALT option on the EMPLOYEE column.Which is true about the result?()

A. It creates the table successfully but does not encrypt any inserted data in the EMPNAME column because the wallet must be opened to encrypt columns with SALT.

B. It generates an error when creating the table because the wallet is closed.

C. It creates the table successfully, and encrypts any inserted data in the EMPNAME column because the wallet needs to be open only for tablespace creation.

D. It generates error when creating the table, because the salt option cannot be used with encrypted tablespaces.


参考答案:C

第7题:

When youre performing a tablespace point-in-time recovery, which tablespaces will always be restored to the auxiliary instance?()

  • A、 The SYSTEM tablespace.
  • B、 The UNDO tablespace.
  • C、 All tablespaces with tables.
  • D、 All tablespaces with indexes.
  • E、 No tablespaces are automatically restored.

正确答案:A,B

第8题:

Which two statements about the SQL Management Base (SMB) are true?()

A. It contains only SQL profiles generated by SQL Tuning Advisor.

B. It stores plans generated by the optimizer using a stored outline.

C. It is part of the data dictionary and stored in the SYSAUX tablespace.

D. It is part of the data dictionary and stored in the SYSTEM tablespace.

E. It contains the statement log, the plan history, plan baselines, and SQL profiles.


参考答案:C, E

第9题:

As a database administrator you spend a lot of time observing and setting various storage parameter values for your application tables in order to gain performance benefits. Which task would you perform to reduce this overhead?()

  • A、Coalesce the application tables at a regular interval.
  • B、Export and Import the application tables a regular interval.
  • C、Drop and recreate the application tables at a regular interval.
  • D、Move the application tables to a tablespace with less space usage.
  • E、Distribute the application tables across multiple tablespaces depending on usage.
  • F、Move the application tables to automatic segment space management tablespace.

正确答案:F

第10题:

You are working as a DBA on the decision support system. There is a business requirement to track and store all transactions for at least three years for a few tables in the database. Automatic undo management is enabled in the database.  Which configuration should you use to accomplish this task?()

  • A、 Enable Flashback Data Archive for the tables.
  • B、 Specify undo retention guarantee for the database.
  • C、 Enable supplemental logging for the database.
  • D、 Query V$UNDOSTAT to determine the amount of undo that will be generated and create an undo  tablespace for that size.
  • E、 Create Flashback Data Archive on the tablespace on which the tables are stored.

正确答案:A

更多相关问题