Had something like this in a mock before and the correct combo was A and D. Far sync can't have its own inconsistent properties, and "SHOW DATABASE 'InconsistentProperties'" checks the DB instance vs its spfile/runtime, not vs other DBs. Pretty sure about these two, but happy to see if anyone spots a gap.
B. C, E is what I've seen on practice tests and in the Oracle docs. Reporting with global temp tables fits, and DML redirection has been supported since 19c. Sequence stuff (C) is a bit weird but mentioned as possible. If anyone's seen Oracle phrase it differently in the official guides let me know.
Had something like this in a mock-B, C, E are the correct ones. Reporting with global temp tables and DML redirection (newer Oracle) fit what ADG standby supports. Not totally certain on C since sequence usage can be tricky, but that's what I've seen. Agree?
My vote is B, C, D are right for this one. C is the trap because "enabled logical standby" just means Sheep flips to that role, not that it's disabled. Cats stays disabled due to ORA-16795 (need manual intervention before it can join). Feel free to disagree if I missed something.
I don’t think it’s A. C, D, E are the ones you need-static service isn’t a core prerequisite for FSFO, that’s a common mix-up. Flashback has to be on for both primary and standby, and sync redo's a must for Max Availability mode. B sounds tempting, but async redo is just an option in Max Performance, not a requirement. Pretty sure about this but open to corrections if I missed some edge case.
Static registration for the listener is a must for DGMGRL to restart instances, so A checks out. Also, the preinstall package doesn't take care of every Oracle Net parameter needed for Data Guard, so C is valid too. Pretty sure that's what Oracle docs hint at. Open to being proven wrong but I think A and C are it.
I've seen similar questions on exam reports and I keep picking B and D. The preinstall package should set kernel params, and Enterprise Manager usually doesn't need static service registration to restart instances, at least in recent versions. Pretty sure about this but open to correction.
oracle-database-preinstall-19c package should handle all the kernel parameters for Oracle Net, since that's what it's designed for. Seems like a common trap if they want you to remember extra manual steps, but I've always seen the package recommended in Data Guard setups. Not 100% sure, maybe I'm missing something from the docs?
Which three statements are true regarding the execution of the command?I don't think option F is right here, since you only need Oracle Net connectivity to the PROD instance when creating the config, not both PROD and PRODSBY1. Config files do get created automatically (E) and DG_BROKER_START has to be TRUE on the primary for this (A). D makes sense too, but B is a bit of a distractor because adding the standby isn't automatic. Pretty sure it's A, D, E unless Oracle changed something I missed. Anyone see it another way?
Which two statements are true?D and E tbh. The BYSTANDER status is a giveaway that it's not the primary or the failover target, so D fits. E works because just seeing a host listed for the observer doesn't mean it's actually connected-classic trap in these types of questions. Pretty sure about both but happy to be challenged if someone thinks C is stronger.