多选题 A database runs in ARCHIVELOG mode Dally full database backups are taken with RMAN which is configured to perform control file autobackup The control file and redo log files are multi-plexed. In which two cases is media recovery required?
相关试题
单选题 Examine the details of the uncompressed, non-partitioned heap table CITIES: Name Null? Type -------------------------- -------------------------- -------------------------- CITYID NOT NULL NUMBER (4) CITY_NAME VARCHAR2 (50) Examine the command: SCL>ALTER TABLE cities SHRINK SPACE COMPACT; What must you do before executing it?
单选题 The hr schema exists in databases, BOSTON and DENVER, with the same password, HR. You have CREATE DATABASE LINK and CREATE SESSION privileges in both databases. DENVER is defined as a service name in the tnsnames.ora of both databases. You plan to use this command: CREATE DATABASE LINK hr link CONNECT TO hr IDENTIFIED BY hr USING ' DENVER' What must be done to ensure that all users in BOSTON can access the hr schema in DENVER?
单选题 You must create a table, DAILY ORDERS, for a DSS application。 Data should be compressed when using direct- path INSERT The table will also be used for occasional DSS queries Load performance is critical Which compression option satisfies these requirements?
多选题 Examine this configuration for one of your databases: 1. UNDO RETENTION parameter is 1000 2. Retention is not guaranteed 3. The undo tablespace is fixed size Which two statements are true?
多选题 Examine these configuration details 1. A Fast Recovery Area (FRA) has been specified for a database 2. The database instance is in ARCHIVELOG mode 3. The default location for archived redo log files is the FRA Which two types of files are removed automatically due to space pressure in the FRA?
单选题 You must upgrade your Oracle 11g Database to Oracle 12c R2. Which method can you use?
单选题 Examine these commands and output: Now examine these steps 1) STAR NOMOUNT 2) STARTUP MOUNT 3) STARTUP FORCE 4) ALTER DATABASE ARCHIVELOG; 5) ALTER DATABASE MOUNT 6) ALTER DATABASE OPEN RESETLOGS; 7) SHUTDOWN IMMEDIATE 8) ALTER DATABASE OPEN; Identify the required steps in the correct order to change the database to run in ARCHIVELOG mode
多选题 A database runs in NOARCHIVELOG mode Backup scheduling for this database must be automated before upgrading to a new version of the database. Which two tools or utilities can do this?