Latest [Jan 01, 2022] Real Oracle 1z0-063 Exam Dumps Questions [Q92-Q109]

Share

Latest [Jan 01, 2022]  Real Oracle 1z0-063 Exam Dumps Questions

1z0-063 Dumps To Pass 12c Exam in One Day (Updated 278 Questions)


Skills Gaged by 1Z0-063 and Other Key Details

The Oracle 1Z0-063 test measures various skills like the ones detailed below:

  • Performing recovery and basic backup;
  • Transporting databases and tablespaces;
  • Database failure diagnosis and the use of the automatic diagnostic repository;
  • Configuration and management of RMAN;
  • Encrypting, monitoring, and securing RMAN backups;
  • Operating the RMAN Recovery catalog;
  • Configuring and using the flashback technologies;
  • Performing recovery and restore operations.

The candidates who have taken the Oracle 1Z0-063 exam don’t have to do it again. This is because the Oracle Database 12c Administrator Certified Professional certificate does not have an expiration. So, once you get this designation, you can have confidence in the validation of your qualifications. To take this test, one has to register online at the Pearson VUE website. The exam is taken at Pearson VUE centers. The candidates are supposed to browse through the website to find out the nearest test center where they will take their exams.


Preparation Resources

Indeed, Oracle is focused on supporting each candidate and fostering his or her growth and quality training. This is why the official vendor recommends two optional courses to help the students prepare for the Oracle 1Z0-063 test:

  • Oracle Database 12c: Backup and Recovery Workshop designed both for administrators and for everyone who wants to evaluate their own recovery skills. During virtual classes, you will get to know how to use Oracle Database recovery procedures and Flashback Technologies along with ways of diagnosing and fixing data failures. Moreover, through this real-time training, each candidate will gain a clear understanding of Oracle Database Cloud Service and learn how to optimize database workloads using backup and recovery procedures. In the end, the knowledge gained in this workshop will guarantee you a fast, reliable, secure, and easy increase in your Oracle database administration performance.
  • At the same time, Oracle Database 12c: Managing Multitenant Architecture course will equip candidates with the relevant expertise to successfully pass 1Z0-063 exam by utilizing multitenant architecture. During this class, administrators and architects will discover why and how to create and manage a container database that is multitenant and how to deal with databases that are commonly pluggable, how to manage storage and security, and moreover, how to execute certain operations such as the transportation of Oracle Data Pump including encryption, loading, and auditing. These and other topics regarding managing Multitenant Architecture will be available when you sign up for the Live Virtual Class, which will ultimately aid in passing the Oracle 1Z0-063 test on the first try.

 

NEW QUESTION 92
The CATDB12C database contains an Oracle Database 12c catalog schema owned by the rci2c user.
The CATD3H database contains an Oracle Database Ug catalog schema owned by the rch user.
A database with dbid=H2324I is registered in the catdbII catalog. Both the recovery catalog databases are open.
In the CATD3i2c database, you execute the commands:
: r-ar.
RKAN> CONNECT CATALOG rci2c/passI2c@catdbi2c
RKAN> IMPORT CATALOG rcii/pwdcatUQcatdfoil DBI2=142324i;
What is the outcome of the import?

  • A. It fails because the target database and recovery catalog database are of different versions.
  • B. It succeeds but the database is not automatically registered in the rc:2c catalog.
  • C. It fails because RMAN is not connected to the target database with r3:T=:42324:.
  • D. It succeeds and all global scripts in the rci: catalog that have the same name as existing global scripts in the RCI2C catalog are automatically renamed.

Answer: D

 

