Download Upgrade Oracle DBA 11g or 12c to 12c R2.1z0-074.TestKing.2019-03-25.75q.vcex

Vendor: Oracle
Exam Code: 1z0-074
Exam Name: Upgrade Oracle DBA 11g or 12c to 12c R2
Date: Mar 25, 2019
File Size: 1 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Demo Questions

Question 1
Your CDB has a PDB, EMP_PDB. 
You successfully execute these commands as the SYSTEM USER in CDB$ROOT:
  
Which two statements are true about C##USR1? (Choose two.)
  1. It can connect to EMP_PDB and view the data only in tables created by common users.
  2. It can connect to EMP_PDB but cannot view the data in any table in it.
  3. It can connect only to the root.
  4. It is a common user.
  5. It is a local user.
Correct answer: AE
Question 2
Which two statements are true about application containers? (Choose two.)
  1. A regular PDB can be plugged in to an application container provided it is an Oracle Database 12c Release 2 (12.2) PDB.
  2. An application root can be unplugged from a CDB and plugged in to another CDB.
  3. An application PDB can belong to multiple application containers.
  4. User-created common objects are accessible from the CDB root.
  5. The application root stores user-created common objects and Oracle-supplied common objects.
  6. Multiple application roots can be created in one container database.
Correct answer: DE
Explanation:
Reference: https://blogs.oracle.com/oraclemagazine/multitenant-database-management
Reference: https://blogs.oracle.com/oraclemagazine/multitenant-database-management
Question 3
While performing a cross-platform PDB transport in an Oracle Database 12c Release 2 database, by using XTTS from a Linux (x86-64) server to a Solaris (x86-64) server, this command is executed to back up the files in a compatible format:
  
What will be the outcome?
  1. It creates the /tmp/pdb_orcl.xml file, which contains the metadata and data of the source database.
  2. The backup fails because the UNPLUG operation for cross-endian platforms is not supported.
  3. It successfully takes a backup but the UNPLUG operation of PDB_ORCL fails.
  4. It successfully completes.
  5. It creates a backupset of the source database in the /home/oracle/backup directory
Correct answer: E
Question 4
From which two failure scenarios can a database be restored and recovered with the REPAIR DATABASE command? (Choose two.)
  1. loss of ARCHIVELOGS
  2. loss of a redo log member
  3. loss of a noncritical data file
  4. loss of all copies of the control file
  5. loss of a critical data file such as SYSTEM, SYSAUX or UNDO
  6. loss of SPFILE
Correct answer: DE
Explanation:
Reference: https://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta033.htm#RCMRF199
Reference: https://docs.oracle.com/cd/B28359_01/backup.111/b28273/rcmsynta033.htm#RCMRF199
Question 5
APP1 is an application container that has an application seed and two application PDBs, APP_PDB1 and APP_PDB2. 
1.0 is the current version of the application. 
You execute this block in the application root:
  
What is the outcome?
  1. An error is thrown because the version number should be sequential, either 1.1 or 2.0.
  2. An error is thrown because the CONTAINER=ALL clause is missing.
  3. An error is thrown because the c## prefix is missing in the role name.
  4. A common role is created only in the application root.
  5. A common role is created only in the application root and application seed.
  6. A common role is created in the application root, application seed, APP_PDB1, and APP_PDB2.
Correct answer: D
Question 6
Users BIXBY, RLAYTON, and MURDOK each have a table named CUST_RECORDS in their schema. 
BIXBY has created a procedure, UPDATE_CUST, which updates the CUST_RECORDS table with invoker’s right. 
BIXBY grants the execute permission on UPDATE_CUST to the RLAYTON user. 
When RLAYTON executes the UPDATE_CUST procedure, which table does the procedure attempt to update?
  1. CUST_RECORDS table in Bixby’s schema
  2. CUST_RECORDS table in Murdok’s schema
  3. CUST_RECORDS table in Rlayton’s schema
  4. CUST_RECORDS table in the schema of Bixby and Rlayton
  5. CUST_RECORDS table in the schema of Bixby, Rlayton, and Murdok
Correct answer: C
Question 7
Identify two types of files that are generated by the Pre-Upgrade Information tool as part of the database upgrade prerequisite checks? (Choose two.)
  1. expdp scripts to export database objects belonging to the SYS schema
  2. a log file containing a list of pre-upgrade patches to be applied
  3. RMAN database backup scripts
  4. a log file with tool recommendations and requirements
  5. pre- and post-upgrade fixup scripts
Correct answer: DE
Explanation:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/upgrd/using-preupgrade-information-tool-for-oracle-database.html#GUID-C0219AF1-AD43-4097-B358-E53E48958647
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/upgrd/using-preupgrade-information-tool-for-oracle-database.html#GUID-C0219AF1-AD43-4097-B358-E53E48958647
Question 8
Which two statements are true about clean restore points in a regular PDB? (Choose two.)
  1. They require a clone instance to be created when used in a PDB flashback operation
  2. They can be created for a PDB when connected to either the PDB or to the root
  3. They require backups to be restored when used in a PDB flashback operation
  4. They are created as guaranteed restore points
  5. They can be created only if shared undo is enabled
  6. They can be created only for a PDB in the mount state
Correct answer: EF
Explanation:
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/bradv/using-flasback-database-restore-points.html
Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/bradv/using-flasback-database-restore-points.html
Question 9
Which statement is true about transportable tablespaces?
  1. The tablespace data file or data files to be plugged in to the target database cannot have a different block size than any of the source database’s data file or files.
  2. The cannot be dictionary-managed tablespaces
  3. The source tablespace can be encrypted
  4. They can be administrative tablespaces such as SYSTEM or SYSAUX
Correct answer: A
Question 10
You want to restrict PGA usage to 200 MB for a set of database users’ sessions as part of your organization’s security requirements for combating denial of service (DOS) attacks. 
Which statement is true about limiting PGA usage for those users’ sessions?
  1. You can limit their PGA usage by setting SORT_AREA_SIZE to 200 MB.
  2. You cannot limit PGA for a set of database user sessions.
  3. You can limit their PGA usage by setting PGA_AGGREGATE_LIMIT to 200 MB.
  4. You can limit their PGA usage by setting PGA_AGGREGATE_TARGET to 200 MB.
  5. You can limit their PGA usage by setting the SESSION_PGA_LIMIT directive by using Database Resource Manager
Correct answer: C
Explanation:
Reference: https://oracle-base.com/articles/12c/pga_aggregate_limit_12cR1
Reference: https://oracle-base.com/articles/12c/pga_aggregate_limit_12cR1
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!