Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Oracle > Oracle Certifications > 1Z0-074 > 1Z0-074 Online Practice Questions and Answers

1Z0-074 Online Practice Questions and Answers

Questions 4

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.)

A. It can connect to EMP_PDB and view the data only in tables created by common users.

B. It can connect to EMP_PDB but cannot view the data in any table in it.

C. It can connect only to the root.

D. It is a common user.

E. It is a local user.

Buy Now

Correct Answer: AE

Questions 5

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?

A. CUST_RECORDS table in Bixby's schema

B. CUST_RECORDS table in Murdok's schema

C. CUST_RECORDS table in Rlayton's schema

D. CUST_RECORDS table in the schema of Bixby and Rlayton

E. CUST_RECORDS table in the schema of Bixby, Rlayton, and Murdok

Buy Now

Correct Answer: C

Questions 6

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?

A. You can limit their PGA usage by setting SORT_AREA_SIZE to 200 MB.

B. You cannot limit PGA for a set of database user sessions.

C. You can limit their PGA usage by setting PGA_AGGREGATE_LIMIT to 200 MB.

D. You can limit their PGA usage by setting PGA_AGGREGATE_TARGET to 200 MB.

E. You can limit their PGA usage by setting the SESSION_PGA_LIMIT directive by using Database Resource Manager

Buy Now

Correct Answer: C

Reference: https://oracle-base.com/articles/12c/pga_aggregate_limit_12cR1

Questions 7

You set the maximum size of the diagnostic collection repository by issuing this command as root.tfact1 set reposizeMB=5120 You then notice that the current repository size is 5 GB and that old files are not being purged.

Which statement is true?

A. The tfact1 command fails because it can be set only by the Oracle software owner.

B. TFA collects new diagnostic data if the Max Size of TFA Log parameter value is greater than 5 GB.

C. TFA does not collect new diagnostic data when the maximum repository size is reached.

D. TFA collects new diagnostic data but logs a warning message.

E. TFA collects new diagnostic data while the repository directory's file system has free space.

Buy Now

Correct Answer: A

Reference: https://docs.oracle.com/en/database/oracle/oracle-database/12.2/atnms/provisioning-access-to-users.html#GUID-C3CF0056-0869-4AC2-99CC- 9D0ACF848A46

Questions 8

The ORCL CDB has a PDB, ORCL_PDB. Examine these parameters in ORCL:

Examine these parameters in ORCL_PDB:

You switch to ORCL_PDB and plan to execute these commands:

What will be the outcome?

A. SGA_TARGET is set to 600M. The other values remain unchanged in both ORCL and ORCL_PDB.

B. SGA_TARGET is set to 600M and DB_CACHE_SIZE to 200M in ORCL_PDB. The other values remain unchanged in both ORCL and ORCL_PDB.

C. SGA_TARGET and SGA_MAX_SIZE are set to 600M and DB_CACHE_SIZE to 200M in ORCL_PDB. SGA_TARGET and SGA_MAX_SIZE are set to (1360-600)M and DB_CACHE_SIZE to 200M in ORCL.

D. Altering the DB_CACHE_SIZE results in an error because SGA_TARGET should be altered to 600M first.

E. Altering the DB_CACHE_SIZE results in an error because it cannot be altered in a PDB.

SGA_TARGET size is changed to 600 M.

Buy Now

Correct Answer: D

Questions 9

Examine this command:

Which statement is true?

A. Up to four worker processes are allocated to export data and metadata

B. Four worker processes are allocated to export only data

C. Four worker processes are active to export only metadata

D. Four worker processes are allocated to export data and metadata

E. Four worker processes are allocated when there is sufficient CPU available

Buy Now

Correct Answer: D

Reference: https://oracle-base.com/articles/10g/oracle-data-pump-10g

Questions 10

Identify four prerequisites for issuing the RMAN RECOVER TABLE command starting from ORACLE Database 12c Release 2.

A. The COMPATIBLE parameter must be set to 12.0 or greater.

B. The database must be in ARCHIVELOG mode.

C. FLASHBACK DATABASE must be enabled.

D. RMAN must use a recovery catalog.

E. The database must be in the READ WRITE state.

F. RMAN can recover the table only from a backupset.

G. An export dump file of the table must be available.

H. There must be sufficient space to start the auxiliary instance.

Buy Now

Correct Answer: ABEF

Reference: https://docs.oracle.com/database/121/BRADV/rcmresind.htm#BRADV697

Questions 11

The EMP_CDB1 and EMP_CDB2 CDBs are in ARCHIVELOG mode.

Oracle Managed Files is enabled in both CDBs.

EMP_CDB1 has a PDB, EMP_PDB1.

In EMP_CDB2, you log in as the SYS user.

You plan to execute this statement:

CREATE PLUGGABLE DATABASE emp_pdb2 FROM emp_pdb1@emp_link RELOCATE;

Which two statements are true? (Choose two.)

A. The AVAILABILITY MAX clause should be added to the command to ensure transaction consistency during the relocation process.

B. SYSOPER privilege should be granted to the user defined in EMP_LINK and used to connect to the remote database.

C. EMP_PDB2 should be opened in read-write mode to complete the relocation process.

D. EMP_PDB1 should be dropped manually from EMP_CDB1 after executing the relocating command.

E. EMP_LINK should exist as a public link in EMP_CDB1 and EMP_CDB2.

F. Only EMP_PDB1 should be in local undo mode.

Buy Now

Correct Answer: CE

Questions 12

In a Database Cloud Service (DBCS) environment, which pre-created user has sudo privileges to run certain root commands?

A. grid

B. oracle

C. opc

D. nobody

E. oinstall

Buy Now

Correct Answer: C

Reference: https://docs.oracle.com/en/cloud/iaas/compute-iaas-cloud/stcsg/accessing-oracle-linuxinstance-using-ssh.html#GUID-D947E2CC-0D4C-43F4-B2A9- A517037D6C11

Questions 13

Your CDB is in ARCHIVELOG mode and has an application container with a container PDB. A backup

exists for the CDB. When you connect to the container PDB and try to execute a query, you get an error

that a SYSTEM data file is missing in the container PDB. You want to use the RMAN RESTORE

DATABASE and RECOVER DATABASE commands to perform the recovery.

Examine these actions:

Connect to CDB$ROOT and execute SHUTDOWN ABORT and STARTUP MOUNT.

Connect to the application container and execute SHUTDOWN ABORT.

Connect to the application container and execute ALTER PLUGGABLE DATABASE CLOSE ABORT.

Which option correctly lists the actions that you must execute before performing the recovery?

A. 1 and 3

B. 1 and 2

C. only 2 D. only 3

Buy Now

Correct Answer: A

Exam Code: 1Z0-074
Exam Name: Upgrade Oracle DBA 11g or 12c to 12c R2
Last Update: Jun 09, 2025
Questions: 75

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.