NEW QUESTION 93
You are administering a multitenant container database (CDB) that has no startup triggers and contains three pluggable databases (PDBs).
You execute the command to start up the CDB.
SQL> STARTUP
Which statement is true?

  • A. CDB$ROOT, PDB$SEED, and the PDBs are opened in read-only mode.
  • B. CDB$ROOT and PDB$SEED are opened in read-only mode, but the PDBs are in closed mode.
  • C. CDB$ROOT is opened in read/write mode, but PDB$SEED and the PDBs are in closed mode.
  • D. CDB$ROOT, PDB$SEED, and the PDBs are opened in read/write mode.
  • E. CDB$ROOT is opened in read/write mode, PDB$SEED in read-only mode, and the PDBs in MOUNT state.

Answer: E

Explanation:
Explanation
If neither READ WRITE nor READ ONLY is specified, a PDB will be opened in READ ONLY if a CDB to which it belongs is used as a physical standby database, otherwise the PDB will be opened READ WRITE.
Prerequisites for a PDB STARTUP
When the current container is a pluggable database (PDB), the STARTUP command can only be used if:
* The PDB is in MOUNTED mode, excluding the use of the FORCE option.
* The PDB must be in READ ONLY or READ WRITE mode to be in mounted mode.
Etc.
https://docs.oracle.com/database/121/SQPUG/ch_twelve045.htm

 

NEW QUESTION 94
Which two are direct benefits of the multiprocess, multithreaded architecture of Oracle Database 12c when it is enabled?

  • A. Reduced CPU utilization
  • B. Reduced physical I/O
  • C. Reduced virtual memory utilization
  • D. Improved Serial Execution performance
  • E. Reduced logical I/O

Answer: A,C

 

NEW QUESTION 95
One of your container databases (CDBs) has five pluggable databases (PDBs).
COMMON_USER_PREFIX is C##.
These commands executed successfully while connected as SYS to CDB$ROOT:
SQL> CREATE USER c##dba_admin IDENTIFIED BY orcl123;
SQL> CREATE ROLE c##role1 CONTAINER=ALL;
SQL> GRANT CREATE VIEW TO c##role1 CONTAINER=ALL;
SQL> GRANT c##role1 TO c##dba_admin CONTAINER=ALL;
SQL> GRANT c##role1 to system CONTAINER=ALL;
Which three are true? (Choose three.)

  • A. The C##DBA_ADMIN user is a local user in CDB$ROOT.
  • B. The c##role1 role will always have the same privileges in all current and future PDBs.
  • C. SYSTEM is able to create views in any PDB as a result of being a DBA user.
  • D. The C##DBA_ADMIN user is a local user in CDB$ROOT and PDB$SEED.
  • E. The C##DBA_ADMIN user is able to create views in any PDB as a result of being granted the C##ROLE1 role.
  • F. SYSTEM is able to create views in any PDB as a result of being granted the C##ROLE1 role.

Answer: B,E,F

 

NEW QUESTION 96
Identify three benefits of unified auditing. (Choose three.)

  • A. It guarantees zero-loss auditing.
  • B. It automatically audits Recovery Manager (RMAN) events.
  • C. It reduces overhead on a database caused by auditing, by having a single audit trail.
  • D. It helps to reduce disk space used to store an audit trail in a database.
  • E. An audit trail cannot be modified because it is read-only.

Answer: B,C,E

Explanation:
Explanation/Reference:

 

NEW QUESTION 97
Your database is running on the host OUSERVER. You back up your database regularly using RMAN and the backups are cataloged in a recovery catalog. For testing purposes, you want to replicate your database to another host, OUSERVER1, with the same directory structure. So, you copy the backups to the new host.
What must you do to make the database operational in OUSERVER1?

  • A. Restore the data files by using the NOCATALOG option and use the SET NEWNAME command to change the location.
  • B. Restore the control file from the backup by using the NOCATALOG option, and then restore and recover the data files.
  • C. Restore the data files from the backup by using the recovery catalog, use the SWITCH command to change the location, and recover the data files.
  • D. Restore the control file from the backup by using the CATALOG option, restore the data files by using the SET NEWNAME command, and recover the data files.

Answer: D

