Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Oracle Exam 1Z0-076 Topic 4 Question 24 Discussion

Actual exam question for Oracle's 1Z0-076 exam
Question #: 24
Topic #: 4
[All 1Z0-076 Questions]

In Oracle Database 19c, you can set the value of database initialization parameters in a database using

the EDIT DATABASE... SET PARAMETER Command:

DGMGRL> EDIT DATABASE 'boston' SET PARAMETER log_archive_trace - 1;

Which THREE statements are TRUE about the command?

Show Suggested Answer Hide Answer
Suggested Answer: A, B, C, E

The rate of SQL apply on a logical standby database can be influenced by:

A: The number of PREPARER processes (which seems to be a typographical error and should read as PREPARER or similar) which prepare the redo data for the applier processes.

B: The number of coordinator processes on the standby database instance which coordinate the SQL apply activities.

C: The number of full table scans performed by SQL apply since full table scans can be resource-intensive and slow down the apply rate.

E: The number of applier processes which apply the redo data to the logical standby database.

Option D is incorrect as the size of the undo tablespace on the logical standby database is more likely to affect the SQL apply lag rather than the rate of SQL apply.

Option F is incorrect because the size of the shared pool would typically not influence the rate of SQL apply. The shared pool is more related to the caching of shared SQL and PL/SQL code and control structures.


Contribute your Thoughts:

The EDIT DATABASE PARAMETER command can set both static and dynamic parameters, so A and B must both be true.
upvoted 0 times
...
Lorita
2 days ago
I think option A is true because the command can set the value of a static parameter.
upvoted 0 times
...

Save Cancel