1z0-063 Exam Question 201

In your database, the tbs percent used parameter is set to 60 and the tbs percent free parameter is set to
20.
Which two storage-tiering actions might be automated when using Information Lifecycle Management (ILM) to automate data movement? (Choose two.)
  • 1z0-063 Exam Question 202

    A database is running in archivelog mode. You want to back up a 10 TB data file belonging to the users
    tablespace. The backup of the data file is too slow.
    What type of backup do you recommend to improve the performance of the backup?
  • 1z0-063 Exam Question 203

    For which three pieces of information can you use the RMAN list command?
  • 1z0-063 Exam Question 204

    Your database has a table CUSTOMERSthat contains the columns CUST_NAME, AMT_DUE, and OLD_STATUS.
    Examine the commands executed and their output:

    Why is it that only one update is listed by the Flashback Version Query?
  • 1z0-063 Exam Question 205

    Examine the command used to perform an incrementallevel-0 backup:
    RMAN>BACKUPINCREMENTALLEVEL0DATABASE;
    To enable block change tracking, after the incremental level 0 backup, you issue the
    command:
    SQL>ALTERDATABASEENABLEBLOCKCHANGETRACKINGUSING
    FILE'/mydir/rman_change_track.f';
    To perform an incremental level-1 cumulative backup, you issue the command:
    RMAN>BACKUPINCREMENTALLEVEL1CUMULATIVEDATABASE;
    Which two statements are true in the preceding situation?