Explanation:
Explanation
Catalog any backups not recorded in the repository with the CATALOG command.
Restore the data files to their original locations. If volume names have changed, then run SET NEWNAME commands before the restore operation and perform a switch after the restore operation to update the control file with the new locations for the data files, as shown in the following example.
Note: One way to name duplicate data files is to use the SET NEWNAME command before executing the DUPLICATE command. RMAN supports the following commands, listed in order of precedence:
SET NEWNAME FOR DATAFILE and SET NEWNAME FOR TEMPFILE
SET NEWNAME FOR TABLESPACE
SET NEWNAME FOR DATABASE
References: https://docs.oracle.com/database/121/BRADV/rcmadvre.htm

 

NEW QUESTION 98
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.)

  • A. Setting the target tablespace to read-only after the segments are moved
  • B. The movement of all segments to a target tablespace with a higher degree of compression, on a
    different storage tier, when the source tablespace exceeds tbs percent used
  • C. Taking the target tablespace offline after the segments are moved
  • D. The movement of some blocks to a target tablespace with a lower degree of compression, on a
    different storage tier, when the source tablespace exceeds tbs percent used
  • E. The movement of some segments to a target tablespace with a higher degree of compression, on a
    different storage tier, when the source tablespace exceeds T3S percent used

Answer: A,E

 

NEW QUESTION 99
Your database instance is abnormally terminated because of a power outage. At the next startup, from which point in the redo log does the recovery start?

  • A. from the beginning of the current redo log file until the instance failure
  • B. from the beginning of the current redo log file to the checkpoint position
  • C. from the most recent incremental checkpoint
  • D. from the last complete checkpoint position
  • E. from the last committed transaction

Answer: D

Explanation:
Explanation/Reference:
Explanation: Have a recovery time governed by the number of terminated instances, amount of redo generated in each terminated redo thread since the last checkpoint, and by user-configurable factors such as the number and size of redo log files, checkpoint frequency, and the parallel recovery setting Reference https://docs.oracle.com/cd/B28359_01/server.111/b28318/startup.htm#CNCPT005

 

NEW QUESTION 100
RMAN is connected to the target database PROD1 and an auxiliary instance in NOMOUNT state. Examine the command to create a duplicate database:

Which two statements are true about the execution of the DUPLICATE command? (Choose two.)

  • A. All archive redo log files are automatically copied to the duplicate database.
  • B. The duplicate database is created by using the backups created during the execution of the DUPLICATE command.
  • C. The duplicate database has the same directory structure as the source database.
  • D. The duplicate database is created without using RMAN backups and PROD: is allowed to remain open during duplication.
  • E. The password file and SPFILE for the duplicate database DUP1 are created in their respective default locations.

Answer: C,D

 

NEW QUESTION 101
You have a production Oracle 12c database running on a host.
You want to install and create databases across multiple new machines that do not have any Oracle
database software installed. You also want the new databases to have the same directory structure and
components as your existing 12c database.
The steps in random order:
1. Create directory structures similar to the production database on all new machines.
2. Create a response file for Oracle Universal Installer (OUI) with the same configurations as the
production database.
3. Create a database clone template for the database.
4. Run the Database Configuration Assistant (DBCA) to create the database.
5. Run OUI in graphical mode on each machine.
6. Run OUI in silent mode using the OUI response file.
Identify the required steps in the correct sequence to achieve the requirement with minimal human
intervention.

  • A. 2, 3, 1, and 6
  • B. 2, 1, 6, and 4
  • C. 3, 1, 5, and 6
  • D. 1, 5, and 4
  • E. 2, 3, and 6

Answer: A

 

NEW QUESTION 102
Which two options can be configured for an existing database by using the Database Configuration Assistant (DBCA)?

  • A. Nondefaultblocksizetablespaces
  • B. Oracle Suggested Backup Strategy
  • C. Database Vault in ORACLE_HOME
  • D. Database Resident Connection Pooling
  • E. Configure Label Security

Answer: A,E

 

