0% found this document useful (0 votes)
478 views7 pages

Troytecdumps: The Best Real Exam Dumps & High-Quality Troytec Review Files

TroytecDumps provides exam dumps and review files for the Oracle Database Administration II (1z0-083) exam from their website (troytecdumps.com). The document includes sample exam questions and answers to help prepare candidates for the exam. It promotes their exam practice material and claims to offer valid, latest exam questions with a money back guarantee.

Uploaded by

Roopali garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
478 views7 pages

Troytecdumps: The Best Real Exam Dumps & High-Quality Troytec Review Files

TroytecDumps provides exam dumps and review files for the Oracle Database Administration II (1z0-083) exam from their website (troytecdumps.com). The document includes sample exam questions and answers to help prepare candidates for the exam. It promotes their exam practice material and claims to offer valid, latest exam questions with a money back guarantee.

Uploaded by

Roopali garg
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

TroytecDumps

TTCDS2021

http://www.troytecdumps.com
The best real exam dumps & high-quality Troytec review files
Instant Download - Best Exam Practice Material - 100% Money Back Guarantee!
IT Certification Guaranteed, The Easy Way!

Exam : 1z0-083

Title : Oracle Database


Administration II

Vendor : Oracle

Version : DEMO

1 from Troytecdumps.com.
Get Latest & Valid 1z0-083 Exam's Question and Answers 1
https://www.troytecdumps.com/1Z0-083-troytec-exam-dumps.html
Instant Download - Best Exam Practice Material - 100% Money Back Guarantee!
IT Certification Guaranteed, The Easy Way!

NO.1 Which two are true about creating RMAN backups for an Oracle container database? (Choose
two.)
A. Control file backups can be created while connected to a nonroot container.
B. Archived Redo Log backups can be created while connected to an application root CDB.
C. The BACKUP TABLESPACE command can back up a PDB tablespace even if RMAN is connected to
CDB$ROOT.
D. Online Redo Log backups can be created while connected to the root container.
E. Control file backups can be created while connected to the root container.
Answer: A,B

NO.2 The HR_ROOT application container must support the execution of a query on a table shared
by application local PDBs PDB1 and PDB2, and remote PDB PDB3.
Which three are true? (Choose three.)
A. PDB3's application root replica must exist in the local CDB.
B. A database link must exist in the remote CDB referring to the local CDB.
C. A database link must exist in the local CDB root referring to the remote CD
D. A proxy PDB must exist in the application root in the remote CDB.
E. The HR_ROOT replica must exist in the remote CDB.
F. A proxy PDB must exist in the application root in the local CDB.
Answer: B,E,F

NO.3 Which two are true about Oracle Flashback features? (Choose two.)
A. FLASHBACK QUERY can retrieve REDO records from ONLINE and ARCHIVED REDO LOG files.
B. FLASHBACK DROP can undrop an index when undropping a table.
C. FLASHBACK VERSION QUERY can retrieve REDO records from ONLINE and ARCHIVED REDO LOG
files.
D. FLASHBACK TABLE can undrop a column.
E. After a database is restored from flashback logs using the FLASHBACK DATABASE command, it is
sometimes rolled forward using redo logs.
Answer: B,E

NO.4 Which two are facets of performance planning that should always be considered or
implemented for an Oracle Database environment? (Choose two.)
A. the physical data model
B. using check constraints to speed up updates
C. defining primary keys for all tables to speed up all queries
D. the configuration of storage arrays
E. defining foreign keys for all tables to speed up joins
Answer: A,D

NO.5 Which two are true about Rapid Home Provisioning of Oracle software? (Choose two.)
A. It can be used only for Oracle Grid Infrastructure, excluding Oracle Restart.
B. It can be used for both Oracle Database and Oracle Grid Infrastructure, including Oracle Restart.

2 from Troytecdumps.com.
Get Latest & Valid 1z0-083 Exam's Question and Answers 2
https://www.troytecdumps.com/1Z0-083-troytec-exam-dumps.html
Instant Download - Best Exam Practice Material - 100% Money Back Guarantee!
IT Certification Guaranteed, The Easy Way!

