Free Oracle 1Z0-060 Exam Braindumps (page: 6)

Examine the following steps of privilege analysis for checking and revoking excessive, unused privileges granted to users:

1. Create a policy to capture the privilege used by a user for privilege analysis.
2. Generate a report with the data captured for a specified privilege capture.
3. Start analyzing the data captured by the policy.
4. Revoke the unused privileges.
5. Compare the used and unused privileges’ lists.
6. Stop analyzing the data.

Identify the correct sequence of steps.

  1. 1, 3, 5, 6, 2, 4
  2. 1, 3, 6, 2, 5, 4
  3. 1, 3, 2, 5, 6, 4
  4. 1, 3, 2, 5, 6, 4
  5. 1, 3, 5, 2, 6, 4

Answer(s): B

Explanation:

1. Create a policy to capture the privilege used by a user for privilege analysis.
3. Start analyzing the data captured by the policy.
6. Stop analyzing the data.
2. Generate a report with the data captured for a specified privilege capture.
5. Compare the used and unused privileges’ lists.
4. Revoke the unused privileges.



Your database is running an ARCHIVELOG mode.
The following parameters are set in your database instance:


Which statement is true about the archived redo log files?

  1. They are created only in the location specified by the LOG_ARCHIVE_DEST_1 parameter.
  2. They are created only in the Fast Recovery Area because configuring the DB_RECOVERY_FILE_DEST and
    DB_RECOVERY_FILE_DEST_SIZE parameters automatically enables flashback for the database.
  3. They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and in the default location $ORACLE_HOME/dbs/arch.
  4. They are created in the location specified by the LOG_ARCHIVE_DEST_1 parameter and in the location specified by the DB_RECOVERY_FILE_DEST parameter.

Answer(s): A

Explanation:

You can choose to archive redo logs to a single destination or to multiple destinations.
Destinations can be local—within the local file system or an Oracle Automatic Storage Management (Oracle ASM) disk group—or remote (on a standby database). When you archive to multiple destinations, a copy of each filled redo log file is written to each destination. These redundant copies help ensure that archived logs are always available in the event of a failure at one of the destinations.
To archive to only a single destination, specify that destination using the LOG_ARCHIVE_DEST and LOG_ARCHIVE_DUPLEX_DEST initialization parameters.
ARCHIVE_DEST initialization parameter. To archive to multiple destinations, you can choose to archive to two or more locations using the LOG_ARCHIVE_DEST_n initialization parameters, or to archive only to a primary and secondary destination using the LOG_ARCHIVE_DEST and LOG_ARCHIVE_DUPLEX_DEST initialization parameters.



Your multitenant container database (CDB) is running in ARCHIVELOG mode. You connect to the CDB RMAN. Examine the following command and its output:


You execute the following command:

RMAN > BACKUP DATABASE PLUS ARCHIVELOG;

Which data files will be backed up?

  1. Data files that belong to only the root container
  2. Data files that belong to the root container and all the pluggable databases (PDBs)
  3. Data files that belong to only the root container and PDB$SEED
  4. Data files that belong to the root container and all the PDBs excluding PDB$SEED

Answer(s): B

Explanation:

Backing Up a Whole CDB
Backing up a whole CDB is similar to backing up a non-CDB. When you back up a whole CDB, RMAN backs up the root, all the PDBs, and the archived redo logs. You can then recover either the whole CDB, the root only, or one or more PDBs from the CDB backup.

Note:
* You can back up and recover a whole CDB, the root only, or one or more PDBs.
* Backing Up Archived Redo Logs with RMAN

Archived redo logs are the key to successful media recovery. Back them up regularly. You can back up logs with BACKUP ARCHIVELOG, or back up logs while backing up datafiles and control files by specifying BACKUP ... PLUS ARCHIVELOG.



You are administering a database stored in Automatic Storage management (ASM). The files are stored in the DATA disk group. You execute the following command:



What is the result?

  1. The file ‘+data.231.45678’ is physically relocated to ‘+data/prod’ and renamed as ‘myfile.dbf’.
  2. The file ‘+data.231.45678’ is renamed as ‘myfile.dbf’, and copied to ‘+data/prod’.
  3. The file ‘+data.231.45678’ remains in the same location and a synonym 'myfile.dbf' is created.
  4. The file ‘myfile.dbf’ is created in ‘+data/prod’ and the reference to ‘+data.231.45678’ in the data dictionary removed.

Answer(s): C

Explanation:

ADD ALIAS
Use this clause to create an alias name for an Oracle ASM filename. The alias_name consists of the full directory path and the alias itself.



Viewing page 6 of 55
Viewing questions 21 - 24 out of 216 questions



Post your Comments and Discuss Oracle 1Z0-060 exam prep with other Community members:

1Z0-060 Exam Discussions & Posts