NEW QUESTION 103
You are administering a multitenant container database (CDB) CDB1 that is running in ARCHIVELOG
mode and contains pluggable databases (PDBs), PDB_1 and PDB_2.
While opening pdb_1, you get an error:
SQL> alter pluggable database pdb_1 open;
ORA-01157: cannot identify/lock data file 11-see DBWR trace file
ORA-01110: data file 11: '/u01/app/oracle/oradata/cdb1/pcb_1/example01.dbf'
To repair the failure, you open an RMAN session for the target database CDB$ROOT. You execute the
following as the first command:
RMAN> REPAIR FAILURE;
Which statement describes the consequence of the command?

  • A. The command performs the recovery and closes the failure.
  • B. The command produces an error because the ADVISE FAILURE command was not executed before
    the REPAIR FAILURE command.
  • C. The command produces an error because RMAN is not connected to the target database pdb_1.
  • D. The command executes successfully, performs recovery, and opens PDB_1.

Answer: B

 

NEW QUESTION 104
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 fails and reports an error because the container=current clause is not used.
  • B. It executes successfully and the c##rocl1 role is revoked from the c##a_admin user in the root
    database and all the PDBs.
  • C. It executes successfully and the c##role1 role is revoked from the c##a_admin user only in the root
    container.
  • D. It fails and reports an error because the container=all clause is not used.

Answer: D

 

NEW QUESTION 105
View the SPFILE parameter settings in the Exhibit.

You issue this command and get errors:
SQL> startup
ORA-00824:cannotsetSGAJTARGET or MEMORY_TARGET due to existing internal settings, see alertlog for more information
Why did the instance fail to start?

  • A. because pga_aggregate_target is not set
  • B. because statistics_level is set to basic
  • C. because sga_target and memory_target are both set
  • D. because memory_target and memory_max_target cannot be equal

Answer: B

 

NEW QUESTION 106
In CDB$ROOTof your multitenant container database (CDB), you create a common user, C##A_ADMIN.
and then execute the command:

Which statement is true?

  • A. The command fails because system privileges cannot be granted to a common user.
  • B. The command fails because the CONTAINERclause is not used.
  • C. The command executes successfully, enabling the C##A_ADMIN user to create tablespaces in the root database, as well as in the pluggable databases (PDBs).
  • D. The command executes successfully, enabling the C##A_ADMIN user to create a tablespace only in the root database.

Answer: B

Explanation:
Explanation/Reference:
Explanation:
For commonly granted privileges the grantor must be connected to the root and must specify CONTAINER=ALL in the GRANT statement.
References: https://docs.oracle.com/database/121/DBSEG/authorization.htm

 

NEW QUESTION 107
Examine this query:
SELECT cust_name, amt_due
FROM customers
AS OF TIMESTAMP (SYSTIMESTAMP - INTERVAL '6' MINUTE)
WHERE cust_no = 'AYR2011';
Which two requirements guarantee that the query will execute successfully? (Choose two.)

  • A. Supplemental logging must be enabled.
  • B. Automatic Undo Management must be configured.
  • C. FLASHBACKmust be ONfor the database.
  • D. Undo retention guarantee must be enabled.
  • E. The database must be in ARCHIVELOGmode.
  • F. Row movement must be enabled for CUSTOMERS.

Answer: B,C

Explanation:
Explanation/Reference:
Reference https://docs.oracle.com/cd/B12037_01/appdev.101/b10795/adfns_fl.htm

 

NEW QUESTION 108
Which two resources might be prioritized between competing pluggable databases (PDBs) when creating a multitenant container database (COB) plan using Oracle Database Resource Manager?

  • A. CPU
  • B. maximum idle time for a session in a PDB
  • C. maximum undo per consumer group
  • D. parallel server limit
  • E. maximum number of sessions for a PDB

Answer: A,D

 

NEW QUESTION 109
......

1z0-063 Exam Brain Dumps - Study Notes and Theory: https://www.dumpstorrent.com/1z0-063-exam-dumps-torrent.html