C. It can be used for both Oracle Database and Oracle Grid Infrastructure, excluding Oracle Restart.
D. It can be used only for Oracle Grid Infrastructure, including Oracle Restart.
E. It can be used for applications and middleware.
Answer: A,C
Explanation
Reference https://docs.oracle.com/en/database/oracle/oracle-database/12.2/cwadd/rapid-
homeprovisioning.html#GUID-CCEC5960-EDA4-4A3F-9643-0CA308EA49AA

NO.6 Examine this configuration:

While CDB1 is open, '/u02/app/oracle/fast_recover_area/cdb1/CDB1/controlfile02.ctl' is accidentally


deleted.
To recover from this critical failure, you execute these commands:

What will be the outcome?


A. It will create '/u01/app/oracle/product/12.2.0.1/db_1/dbs/snapcf_cdb1control02.ctl'.
B. It will create '$ORACLE_HOME/dbs/cdb1/CDB1/controlfile02.ctl'
C. It will re-create '/u02/app/oracle/fast_recover_area/cdb1/CDB1/controlfile02.ctl'
D. It will create '/u01/app/oralce/oradata/CDB1/controlfile/controlfile02.ctl'.
E. It will fail because there is no autobackup of the controlfiles.
Answer: C

NO.7 Which three are true about transporting databases across platforms using Recovery Manager
(RMAN) image copies? (Choose three.)
A. Databases can be transported between systems with different endian formats.
B. The password file is automatically converted by RMAN.
C. A new DBID is automatically created for the transported database.
D. By default, the transported database will use Oracle Managed Files (OMF)

3 from Troytecdumps.com.
Get Latest & Valid 1z0-083 Exam's Question and Answers 3
https://www.troytecdumps.com/1Z0-083-troytec-exam-dumps.html
Instant Download - Best Exam Practice Material - 100% Money Back Guarantee!
IT Certification Guaranteed, The Easy Way!

E. Data files can be converted on the source system.


F. Data files can be converted on the destination system.
Answer: D,E,F
Explanation
A: If you do not provide a destination, then the DB_FILE_CREATE_DEST initialization parameter must
be set in the target platform. RMAN restores the data files to the location specified by this parameter
using new Oracle Managed File (OMF) names. BC: While creating the cross-platform backup to
transport a database, you can convert the database either on the source database or the destination
database. The benefit of performing the conversion on the destination database is that the
processing overhead of the convert operation is offloaded from the source to the destination
database.

NO.8 Examine these queries and their output:

An online RMAN backup of the CDB was taken an hour before Restore Point R1 was created. You
want to recover PDB1 to Restore Point R1.
How do you achieve this?
A. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while
connected to PDB1.
B. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while
connected to CDB$ROOT.
C. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using RMAN while
connected to PDB1.
D. This cannot be done due to the lack of a clean restore point.
E. Execute FLASHBACK PLUGGABLE DATABASE PDB1 TO RESTORE POINT R1 by using SQL while
connected to CDB$ROOT.
Answer: A

NO.9 Which three are true about Recovery Manager (RMAN) in Oracle Database 19c and later
releases? (Choose three.)
A. A Virtual Private Catalog used to register a container database can be created in a pluggable
database.
B. A Virtual Private Catalog used to register a container database can be created in a non-container
database.

4 from Troytecdumps.com.
Get Latest & Valid 1z0-083 Exam's Question and Answers 4
https://www.troytecdumps.com/1Z0-083-troytec-exam-dumps.html
Instant Download - Best Exam Practice Material - 100% Money Back Guarantee!
IT Certification Guaranteed, The Easy Way!

C. It is always possible for RMAN to connect to a pluggable database as a target if any RMAN Catalog
is used.
D. It is only possible for RMAN to connect to a pluggable database as a target if an RMAN Virtual
Private Catalog is used.
E. It is always possible for RMAN to connect to a pluggable database as a target.
F. A Virtual Private Catalog used to register a container database must be created in a pluggable
database.
Answer: A,B,E

