Q75 In your data center, Oracle Managed Files (OMF) is used for all databases.
All tablespaces are smallfile tablespaces.
SALES_Q1 is a permanent user-defined tablespace in the SALES database.
Examine this command which is about to be issued by a DBA logged in to the SALES database:
ALTER TABLESPACE sales_q1 ADD DATAFILE;
Which are two actions, either one of which you could take to ensure that the command executes successfully? (Choose two.)
- (A). Ensure that DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST each specify with at least 50 Mb of available space.
- (B). Specify a path in the DATAFILE clause of the command specifying a location with at least 100M of available space.
- (C). Ensure that DB_CREATE_FILE_DEST specifies a location with at least 100 Mb of available space.
- (D). Add the AUTOEXTEND ON clause with NEXT set to 100M.
- (E). Ensure that DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST each specify locations with at least 50 Mb of available space.
Xem thêm:
- Hướng dẫn chỉnh sửa giao diện bằng Child Theme trong WordPress
- Cú pháp SQL PRIMARY KEY Constraint
- Q47. On the 10th of August, you implement an incremental database backup strategy and configure a recovery window of five days.
- Quản trị oracle cluster oracle RAC với CRSCTL
- Q103. Which two are true about flashback features in Oracle Database 19c and later releases?