053(七)

31、

31.Which two statements are correct about database transportation? (Choose two.)
A. The source and target platforms must be the same
B. Redo logs, control files and temp files are also transported
C. The transported database must have the same database identifier (DBID) as the source database and cannot be changed
D. The COMPATIBLE parameter must be set to 10.0.0.0 or higher and the database must be opened in readonly mode before being transported
E. Recovery Manager (RMAN) is used to convert the necessary data files of the database if the target platform is different and has different endian format

32、

32.In your production database, you:
-Are using Recovery Manager (RMAN) with a recovery catalog to perform the backup operation at regular intervals Set the control file autobackup to "on"
-Are maintaining image copies of the database files
You have lost the server parameter tile (SPFILE) and the control file. Which option must you consider before restoring the SPFILI: and the control file by using the control file autobackup?
A. setting DBID for the database
B. using the RMAN SWITCH command
C. using the RMAN SWITCH command
D. starting up the database Instance In the NOMOUNT state

33、

33.You want to perform the following operations for the DATA ASM disk group:
-Verify the consistency of the disk.
-Cross-check all the file extent maps and allocation tables for consistency. heck whether the alias metadata directory and file directory are linked correctly.
-Check that ASM metadata directories do not have unreachable allocated blocks.
Which command accomplishes these tasks?
A. ALTER DISKGROUP data CHECK;
B. ALTER DISKGROUP data CHECK DISK;
C. ALTER DISKGROUP data CHECK FILE;
D. ALTER DISKGROUP data CHECK DISK IN FAILURE GROUP 1;

34、

34.Examine the following RMAN command:
BACKUP DATABASE
TAG TESTDB
KEEP UNTIL ‘SYSDATE+1‘
RESTORE POINT TESTDB06;
Which two statements are true regarding the backup taken by using the above RMAN command? (Choose two.)
A. Only data files and the control file are backed up.
B. Archived redo logs are backed up only if the database is open during the backup.
C. The backup is deleted after one day, regardless of the default retention policy settings.
D. The backup becomes obsolete after one day, regardless of the default retention policy settings.

35、

35.You want the Automatic SQL Tuning process to stop accepting and implementing the recommended SQL profiles automatically.
Which action would you perform to achieve this?
A. Edit the automatic maintenance window group configuration.
B. Set the CURSOR_SHARING parameter to EXACT for the database instance.
C. Use the DBMS_SQLTUNE.SET_TUNING_TASK_PARAMETERS procedure to set ACCEPT_SQL_PROFILES to FALSE.
D. Set the SQLTUNE_CATEGORY parameter to DEFAULT for the database instance.
时间: 2025-01-04 08:50:07

053(七)的相关文章

053(七十八)

386. 386.You have just performed a FLASHBACK TABLE operation using the following command: flashback table employees to scn 123456; The employees table has triggers associated with it. Which of the following statements is true regarding the state of t

053(七十七)

381. 381.Which pseudo column could you use to identify a unique row in a Flashback Versions Query? A. XID B. VERSIONS_PK C. VERSIONS_XID D. VERSIONS_UNIQUE 382. 382.Which of the following can be used in conjunction with a Flashback Versions Query to

053(七十九)

391. 391.When setting up the Flashback Data Archive, which of these key parameters are required? (Choose all that apply.) A. Tablespace name B. Storage quota C. Retention D. Table name E. Create a default archive 392. 392.To clean up old records that

053(七十)

346. 346.What is the impact of the results of the output of the following command? RMAN> report unrecoverable database; Report of files that need backup due to unrecoverable operations File Type of Backup Required Name 4 full or incremental C:\ORACLE

053(七十二)

356. 356.Which of the following commands will perform an active database duplication of the ORCL database to the ORCL2 database? A. Set oracle_sid=orcl rman target=sys/robert auxname=sys/Robert@orcl2 create duplicate target database to neworcl from a

053(七十一)

351. 351.What information does the report schema command not provide? (Choose all that apply.) A. Size of the datafiles B. Size of the tempfiles C. Date of last backup for datafiles and tempfiles D. Filenames for each datafile E. Checkpoint SCN assoc

053(七十五)

371. 371.In what state are the datafiles of a tablespace after a TSPITR has been successfully completed? A. The datafiles have an ONLINE status. B. The datafiles have an OFFLINE status. C. The datafiles have an ONLINE status and are in hot backup mod

053(七十三)

361. 361.When performing a database duplication, which duplicate database parameter would you set to ensure that the online redo logs are created in the correct location? A. log_file_name_convert B. convert_log_file_name C. file_name_convert_log D. r

053(七十六)

376. 376.A user named Arren is executing this query: select table_name, operation, undo_sql from flashback_transaction_query t, (select versions_xid as xid from employees versions between scn minvalue and maxvalue where employee_id = 123) e where t.x