NO.10 Automatic Shared Memory Management is disabled for one of your database instances.
Some SQL statements perform poorly due to excessive hard parse activity, thereby degrading
performance.
What would be your next step?
A. Run the SQL Access Advisor.
B. Run the Memory Advisor for the Program Global Area.
C. Run the Memory Advisor for the shared pool.
D. Run the SQL Tunning Advisor.
E. Run the Memory Advisor for the System Global Area.
Answer: C

NO.11 Which two are true about RMAN duplexed backup sets? (Choose two.)
A. They can be created by using the RMAN CONFIGURE command to specify duplexing before taking
a backup.
B. They can be written to media.
C. They can be written only to disk.
D. They can be created only by using the COPIES option of a BACKUP command.
E. They must be written to media.
Answer: B,D

NO.12 Which two are true about unplugging an application container from a container database and
plugging it into a different container database?
A. Application PDBs In the application container must be unplugged before the application root Is
unplugged.
B. It requires local undo mode in both container databases.
C. Plugging the application root into a different CDB plugs In all its application PDBs.
D. The application root of an application container should be plugged Into the other CDB before Its
application PDBs are plugged in.
E. It requires only local undo mode in the database where the application container will be
unplugged.
F. Unplugging the application root from a CDB unplugs all its application PDBs.
Answer: A,F

NO.13 Examine this command:

5 from Troytecdumps.com.
Get Latest & Valid 1z0-083 Exam's Question and Answers 5
https://www.troytecdumps.com/1Z0-083-troytec-exam-dumps.html
Instant Download - Best Exam Practice Material - 100% Money Back Guarantee!
IT Certification Guaranteed, The Easy Way!

$ rhpctl move database -sourcehome Oracle_home_path -destinationhome Oracle_home_path For


which two purposes can you use this command? (Choose two.)
A. to switch back to the previous Oracle home as part of a rollback operation
B. to switch the Oracle Database home when using a centralized Rapid Home Provisioning server
C. to switch to a patched Oracle Database home
D. to switch to a read-only Oracle home
E. to switch an existing Oracle Database home to a newer release of Oracle software on the same
server
Answer: A,C
Explanation
You can use rhpctl move gihome command with the same syntax to switch from the current Oracle
Grid Infrastructure home to a patched home. The rhpctl command enables you to switch from your
current Oracle Grid Infrastructure or Oracle Database home to patched Oracle home so that you can
provision the new Oracle home as gold image. You can also use the rhpctl command to switch back to
the old Oracle home, if you want to roll back the operation.

NO.14 Which three are true about actions that can or cannot be performed by users with the
SYSBACKUP privilege?
(Choose three.)
A. They can view data from any user-defined tables.
B. They can create any table.
C. They cannot drop tablespaces.
D. They cannot create restore points.
E. They can drop any tablespace.
F. They can view data from any data dictionary view or dynamic performance view.
Answer: B,C

NO.15 Which three are true about monitoring waits for sessions and services? (Choose three.)
A. V$SESSION_EVENT displays all waits for all past sessions if the wait has occurred at least once for a
session.
B. V$SESSION_EVENT displays all waits for all past and existing sessions if the wait has occurred at
least once for a session.
C. V$SESSION_WAIT and V$SESSION both contain details of the event on which a session is currently
waiting.
D. V$SESSION_WAIT_CLASS displays waits broken down by wait class only for waiting sessions.
E. V$SESSION_WAIT and V$SESSION both contain details of the event on which a non-waiting session
last waited.
F. V$SERVICE_EVENT displays all waits for all services if the wait has occurred at least once for a
service.
Answer: C,D,F

6 from Troytecdumps.com.
Get Latest & Valid 1z0-083 Exam's Question and Answers 6
https://www.troytecdumps.com/1Z0-083-troytec-exam-dumps.html

You might also like