Winter Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: v4s65

Note! Following 1z0-063 Exam is Retired now. Please select the alternative replacement for your Exam Certification.

1z0-063 Exam Dumps - Oracle Database 12c: Advanced Administration

Go to page:
Question # 33

Examine the commands executed in the root container of your multitenant container database (CDB) that has multiple pluggable databases (PDBs):

SQL> CREATE USER c##a_admin IDENTIFIED BY orcl123;

SQL> CREATE ROLE c##role1 CONTAINER=ALL;

SQL> GRANT CREATE VIEW TO C##roleI CONTAINER=ALL;

SQL> GRANT c##role1 TO c##a_admin CONTAINER=ALL;

SQL> REVOKE c##role1 FROM c##a_admin;

What is the result of the revoke command?

A.

It executes successfully and the c##role1 role is revoked from the c##a_admin user only in the root container.

B.

It fails and reports an error because the container=all clause is not used.

C.

It executes successfully and the c##rocl1 role is revoked from the c##a_admin user in the root database and all the PDBs.

D.

It fails and reports an error because the container=current clause is not used.

Full Access
Question # 34

Which two statements are true about unified auditing? (Choose two.)

A.

A unified audit trail captures audit information from unified audit policies and audit settings.

B.

Unified auditing is enabled by executing make –f ins_rdbms.mk uniaud_on ioracle ORACLE_HOME=$ORACLE_HOME.

C.

Audit records are created for all users except sys.

D.

Audit records are created only for the DML and DDL operations performed on database objects.

E.

Unified auditing is enabled by setting the audit_trail parameter to db, extended.

F.

A unified audit trail resides in a read-only table in the audsys schema in the system tablespace.

Full Access
Question # 35

Examine the command:

Which statement is true about the execution of the command?

A.

It fails because the log file parameter is not specified.

B.

It fails because no absolute path is specified for the log file and dump file.

C.

It succeeds and exports the full database, simultaneously creating three copies of dump files at three different locations.

D.

It succeeds and exports the full database, simultaneously creating three dump files at three different locations, but the total number of dump files can exceed three.

Full Access
Question # 36

In which two locations does the USER_DATA TABLESPACE clause create a tablespace? (Choose two.)

A.

a PDB

B.

CDB$ROOT

C.

PDB$SEED

D.

a non-CDB

E.

an Application Root

Full Access
Question # 37

In which three situations must you use a recovery catalog? (Choose three.)

A.

when you want to store RMAN global scripts that can be used across multiple databases

B.

when you want to restrict the amount of space used by backups

C.

when you want to perform incremental backups by using a block change tracking file

D.

when you want to list data files that were in a target database at a given time by using the AT clause with the REPORT SCHEMA command

E.

when you want to maintain backup metadata longer than the period specified by the CONTROL_FILE_RECORD_KEEP_TIME parameter

Full Access
Question # 38

RMAN is configured to create backupset backups for your database. You issue the command to back up the database:

RMAN> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;

Which two statements are true about the backup performed by the command? (Choose two.)

A.

Only the used blocks in the data files are backed up.

B.

It backs up all the data files and deletes obsolete backups after the backup is complete.

C.

It backs up only those archived log files that are not backed up at least once.

D.

It backs up all the archived log files and deletes the ones that were just backed up.

E.

It backs up all archived redo log files and online log files and deletes the archived log files after the backup is complete.

Full Access
Question # 39

One of your databases is in ARCHIVELOG mode and take nightly RMAN backups.

The USERS and IDX tablespaces are missing due to storage array errors.

Which four actions would recover the tablespaces and their contents while the database remains open? (Choose four.)

A.

Bring both tablespaces ONLINE.

B.

Recover both tablespaces.

C.

Take both tablespaces OFFLINE NORMAL.

D.

Take both tablespaces OFFLINE IMMEDIATE.

E.

Restore both tablespaces from the most recent backup.

F.

Bring both tablespaces ONLINE and rebuild all the instances in the IDX tablespace.

Full Access
Question # 40

You set the following parameters in the parameter file and restart the database instance:

NEMORY_MAX_TARGET=0

MEMORY__TARGET=500M

PGA_AGGREGATE_TARGET=90M

SGA_TARGET=270M

Which two statements are true? (Choose two.)

A.

The memory_max_target parameter is automatically set to 500 MB.

B.

The pga_aggregate_target and sga_target parameters are automatically set to zero.

C.

The value of the memory_max_target parameter remains zero for the database instance.

D.

The lower limits of the pga_aggregate_target and sga_target parameters are set to 90 MB and 270 MB respectively.

E.

The instance does not start up because Automatic Memory Management (AMM) is enabled but pga_aggregate_target and sga_target parameters are set to nonzero values.

Full Access
Go to page: